September 11, 2009 7:43 AM
Posted by: Denny Cherry
Extended Stored Procedure,
In Person Events,
Indexing,
South Bay .NET User Group,
Stored ProceduresTonight I spoke at the South Bay .NET User Group. I had a blast talking with them. They are a great group of programmers. Continued »
August 25, 2008 11:00 AM
Posted by: Denny Cherry
Backup & recovery,
KILL,
Log Shipping,
Recovery,
RESTORE LOG,
SQL Server 2005,
xp_delete_file,
xp_dirtreeSo you've been tasked with setting up a quick and dirty reporting server. The goal is to restore the log files from the production server to the reporting server nightly.
The backups are simple, use the SQL Maintenance plan to backup the logs, and then copy them to the remote machine. But...
April 28, 2008 9:00 AM
Posted by: Denny Cherry
SQL,
T/SQL,
xp_fixeddrivesI've seen some very creative ways to see how much free disk space SQL Servers have. Most make use of xp_cmdshell which some very complex dos commands or vbscripts.
However there is a much easier way. Microsoft has included the system extended stored procedure xp_fixeddrives. It returns the...