Viewing 15 posts - 1 through 15 (of 65 total)
FWIW, I'd advocate writing SELECT NULL in an EXISTS mainly for the semantics. It feels weird to see * or 1 or even anything in a SELECT list that'll be...
January 24, 2020 at 7:55 am
Lowell (6/29/2015)jet drivers are most likely already in place, but also have a free download, just google it
Just to add - JET drivers distributed by default with Windows operating system...
June 30, 2015 at 6:19 am
Nice article.
What I found most interesting about this was the remark:
For most environments, having faster stored procedures and reducing any potential CPU pressure is more important than the number of...
June 2, 2015 at 4:01 am
Just in case anybody comes here with similar error - it turned out to be a boneheaded mistake of mine...
When I generated the scripts from one machine and applied it...
May 12, 2015 at 6:51 am
Okay.
So in for this specific situation, you are only updating only the Driver_No; the Company and Date_Dor fields hasn't changed.
Your query works with the trigger disabled because you could...
April 10, 2014 at 6:12 pm
pbaldy, yes the same banana. 🙂
Just for clarity, what was the query that you used to update manually the parent and then the child?
April 10, 2014 at 5:23 pm
I have to confess that I'm a bit confused because I can't see how this could possibly work.
The way I read it, you're cascading the changes to the key {Company,...
April 10, 2014 at 4:13 pm
Nevyn, if it is true that source also would give truncation errors, then it makes default even more stranger - the default is to use string with length of 50...
November 12, 2013 at 12:16 pm
Thanks. I had the impression that one should use execution plan to get an idea of how well it'll perform for different applications whereas timing the result would be too...
July 6, 2013 at 7:47 am
Cool, thanks, Gail.
From your response, I also now wonder if I'm doing it wrong by trying to compare the execution plans since you seems to be simply looking at the...
July 4, 2013 at 5:32 pm
Hmm. I had intended it as a general question. However, I acknowledge your point about schema having influences. So, for a need of a handy test data, I turned to...
July 4, 2013 at 4:03 pm
Also, to clarify --
L' Eomot Inversé (11/29/2012)
connection between app machine and database machine. If it isn't, I'm looking at the wrong things - but the error message seems to...
November 29, 2012 at 1:33 pm
Tom, we're talking at different granularity. My concern is that registry edits you're suggesting is a machine-wide setting and I'm saying it's preferable that it's either an application-wide setting OR...
November 29, 2012 at 1:29 pm
Tom, if it's a client setting, then that'd mean configuring all clients that runs the front-end software. Wouldn't it also potentially mess with other softwares? I'd prefer that it was...
November 29, 2012 at 9:23 am
hisakatama is essentially correct - Access has to be the one to perform the heterogeneous join since it has access to data from both sides (SQL Server knows nothing about...
November 29, 2012 at 9:09 am
Viewing 15 posts - 1 through 15 (of 65 total)