Home Forums SQL Server 7,2000 Replication Transactional Replication using T-SQL (custom SPs) RE: Transactional Replication using T-SQL (custom SPs)

  • Rather than use a trigger I would have simply done:

    ALTER TABLE dbo.myTable ADD ShortSSN AS RIGHT(SSN,4);

    Cheers,


    SELECT quote FROM brain WHERE original = 1
    0 rows returned