Forum Replies Created

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

  • RE: Help with remote query

    1. Add in the specific columns in your insert statements - even though you don't need to.

    2. Us AS for all returned columns - even if you don't need to

    The...

  • RE: Trigger Issue 2000/2005

    As an FYI - I enclosed the raiserror with a begin...end block and my problem seems to have gone away - but I can't find any reference that this is...

  • RE: Change Table Filegroups on 2005

    I ran into a similar situation and one of my co-workers finally found the screen in 2005 MS where you can simply change the filegroup and save the change like...

  • RE: Creating an audit trail

    One possible way is to create a table with an identity column as the primary key, a "what" column that would hold the information so you know if the record...

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