Viewing 15 posts - 40,201 through 40,215 (of 49,552 total)
Is the SQL Service running? That's 2005's generic 'can't connect' error.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 23, 2009 at 6:00 am
Can you post the query, the table definitions and any indexes on them?
A view has to be a single select statement, so no EXEC in it . Why does it...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 23, 2009 at 5:56 am
I'm not sure why that's not repairing. I'm sure Paul will drop by soon and explain in detail.
In the meantime...
You say you don't mind losing data. If that's the case,...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 23, 2009 at 5:52 am
You don't really have many options.
If you have a clean backup and all the log backups since then, you can restore. There will be downtime though.
You can take the DB...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 23, 2009 at 5:47 am
Sathiya priya (3/23/2009)
Server Side Trace in Sql server 2000 has not captured the objects which is created. Am i missing something 🙁 ?
What events are you tracing, what filters...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 23, 2009 at 5:39 am
yulichka (3/22/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 23, 2009 at 1:47 am
JamesNZ (3/22/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 23, 2009 at 1:41 am
Can you post the full output of the following command please. I'd like to get a full picture of what's wrong before recommending anything.
DBCC CHECKDB (< Database Name > )...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 23, 2009 at 1:39 am
On SQL 2000, unless you were running a SQL Trace already, there's no way to tell who did it or when.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 23, 2009 at 1:37 am
Before you run it (though looking at all your other posts, it may be a little late) note that REPAIR_ALLOW_DATA_LOSS should be a last resort for fixing corruption. As it's...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 23, 2009 at 1:30 am
free_mascot (3/22/2009)
Make sure blocking do not happen 🙂
Since all of the CheckDB repairs require that the DB be in single user mode, there cannot be any blocking.
yulichka: See my comments...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 23, 2009 at 1:29 am
keil.asta (3/22/2009)
You now what Gail I think you have me convinced. I can just add a reminder message like you said at the interface end.
I'm not suggesting...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 22, 2009 at 12:07 pm
keil.asta (3/22/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 22, 2009 at 11:43 am
Then consider front-end validation. Honestly, that's where the 'you must enter a time' type validation belongs. By the time the data gets to SQL, there's no way to tell if...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 22, 2009 at 11:16 am
Andy Bod (3/21/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 22, 2009 at 11:02 am
Viewing 15 posts - 40,201 through 40,215 (of 49,552 total)