Viewing 2 posts - 1 through 2 (of 2 total)
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...
July 26, 2006 at 9:40 am
#651677
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...
June 13, 2006 at 7:49 am
#643385