How to check if a given string is a reserved keyword on sql server.
I checked a lot on google, but I did not find it!
for example: If I pass the input string as 'Order', the sql statement should return this reserved keyword. Are there any built-in stored procedures or functions for this? Any help would be appreciated.
source
share