Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: SSMS Query Window Issue

    Thanks - excellent suggestion. I checked this template and it seems OK:

    --======================================

    -- Alter T-SQL Trigger Template

    --======================================

    USE <database_name, sysname, AdventureWorks>

    GO

    ALTER TRIGGER <schema_name, sysname, Sales>.<trigger_name, sysname, uStore>

    ON <schema_name, sysname,...

Viewing post 1 (of 2 total)