Viewing 15 posts - 36,406 through 36,420 (of 49,562 total)
Testing....
Using an inequality character
SELECT session_id FROM sys.dm_exec_requests WHERE session_id > 50
Using escape codes for inequality
SELECT session_id FROM sys.dm_exec_requests WHERE session_id > 50
Using angle brackets to designate a placeholder
USE <Database Name>
Using...
October 8, 2009 at 12:22 pm
Please don't cross post. I'm dealing with your corruption problem in the other thread you started
No replies to this thread please. Direct replies to:http://www.sqlservercentral.com/Forums/Topic800236-5-1.aspx
October 8, 2009 at 12:12 pm
Krasavita (10/8/2009)
yes, I have a clean backup. My last transaction job ran at 12 and corruption happend at 1256
Did the corruption happen at 12:56 or did you detect it at...
October 8, 2009 at 12:11 pm
First, read this. http://www.sqlservercentral.com/articles/65804/
Second, run the following code, post the full results here.
DBCC CHECKDB ({Database Name}) WITH NO_INFOMSGS, ALL_ERRORMSGS
Do you have a clean backup? One that doesn't have the corruption...
October 8, 2009 at 11:55 am
Please don't cross post. It just wastes peoples time and fragments replies.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic800194-360-1.aspx
October 8, 2009 at 11:22 am
ItalianOlgi (10/8/2009)
October 8, 2009 at 11:18 am
GSquared (10/8/2009)
October 8, 2009 at 10:46 am
torpkev (10/8/2009)
Gail, I love MSDN and forums/blogs..got a job for me 😉
I'm consulting these days. If you'd asked that a year ago, the answer would have been yes. Providing you...
October 8, 2009 at 9:41 am
GSquared (10/8/2009)
October 8, 2009 at 9:29 am
Al-279884 (10/8/2009)
October 8, 2009 at 9:17 am
Table variables are only visible in the scope that they are created in. They are not visible inside dynamic SQL.
October 8, 2009 at 9:14 am
Silverfox (10/8/2009)
not saying I would ever use more than 1 log file.
Only valid reason for multiple log files is space. If the drive that the log is on has...
October 8, 2009 at 8:16 am
Shark Energy (10/8/2009)
October 8, 2009 at 8:00 am
dreamthebest (10/8/2009)
If this is the case why this tables are defined as system tables for sql server 2000.:hehe:
Change in architecture. It was a major change SQL 2000 - SQL 2005
Most...
October 8, 2009 at 7:50 am
Silverfox (10/8/2009)
October 8, 2009 at 7:49 am
Viewing 15 posts - 36,406 through 36,420 (of 49,562 total)