Viewing 15 posts - 31 through 45 (of 398 total)
Please disregard this post, there is all sorts of wrong with it. The local server is not an outward facing server, so it is impossible for the aws server...
November 25, 2013 at 1:00 pm
Below are the errors when I try to run a select statement:
OLE DB provider "SQLNCLI11" for linked server "my_server" returned message "Login timeout expired".
OLE DB provider "SQLNCLI11" for linked server...
November 25, 2013 at 12:32 pm
<removed previous content>
November 25, 2013 at 12:29 pm
I'm so impressed with the code Paul, amazing work!
The developer here decided to go another route and create a SP that runs in 1 minute.
Thank you all for...
November 15, 2013 at 3:18 pm
Thank you MM, I will try that first thing tomorrow morning. Very kind of you.
November 12, 2013 at 5:18 pm
TheSQLGuru (11/12/2013)
I was just looking for some simple action on the column, like a mod...
November 12, 2013 at 3:29 pm
mister.magoo (11/12/2013)
So, if you care to post up the two .sqlplan files from Production and Dev/Test we can see if the answer lies within...:-)
I wiiiish I could post the execution...
November 12, 2013 at 1:51 pm
TheSQLGuru (11/12/2013)
Also, to...
November 12, 2013 at 1:46 pm
Those are good workarounds, and it might be what we will end up doing. The SQL statement is something like this:
select someID, right ('0000000000' + convert(varchar(10), a.someID, 10)) +
...
November 12, 2013 at 10:32 am
Bhuvnesh (11/8/2013)
TheSQLGuru (11/8/2013)
the engine LIES to SSMS when UDFs are in play.please elaborate. Or ANy article reference.
Below is the UDF:
CREATE FUNCTION [dbo].[CheckDigit](@vol varchar(50))
returns int
as
begin
declare...
November 12, 2013 at 10:12 am
You are right, that's what they were.... 🙁
I was hoping they were something more important, and they would be the reason why my query runs faster in...
November 8, 2013 at 5:32 pm
This is a shot in the dark, but I am putting it out there just in case.
I compared the actual execution plans and the XML of the staging execution plan...
November 8, 2013 at 5:19 pm
I really appreciate your response and patience!
If I run Profiler, the sql statement will never finish. haha
I am using sp_whoisacitve. the CPU usage is much, muuuuch higher on...
November 8, 2013 at 5:09 pm
Hi everyone and many thanks for your responses.
I had already checked on differences between table schemas, indexes, data, and also on wait/locks/etc. but didn't find any differences. I ran...
November 8, 2013 at 10:28 am
Hi Kevin, yes, I agree with you, UDFs are a nightmare for performance. I have replaced them before and have looked like a hero. haha. And when...
November 7, 2013 at 4:24 pm
Viewing 15 posts - 31 through 45 (of 398 total)