Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 7,429 total)

  • RE: 5 Table Join

    There is also a minor performance gain in not forcing the query engine to go looking. It actually does first go looking for loggedonuser.object before assuming dbo.object. And in case...

  • RE: Trigger to trace DML stmts in a table

    Sorry, I just think you are making a mountain here out of somethin normally done like this

    I have a table

    CREATE TABLE My_Data (

    Data_ID int identity(1,1) not null primary key,

    Data_Value varchar(20)...

  • RE: RaiseError does not always produces pop up window

    Can you post the DDL of your table and the trigger?

    Also, can you provide details o how the inserts are being done, what is the process?

  • Viewing 15 posts - 1,036 through 1,050 (of 7,429 total)