Viewing 4 posts - 1 through 4 (of 4 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
#1551371
SELECT MAX(CAST(SUBSTRING(bookid,3, LEN(bookid)) AS INT)) from tablename
September 17, 2009 at 3:33 am
#1054862
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
#1028845
http://connectsql.blogspot.com/2009/07/how-to-install-sql-server-management.html
July 21, 2009 at 12:57 pm
#1027864