Viewing 5 posts - 1 through 5 (of 5 total)
Thank you all for your help,
I was able to go back in time in the log, but not back enough, I guess it was truncated after the deletion.
At least now I know...
February 13, 2004 at 8:46 am
If I do that I can only restore to the time the log backup was created. It says that time specified is less than the minimum point in time allowed....
February 12, 2004 at 3:23 pm
Eric, have you seen this article?
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q269074
Elena.
November 3, 2003 at 9:47 am
Much simpler solution to what you are trying to do would be something like that:
SELECT *
FROM BLAH
WHERE (@PDT IS NULL OR PDT = @PDT) AND
(@PROJ IS NULL OR...
July 21, 2003 at 12:12 pm
Sequel is an old pronounciation for SEQL - Structured English Query Language. Word English was dropped and now it is SQL, and I think should be pronounced S Q L....
May 22, 2003 at 1:52 pm
Viewing 5 posts - 1 through 5 (of 5 total)