Viewing 3 posts - 16 through 18 (of 18 total)
According to BOL...
CREATE TRIGGER permissions default to the table owner on which the trigger is defined, the sysadmin fixed server role, and members of the db_owner and db_ddladmin fixed database...
February 24, 2003 at 9:46 am
#449586
ARGH! To think of all the pain and suffering I've gone through when I could have used...
SELECT @var = @var + IsNull(colx + ', ', '') FROM tblX WHERE...
February 24, 2003 at 8:17 am
#449579
Question to MSSQL gurus about mromm's answer...
Using UNION instead of UNION ALL causes MSSQL to sort the results to remove duplicate rows. However, the WHERE condition of the 2...
February 24, 2003 at 8:07 am
#449577