Viewing 4 posts - 1 through 4 (of 4 total)
Apologies.
August 5, 2008 at 2:17 am
#853046
See the help of sysprotects table in books online for the meaning of numbers in 'action' and 'protecttype' columns.
August 5, 2008 at 2:16 am
#853045
Although it is true that you should try your best to avoid the cursor, a particular feature in any language exists because it has some usage.
See the DECLARE CURSOR...
March 9, 2008 at 10:54 pm
#787201
Please note that the 'Order' is a reserved word in T-SQL, as in 'ORDER BY' clause.
Modify your state as follows:
Select * from [dbo].[Order]
Good luck!
January 11, 2007 at 7:01 am
#682669