Find reserved keywords for SQL Server
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, Is there any way to find out if a word is a reserved keyword of SQL Server with .NET? Or how can I retrieve all the reserved keywords of SQL Server? Thanks. Frank
There is no way to get SQL Server to return all the reserved words. You'll have to put a table together and type them in from the documentation. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome