Viewing 15 posts - 37,726 through 37,740 (of 49,566 total)
Is there any way that those of us using other registration codes can come to the party?
July 13, 2009 at 3:08 am
Lynn Pettis (7/13/2009)
GilaMonster (7/13/2009)
Lynn Pettis (7/10/2009)
On a totally different subject, Anyone hear from Bob lately? Haven't seen him on SSC for a while.
For that matter, anyone heard from Grant?...
July 13, 2009 at 2:50 am
Lynn Pettis (7/10/2009)
On a totally different subject, Anyone hear from Bob lately? Haven't seen him on SSC for a while.
For that matter, anyone heard from Grant? I think he...
July 13, 2009 at 2:11 am
dmoldovan (7/13/2009)
Besides what GilaMonster had already mentioned - directly changing data in the system tables (sql 2000).
Oh yeah, that's always fun. Often the consequences are only noticed after upgrading to...
July 13, 2009 at 2:09 am
Sourav Mukherjee (7/13/2009)
Just before running the dbcc checkdb statement I had to take it in single_user mode.
Yup. All repairs have to be run with the DB in single user mode.
July 13, 2009 at 2:08 am
Jeffrey Williams (7/12/2009)
GilaMonster (7/12/2009)
DELETE FROM SomeTable WHERE...
July 12, 2009 at 11:22 am
Sourav Mukherjee (7/12/2009)
2. Then stopped the SQL Server.3. Deleted the 2 files(mdf and ldfs).
4. Then changed the .mdf file of the old file(abc.mdf) to abc1.mdf
5. Resatrted the SQL Service
ALTER DATABASE...
July 12, 2009 at 9:08 am
LeelaKrishna (7/11/2009)
July 12, 2009 at 3:56 am
Sourav Mukherjee (7/12/2009)
If the .LDF is gone, what are the steps required to follow to recover the database if I am using SQL 2005 and 2008?
Restore from backup. If you...
July 12, 2009 at 3:32 am
There's probably a column different somewhere. Missing indexes doesn't take into account existing similar indexes. Take that DMV with a pinch of salt, it's recommendations are not always accurate and...
July 11, 2009 at 9:17 am
SQAPro (7/9/2009)
July 11, 2009 at 9:16 am
Lynn Pettis (7/11/2009)
Partly disagree here. True, you should just answer never, ever use a cursor, but ....
Is there a 'not' missing from that sentence?
July 11, 2009 at 9:08 am
A full backup backups up the data in the database and then backs up just enough of the transaction log so that when the backup is restored, it can be...
July 11, 2009 at 5:14 am
I think definitely time to give Product support a call
July 11, 2009 at 4:53 am
Please post the view's definitions, table definitions, index definitions and execution plan, as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 10, 2009 at 3:39 pm
Viewing 15 posts - 37,726 through 37,740 (of 49,566 total)