Viewing 15 posts - 16 through 30 (of 81 total)
Thanks Lowell for pointing me out on a DML trigger on the sysjobs[...] tables.
I'll give it a try and let you know the results.
Now, if a DDL event exists for...
November 25, 2016 at 7:47 am
English is not my mother tongue, but I definitely liked the way you wrote this article 😎
Of course thanks for the tips and we currently don't audit the logins. It's...
March 30, 2016 at 9:26 am
Thanks Rudy for sharing this very useful report. You did a great job!
As many of us, my servers did not pass all the checks 😉 This is not an issue...
February 4, 2016 at 1:44 am
Thanks a lot for sharing your experience. I personally did not know/remember about sp_helptext, but I'm sure it will help me a lot in the future ...
🙂
June 18, 2015 at 5:57 am
I did not find a way yet to force typeperf to fire triggers when bulk inserting. Nor did I find a way to tell the ODBC connection to do so.
So...
August 29, 2014 at 7:06 am
emil.bialobrzeski (8/29/2014)
rot-717018 (8/29/2014)
I added manually a record to the table but it did not fire the trigger either ?!?I'm very puzzled!!!
Hi rot, i know this is a silly question, but...
August 29, 2014 at 6:48 am
GilaMonster (8/29/2014)
rot-717018 (8/29/2014)
I added manually a record to the table but it did not fire the trigger either ?!?
A manual insert (INSERT INTO) absolutely will fire triggers, no way that...
August 29, 2014 at 6:38 am
I added manually a record to the table but it did not fire the trigger either ?!?
I'm very puzzled!!!
August 29, 2014 at 6:28 am
Here's the code ...
insert bulk CounterData("GUID" uniqueidentifier,"CounterID" int,"RecordIndex" int,"CounterDateTime" char(24) COLLATE SQL_Latin1_General_CP1_CI_AS,"CounterValue" float,"FirstValueA" int,"FirstValueB" int,"SecondValueA" int,"SecondValueB" int,"MultiCount" int)
August 29, 2014 at 6:18 am
GilaMonster (8/29/2014)
.../...There's no table or database setting which disables triggers, don't waste time looking for one.
OK
I changed the ODBC connection to store the data on a new database, but it...
August 29, 2014 at 6:11 am
Thanks for your answers ...
@venonym: I'll try to check whether triggering is enabled for the database/table ...
@gilamonster: the rows are added by the DOS command TYPEPERF with an...
August 29, 2014 at 5:53 am
Jeff Moden (7/28/2014)
July 28, 2014 at 7:10 am
State your objections and either support the chosen path or find another job.
I fully agree with you and that's what I did earlier ... however most of the people...
July 28, 2014 at 1:05 am
Evaluateasexpression is set to true
ran the profiler and @[User::ClientID] is not evaluated.
I'll look back into it on tuesday.
anyway, thanks for your help koen, I'll keep you informed ...
June 5, 2014 at 9:09 am
ok, I understood what you meant and have put the SQL query in a variable executed in the Execute DQL Task.
Unfortunatly still the same error. It seems it does not...
June 4, 2014 at 8:40 am
Viewing 15 posts - 16 through 30 (of 81 total)