Viewing 4 posts - 1 through 4 (of 4 total)
Don't plagiarize, internet knows all..
Most recent 10 backups on a server
[font="Courier New"]SELECT database_name [db], name, backup_finish_date, compressed_backup_size FROM
(
SELECT ROW_NUMBER() OVER (partition BY database_name ORDER BY database_name, backup_finish_date...
December 5, 2013 at 8:28 am
We have it installed and set to bypass the usual extensions and haven't had any issues. Hopefully there won't be an exploit that use .MDF extensions to sneak by AV,...
February 9, 2009 at 6:59 am
I agree with avoiding them by proper design, with one exception: generating audit files; I don't want to trust the application layer to do that.
The other time I've found them...
November 8, 2008 at 6:14 am
Absolutely always always always start ad hoc table updates with BEGIN TRAN
October 24, 2008 at 5:53 am
Viewing 4 posts - 1 through 4 (of 4 total)