Viewing 2 posts - 496 through 497 (of 497 total)
Greg, try using the following...
DECLARE @ObjectID int
-- Get the objectid's of the diagrams
select @ObjectID = isnull(objectid,0) from <put DBName Here>..dtproperties where property = 'DtgSchemaNAME'
-- Add them to the new table...
insert...
December 12, 2002 at 5:59 pm
#444310
Like Greg I've been bitten by having my account set to a db other than master. I had a problem with a restore of my database and had the server...
December 9, 2002 at 12:52 pm
#443834