Viewing 15 posts - 1,501 through 1,515 (of 14,953 total)
ken.trock (5/3/2012)
May 4, 2012 at 6:51 am
RobertYoung (5/3/2012)
May 4, 2012 at 6:48 am
Please post both execution plans. You can upload the sqlplan files using the Attachments options for posts.
May 4, 2012 at 6:40 am
drew.allen (5/3/2012)
GSquared (5/3/2012)
MS documentation makes it very clear exactly what's being deprecated, which is the use of *= and =* in the Where clause for an outer join.
If it's so...
May 3, 2012 at 1:46 pm
By the looks of this, I'm going to hazard a guess that parameter sniffing is the issue here. You'll want to Bing/Google/whatever "parameter sniffing" in order to get more...
May 3, 2012 at 1:44 pm
Aha!
Yeah, it's usually some silly little thing like that.
May 3, 2012 at 12:58 pm
The usual way is have your network people set up an encrypted VPN tunnel between the two servers, and use that for the connection.
May 3, 2012 at 12:56 pm
kiro72 (5/3/2012)
How is a view used like a trigger?
They aren't.
May 3, 2012 at 12:54 pm
On the subject of speeding up the trigger:
Can you provide scripts to create the tables it affects (Blanco_B2, Branches, Kostenplaatsdrager, Locaties)? If so, I can test this. Also,...
May 3, 2012 at 12:50 pm
On the original question about firing a trigger once for multiple updates: Yes.
In SQL Server, a trigger only fires one time for any given Update/Insert/Delete statement, no matter how...
May 3, 2012 at 12:35 pm
Have you looked at the execution plans and compared them?
May 3, 2012 at 12:02 pm
drew.allen (5/3/2012)
Eugene Elutin (5/3/2012)
Actually this material wasn't written by SQL Server team and I would say it's irrelevant to MS T-SQL...
How do you know who wrote it? I don't...
May 3, 2012 at 11:58 am
The correct response in an interview, if you don't know the answer to a question, is "I don't know. I'd have to research that. Should be easy enough...
May 3, 2012 at 11:26 am
I've been using XML in various database-related solutions for several years. Started with SQL 2005, really.
The main problem I've run into with it has been very, very poor documentation....
May 3, 2012 at 8:53 am
Are you going from the table to a flat file?
If so, then it's less likely to be truncation and more likely to be an incompatible file format. Are you...
May 3, 2012 at 8:41 am
Viewing 15 posts - 1,501 through 1,515 (of 14,953 total)