Viewing 15 posts - 2,176 through 2,190 (of 2,897 total)
Or buy (or create) a tool such as Idera Compliance Manager to monitor SQL activity.
Ideally, you would put a comment in the SP noting the revision #, date, description...
October 3, 2008 at 8:08 am
I don't mean to sound like a wise-guy or anything. But why don't people back up their databases ?? How many posts have there been over the...
October 3, 2008 at 7:58 am
Patrick Womack (10/3/2008)
The same question for SQL Server 2005...
October 3, 2008 at 7:53 am
Also, I think most companies give you a trial period so you can download them and give them a try. That's the best evaluation to see if it suits your...
October 3, 2008 at 7:06 am
Idera makes several tools that I was happy with.
Redgate & Quest also make good tools
October 3, 2008 at 4:47 am
DavidB (9/30/2008)
What about perusing the defualt trace files?
I should have posted this in the 2000 section, not 2005. D'oh !! :pinch:
September 30, 2008 at 6:51 pm
That is specifically for TempDB, and often will only show real perf improvements if there is existing blocking on the allocation structures in TempDB. It is good practice to have...
September 30, 2008 at 1:47 pm
At my last job, I used Idera's SQLSafe backup tool on our 275 Gig database, and our backup time went from 90 minutes to 30 minutes, and disk space for...
September 30, 2008 at 1:18 pm
GilaMonster (9/29/2008)
homebrew01 (9/29/2008)
Replication shouldn't make any difference. When was your last FULL backup ?
Replication makes a big difference to logs. On a replicated DB, the log record can't be discarded...
September 29, 2008 at 2:50 pm
Replication shouldn't make any difference. When was your last FULL backup ?
September 29, 2008 at 6:50 am
What's the name of your backup file ??
I was helping someone the other day, and when he created the backup file, he forgot to put .BAK as the extension. When...
September 27, 2008 at 5:52 pm
Double post .... Don't reply here, use the other one.
September 27, 2008 at 5:48 pm
Don't use sa. Create a windows login with the appropriate premissions in SQL and Windows.
September 27, 2008 at 5:47 pm
September 25, 2008 at 1:18 pm
Viewing 15 posts - 2,176 through 2,190 (of 2,897 total)