I made some modifications to D Simmon's original sp. 1. I added dynamic feature to query tables in other databases (not linked servers) from one sp. I know dynamic sql isn't preferable in most cases but this is the route I took for this. 2. I enabled table name to be sent with owner qualification […]
2007-09-18 (first published: 2007-05-22)
618 reads
Recovery Model on all Databases - w/o cursor
2007-09-17 (first published: 2007-05-18)
652 reads
The following script performs log, differential or full backups of a single, or all databases on your SQL Server. It then copies or moves the file(s) over to a network share drive. It also removes old backups from both locations if needed. Don't forget to set the local drive path and network share for each […]
2007-09-14 (first published: 2007-05-16)
19,180 reads
I realize that RTrim(LTrim is not that hard to type, but, I feel this is cleaner
2007-09-13 (first published: 2007-05-16)
340 reads