Archives: August 2010
Getting Drive Info Part 2, DTS
In this installment of the drive info series we will gather the drive information via a DTS package. Part 1 of this series used the File System Object from the Windows Scripting Host via the sp_OA suite of stored procedures to gather the drive information. The File System Object will… Read more
0 comments, 378 reads
Posted in The Gerasus Software Blog on 23 August 2010
sp_help_partition
If you are using partitioned tables, this may come in handy. I’ll keep it short and just post the code. Let me know if there are errors or you have improvements.
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[sp_help_partition]') AND type in (N'P', N'PC')) DROP PROCEDURE [dbo].[sp_help_partition] GO…
1 comments, 423 reads
Posted in The Gerasus Software Blog on 8 August 2010



Subscribe to this blog