Viewing 15 posts - 496 through 510 (of 860 total)
SELECT name as [Database Name], recovery_model_desc as [Recovery Model]
FROM sys.databases
WHERE name NOT IN ('master','model','tempdb','msdb')
GO
March 23, 2009 at 3:02 pm
Steve,
all the user tables have is_ms_shipped=0 and all the systemtables generated by sql server have is_ms_shipped=1 but this bit is not always set correctly as far as I know and...
March 22, 2009 at 3:30 pm
mgrammer (3/20/2009)
March 22, 2009 at 2:52 pm
amarnath_sk (3/20/2009)
I have created database along with additional filegroup and backed up both primary file group and secondary file group, while restoration it is not restoring.
What database backup did...
March 22, 2009 at 12:24 pm
klnsuddu (3/20/2009)
After upgrading sql server 2000 to 2005, we should do the following for user databases. Does this applies system databases too OR not? please clarify me
DBCC UPDATEUSAGE
...
March 22, 2009 at 12:22 pm
and also a snapshot of your errorlog file which includes any specific restore commands.
March 22, 2009 at 7:09 am
BlackHawk (3/20/2009)
Assuming a system would have log shipping configured and running would any of the following scenarios break the log chain and end the log shipping, or will the transaction...
March 22, 2009 at 7:01 am
DonKraft (3/22/2009)
I have a database hosted remote, where I have access in Management Studio etc, but not to the file-system of the server.
I want daily backups or more, but cant...
March 22, 2009 at 6:29 am
rbartram (3/19/2009)
March 19, 2009 at 11:36 am
Lowell (3/18/2009)
I'd like to see a default Data Manipulation Language (DML) trace automatically running all the time as well as the Data Definition Language(DDL) trace;
just to...
March 19, 2009 at 11:34 am
Atul DBA (3/19/2009)
March 19, 2009 at 10:28 am
Dean Jones (3/19/2009)
In the end, it ended up starting a deadlocking, I have improved the DML statements with the use of indexes on columns
That's the way to go. Proper...
March 19, 2009 at 10:21 am
GilaMonster (3/19/2009)
Krishna (3/19/2009)
GilaMonster (3/19/2009)
My criteria for clustered indexes - narrow, unchanging, unique, ever-increasing.That's a good one Gail. Explains everything just in 4 words.:-D
March 19, 2009 at 10:17 am
Hi Shnex,
shnex (3/19/2009)
March 19, 2009 at 10:12 am
Viewing 15 posts - 496 through 510 (of 860 total)