Viewing 15 posts - 241 through 255 (of 337 total)
Very nice....I figured it was something simple but you never know. Thanks again Lowell. Hopefully I can return the favor one day!
May 15, 2006 at 12:57 pm
Lowell,
Thanks for the reply. I know what your talking about but the error I get is not about that. I didn't post exactly what I was writing in the...
May 15, 2006 at 12:38 pm
I thought it might be a NULL issue but didn't explore it. Will do now. Thanks for the replies.
May 3, 2006 at 9:39 am
I found it. I read a little about Using the Inserted and Deleted Tables in the BOL.
select @ID = ID from inserted
This works within the trigger.
April 13, 2006 at 12:03 pm
Antarres686,
Yes I am using 2000. I'll tried that and I didn't get it to work. I'm trying to get the Identity (from the row that is being updated) within the...
April 13, 2006 at 11:31 am
Thanks...I'll check out that link. I don't like having to move as fast as I can and hit the stop button so I don't return every freakin row in my...
April 12, 2006 at 7:26 am
Thanks for the reply again. I was just reading about dropping it in QA to run it mulitple times. I'll check out the BOL as well. Thanks again.
April 4, 2006 at 6:31 am
Sergiy,
Thanks for the reply. I've been tooling around with this a little this morning. If I run that query more than once it tells me that the object #Foo already...
April 4, 2006 at 6:14 am
Thanks much....I'm going to enforce the SSL connections. As far as EFS I'm going to apply that to the backup files at least. 20% is more than I'd like to lose...maybe I...
March 16, 2006 at 11:36 am
Yes I could install a Certificate......I could just generate a local one (we don't have a domain wide CA installed yet) but I am working on it so I can setup...
March 15, 2006 at 12:26 pm
Thanks for the reply I'll check out that link. I'm assuming you can't do this but it's worth a shot.... I would like to create a domain user account add...
March 15, 2006 at 11:24 am
Thanks for the suggestions. I ended up writing a long If then Else statment. It works but I'll have to see if I can rework it using your syntax. Thank...
February 22, 2006 at 1:09 pm
Thanks Michael....I'll check that out.
February 16, 2006 at 7:26 am
Steve,
Thanks as usual for the reply. I guess we could use the webservice but I'm really sure what webservice your referring too (doh)?
I have an exsiting RS website set up that...
February 16, 2006 at 7:24 am
Thanks PW! Actually my query does work. The problem I was having was I didn't specify the varchar size. It needed to be the same as the table. Thank you.
January 16, 2006 at 2:57 pm
Viewing 15 posts - 241 through 255 (of 337 total)