"The value of a man should be seen in what he gives and not in what he is able to receive"

― Albert Einstein ―

How to get all full-text index columns in MSSQL?

 

How to get all full-text index columns in MSSQL?

SELECT * 

FROM sys.columns c 

INNER JOIN sys.fulltext_index_columns fic ON c.object_id = fic.object_id 

                                          AND c.column_id = fic.column_id

npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\Nuwanst\package.json'

npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\PromptCode\package.json'


Run the following command and that should resolve this issue. 

npm install socket.io --save