Viewing 15 posts - 38,506 through 38,520 (of 39,720 total)
January 23, 2002 at 1:58 pm
Brian,
nice introductary article. I'd love to see a followup dealing with more complex designs and including child tables.
Steve Jones
January 23, 2002 at 1:30 pm
January 23, 2002 at 1:26 pm
I'm a problem solver. I enjoy working with T-SQL and finding the solution to some query issue.
Building DTS packages is fun and I've been working with VB and Dmo a...
January 23, 2002 at 1:13 pm
Has anything changed on the server or the exhchange server recently?
Also, when you say you stop and restart, is this to get SQL Mail working, or is there a problem...
January 23, 2002 at 1:12 pm
January 23, 2002 at 12:25 pm
Sorry,
select host_name()
The user will be
select suser_name(), user_name()
depending on if you want login or db user. You can get all of these from sp_who
Steve Jones
January 23, 2002 at 12:19 pm
January 23, 2002 at 12:05 pm
The best way is to insert the audit record by joining back to the original table. To handle multi row inserts, I've done the following.
in trigger:
if update()
begin
...
January 23, 2002 at 12:04 pm
January 23, 2002 at 12:02 pm
Is this a copy objects task? If so, I've had numerous problems with those.
Steve Jones
January 23, 2002 at 12:01 pm
January 23, 2002 at 11:59 am
Or suck in the data into a table and process it there. I agree with Brian and Andy, pls post more info.
Steve Jones
January 23, 2002 at 11:58 am
you can get the hostname() from the system, but this is passed by the client. Also, because of proxy servers and NAT, IP addresses are not necessarily unique.
Steve Jones
January 23, 2002 at 11:57 am
Viewing 15 posts - 38,506 through 38,520 (of 39,720 total)