Viewing 4 posts - 1 through 5 (of 5 total)
@Gila
Then why this code be executed successfully.
IF 1 <> 1
BEGIN
BACKUP DATABASE tempdb TO DISK ='D:\tempdb.bak'
END
October 22, 2012 at 7:32 am
SELECT MAX(CAST(SUBSTRING(bookid,3, LEN(bookid)) AS INT)) from tablename
September 17, 2009 at 3:33 am
First thing which is already mentioned that, its not working properly as it dealing FK as PK too, and second thing, what if, i have more then one filegroups ???
July 23, 2009 at 4:37 am
Viewing 4 posts - 1 through 5 (of 5 total)