Viewing 8 posts - 1 through 9 (of 9 total)
Thanks for the replys guys. I think I'm going to go with the context idea in the link on the first reply. I can't change the table and...
October 23, 2003 at 6:15 am
Thanks for all the replies. Unfortunately I don't have access to all the apps that write to the db so triggers are my only option. I can't make...
March 20, 2003 at 7:09 am
I went with the variable.
Do I need to destroy the var when exiting the trigger or will it destroy itself when it goes out of scope?
March 19, 2003 at 6:42 am
I'm also getting an error at
SET @Doc = (SELECT Col1, Col2 FROM INSERTED As TableName FOR XML AUTO)
It says syntax error near XML
I didn't think that you could use...
March 17, 2003 at 1:22 pm
Thanks for the info. I figured I would have to do an extended sp. I have a quick question about the @Doc. What happens if it is...
March 17, 2003 at 1:07 pm
Thanks for the reply. I tried that earlier and couldn't find a way to get bcp to see the inserted table. I have to have access to the...
March 17, 2003 at 12:49 pm
Viewing 8 posts - 1 through 9 (of 9 total)