Viewing 15 posts - 631 through 645 (of 18,926 total)
This is a sql server forum, not mysql.
December 5, 2011 at 11:01 am
amos-870870 (12/5/2011)
December 5, 2011 at 10:57 am
p-nut (12/5/2011)
eseosaoregie (12/5/2011)
December 5, 2011 at 10:54 am
eseosaoregie (12/5/2011)
December 5, 2011 at 10:45 am
Something like that should do it.
UPDATE view_set_DispInvNoComp
SET ...
December 5, 2011 at 10:43 am
Yes the first update changes the data and there's nothing left to do in the 2nd one.
You need to do both updates in the same statement.
December 5, 2011 at 10:33 am
I was hoping the stats would help the plan but they don't.
I don't see any low hanging fruits here. It takes time because there's a lot of work to...
December 5, 2011 at 10:28 am
L' Eomot Inversé (12/5/2011)
Ninja's_RGR'us (12/5/2011)
L' Eomot Inversé (12/5/2011)
Pieter de K (12/5/2011)
Interesting... When I run the example on my SQL Server (Denali, CTP 3) the result is: A,D,B,E,C
That's startling. I...
December 5, 2011 at 10:25 am
That changes nothing.
What are you trying to debug?
December 5, 2011 at 10:14 am
eseosaoregie (12/5/2011)
I am not really sure on how I to create PIVOT with multiple aggregates. Could you give...
December 5, 2011 at 10:10 am
GilaMonster (12/5/2011)
zorge (12/5/2011)
Yet, for some reason the LOGON trigger on ALL SERVER is not listed in sys.triggers.No mysterious reason. Sys.triggers is for database-scoped triggers. You'll find server-scoped triggers in sys.server_triggers
Please...
December 5, 2011 at 9:52 am
If it's ran precisely between the 2 updates then yes.
The answer changes depending on the isolation level of all the connections involved.
December 5, 2011 at 9:49 am
Change from @tbl to #tbl. Post back on how much that helps.
December 5, 2011 at 9:47 am
And no other backups I guess?
Is this a prod server?
December 5, 2011 at 9:42 am
Reverse the logic
If not exists () Create blank trigger
;
ALTER TRIGGER...
P.S. Please start a new thread next time.
December 5, 2011 at 9:40 am
Viewing 15 posts - 631 through 645 (of 18,926 total)