Viewing 15 posts - 106 through 120 (of 7,635 total)
opc.three (9/7/2012)
na1774 (9/7/2012)
September 7, 2012 at 4:01 pm
Is this a DTS job or is it an SSIS job?
September 7, 2012 at 3:34 pm
sqlguy-736318 (9/6/2012)
September 7, 2012 at 2:49 pm
What is probably happening is that the SQL Server session and connection associated with your SqlDataReader are not being disposed of properly.
Here is where I think you might be going...
September 7, 2012 at 2:29 pm
Do you have something that does what you want for a single database?
September 7, 2012 at 2:03 pm
Preliminarily, here's the Query I would start with:
;WITH
cteMeasure As
(
SELECT m.[Patient_ID], m.[MEASUREMENT_DATETIME]
FROM ...
September 7, 2012 at 1:51 pm
Also, the sreenshot is telling us anything useful, just the index names, which isn't a lot of help. You can get the DDL for the tables by scripting...
September 7, 2012 at 1:10 pm
OK, several things:
1. The query that you posted is not the same as the one that was used in the query plan. Leaving aside the name changes (which we...
September 7, 2012 at 1:05 pm
This probably belongs in one of the Reporting Services/SSRS forums.
September 6, 2012 at 10:39 am
In particular, make sure that your source text file is not in UTF-8 format.
September 6, 2012 at 10:20 am
Stefan Krzywicki (9/5/2012)
Fal (9/3/2012)
Quick poll: how would you pronounce the word "Route"?I'll explain why later, if I'm not too embarrassed. :blink:
Steve.
"Root" is the proper pronunciation as Nat King Cole...
September 6, 2012 at 10:08 am
The utilization of what? The word "utilization" does not mean anything by itself, it has to be applied to something, like a resource. "High CPU Utilization", "memory utilization",...
September 6, 2012 at 9:50 am
Post the DDL for the tables, including their keys and indexes. Also, please post the execution plan.
September 5, 2012 at 8:16 pm
Duplicate Post. Please do not cross-post, it just confuses attempts to help you.
Please direct all responses to http://www.sqlservercentral.com/Forums/Topic1354967-1633-1.aspx
September 5, 2012 at 8:11 pm
I think I speak for most of us when I say "What's 'the DCL'?"
September 5, 2012 at 7:13 pm
Viewing 15 posts - 106 through 120 (of 7,635 total)