Quantcast
Channel: Recent Edits
Viewing all articles
Browse latest Browse all 12198

wrong SQL query for viewing the language of an indexed column

$
0
0
the query SELECT 'language_id' AS "LCID" FROM sys.fulltext_index_columns; only returns the text 'language_id'instead it should be SELECT language_id AS "LCID" FROM sys.fulltext_index_columns; or even better SELECT language_id, column_id FROM sys.fulltext_index_columns;

Viewing all articles
Browse latest Browse all 12198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>