Viewing 15 posts - 44,326 through 44,340 (of 49,571 total)
The DB doesn't have to be in single user mode, but there must be no connections using that database, sleeping or otherwise.
September 22, 2008 at 2:05 pm
You get inden fragmentation from shrinking the data file. If you repeatedly shrink and grow the log though, you'll get fragmentation within the log.
The transaction log consists of a number...
September 22, 2008 at 1:54 pm
Are the log backups succeeding?
Maintenance plan of custom job?
What's the pattern of log growth? Is it stable in size during the day and growing at night? Is it constantly growing?
If...
September 22, 2008 at 10:27 am
YSLGuru (9/22/2008)
September 22, 2008 at 10:23 am
Molly Cary (9/22/2008)
Backups are scheduled every hour from 6am to 9pm
Full, diff or log backups?
Do you have any DB maintenance happening after 9pm (index rebuilds)?
What's the pattern of log...
September 22, 2008 at 9:31 am
What do the following two counters look like?
Physical disk: Avg sec/read
Physical disk: Avg sec/write
September 22, 2008 at 9:20 am
You can use profiler to see all the queries run against a server.
To check:
What recovery model is the DB in?
Do you have log backups running (not applicable if the above...
September 22, 2008 at 9:10 am
Duplicate post. No replies to this thread please. Replies to
September 22, 2008 at 8:26 am
No.
Databases cannot be downgraded in version (2008 to 2005, 2005 to 2000)
To get a SQL 2005 DB to SQL 2000 you'll have to script out the schema, bcp out the...
September 22, 2008 at 8:09 am
GSquared (9/22/2008)
September 22, 2008 at 8:00 am
webrunner (9/22/2008)
September 22, 2008 at 7:34 am
Depends how often it's used, how expensive it was to compile, how much memory pressure the server's under and a whole bunch of other stuff. The table's not a list...
September 22, 2008 at 7:13 am
vrailean (9/22/2008)
Like what kind of...? I would like a proper mentor/trainer on SQL ....
The book suggestion was for bhuvnesh, since he asked about certification notes.
I don't live in...
September 22, 2008 at 7:03 am
bhuvnesh.dogra (9/22/2008)
i also in queue with vrailean ...actually i want do SQL server certification 2005 ..can somebody give me some papaers or notes 🙂
The self-paced training kits from...
September 22, 2008 at 6:50 am
No, just the last diff, then the log backups from that diff up until the point of the dropped table.
Differential backups are cumulative from the last full backup.
September 22, 2008 at 6:47 am
Viewing 15 posts - 44,326 through 44,340 (of 49,571 total)