Viewing 15 posts - 16 through 30 (of 32 total)
Easy question.
It shows once again, the more options/possibilities, the more errors can be made.
October 29, 2012 at 2:50 pm
Nice tricky question.
No rows inserted, therefore the answer is 100.
October 22, 2012 at 1:11 pm
This questions shows once more the variety of things you can do with MSSQL.
Great!
October 15, 2012 at 1:58 pm
terryj30 (2/11/2009)
try thisdbcc opentran database
go
kill spid
go
alter database database set recovery simple
go
checkpoint
go
alter database database set recovery full
go
backup database pubs to disk = 'c:\database.bak' with init
go
dbcc shrinkfile (N'database_log' , 1)
go
Haha, it still...
October 13, 2012 at 8:27 am
Keep looking for he error where there is non...
Nice puzzle.
October 11, 2012 at 2:53 pm
Viewing 15 posts - 16 through 30 (of 32 total)