Forum Replies Created

Viewing 2 posts - 496 through 497 (of 497 total)

  • RE: Database Diagrams

    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...

  • RE: Setting a Default Database for your Logins

    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...

Viewing 2 posts - 496 through 497 (of 497 total)