Viewing 15 posts - 1,126 through 1,140 (of 2,897 total)
OK, I retract my reply.
Tara should consider the valid concerns listed.
January 3, 2011 at 2:20 pm
Pulivarthi Sasidhar (12/21/2010)
SQL 2000 is 32-BitSQL 2008R2 is 64-Bit
Any Info to proceed...
Thanks,
Sasidhar Pulivarthi
Sounds like you have 2 different machines ?? You're not upgrading an existing machine from 2000...
December 26, 2010 at 6:29 pm
Are you trying to rebuild the indexes through the GUI ? You will have better performance if you script out the code, then run it as a job. ...
December 24, 2010 at 1:23 pm
You would probably be better served by starting a new thread rather than add to a 4 year old thread.
December 24, 2010 at 1:19 pm
loki1049 (12/22/2010)
December 24, 2010 at 10:19 am
Would the default trace files be of use to at least get some information about what heppened between 12:00 and 4:00 ?
December 23, 2010 at 10:42 am
Learn about the different recovery models:
http://msdn.microsoft.com/en-us/library/ms189275.aspx
http://msdn.microsoft.com/en-us/library/aa173531(v=sql.80).aspx
December 23, 2010 at 8:36 am
I used this when looking for a phone number. I already knew which column to look in. If you don't know which column might have it, then I guess you...
December 23, 2010 at 8:31 am
Be thankful you only lost 4 hours, and put proper disaster procedures in place for next time.
December 23, 2010 at 8:09 am
I'm not familiar with that tool. I use SQL profiler to open the .trc file
December 15, 2010 at 9:28 am
premkuttan.lakshmanan (12/15/2010)
December 15, 2010 at 8:10 am
If this is a production database, then you should have frequent transaction log backups. If so, you can look to see when the T-log backups suddenly got big. That will...
December 14, 2010 at 2:58 pm
Have you tried the restore operation with the corrected path, selecting "overwrite" ?
December 14, 2010 at 2:09 pm
When you run this: select * from sys.traces
What is in "path" ?
December 14, 2010 at 1:42 pm
Viewing 15 posts - 1,126 through 1,140 (of 2,897 total)