Viewing 12 posts - 1 through 12 (of 12 total)
Hello,
i have a question on this. Maybe you can help...
Following SQL works fine:
Select
*
from
Openquery(siebeldb
August 1, 2007 at 6:41 am
yes that sounds great - has someone an example of this?
regards
audi
June 30, 2007 at 11:01 am
Hi,
im using 2005 with the newest sp2. 😉
regards
andreas
April 4, 2007 at 11:35 pm
Hello,
it doesnt work for me. Only existing records get updated. Maybe its an SP2 issue ? On this box we've installed the sp2... Is there the "right" behaviour on sp1...
April 4, 2007 at 1:07 am
i thought yukon has no workload gov anymore?
regards
andreas
October 25, 2005 at 10:29 am
hm yes... it would be more easy... all columns... no worry about ntext fields...
you have good expieriences with this approach...
my idea was to keep the db small... but...
October 20, 2005 at 7:36 am
or do you think it is better to make for each table in the app an audit table... there are about 200-250 in right now...
regards
andreas
October 20, 2005 at 7:22 am
hi,
but how can i do this when i only have to audit the edited columns... only at runtime i know them...
regards
andreas
October 20, 2005 at 6:43 am
i want to audit important tables... this trigger should audit the old and new value of each column that is changed...
regards
andreas
October 17, 2005 at 8:38 am
Hello,
i want to use it in a trigger...
----------ALTER Trigger tr_admin
-- list all columns that were changed
On ArtikelT
For Update
As
SET NOCOUNT On
declare @intCountColumn int, @n int, @tblname sysname
DECLARE @AlterWert nvarchar(100)
DECLARE @NeuerWert...
October 17, 2005 at 8:21 am
I've checked this withe the profiler. implicit transactions are off.
if they are set on for one connection this will affect only this connection, right?
@steve-2: yes, a whole...
April 11, 2005 at 8:55 am
Hello Markus,
I read in the BOL that implicit transactions are not standard. They have to be turned on and are only valid for one connection.
The Server rolled back the data...
April 11, 2005 at 8:48 am
Viewing 12 posts - 1 through 12 (of 12 total)