Viewing 4 posts - 1 through 4 (of 4 total)
update dbo.[sample]
set platform_id= 'REI', creation_dt= '2009-02-29'
where Row_id between 144000 and 144100
The last batch of transation is firing the error as Feb 2009 in not leap year.
July 5, 2011 at 2:05 pm
A table can have 1 clusted index and 999 non clustered index and the number of key column is limited to 16
July 5, 2011 at 1:54 pm
friend,
First check for the existance for the table by quering "sysobjects"
system table. if the values return is true then allow the select statement to execute. Else move out from the...
April 24, 2003 at 6:09 am
Viewing 4 posts - 1 through 4 (of 4 total)