Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Is there a way to tell when a SP was last executed ?

    This isn't probably the best solution but it works for me:

     

    CREATE TABLE [Admin_PerformanceStatistics] (

     [recno] [int] IDENTITY (1, 1) NOT NULL ,

     [ProcName] [varchar] (100) COLLATE...

  • RE: Source Control

    We use Rational ClearCase, although not directly.  I have a stored procedure that scripts out all the objects from our SQLServer Instances (6 of them) to the file system on...

Viewing 2 posts - 1 through 2 (of 2 total)