Viewing 15 posts - 1 through 15 (of 55 total)
Jeff Moden (8/6/2011)
1. Stop using a table variable for this. The data is way too big.
2. Partition the target tables...
August 7, 2011 at 11:30 pm
bitbucket-25253 (8/5/2011)
Have not tested the above code on a record set as large as those you are...
August 5, 2011 at 12:14 pm
Thanks for the input Ben. If I am going to re-index the table, would that help also?
August 5, 2011 at 10:11 am
Thanks opc.three. Somehow I got some inputs from you. Again, thanks for helping.
August 4, 2011 at 10:05 pm
My concerns are:
1.) I want to know if each of the property specified in this connection string sample below is well suited for a clustered environment. e.g. The Connection Lifetime,...
August 3, 2011 at 11:22 am
opc.three (8/3/2011)
This should help clear things up:
Thanks for the response opc.three but I have read this similar article from here also:
However, if possible I...
August 3, 2011 at 10:00 am
I tried debugging it and saw the correct file output.
Thank you so much for the help guys.
February 24, 2011 at 12:07 pm
CozyRoc (2/24/2011)
You have to use the script in the standard Script Task. I would recommend you find good book about SSIS.
Okay, I already got it. My only problem is how...
February 24, 2011 at 11:54 am
Sorting is not very trivial in VB.NET. You can use the following code to get the latest file:
Public Sub Main()
...
February 24, 2011 at 11:37 am
CozyRoc (2/24/2011)
James Tech (2/24/2011)
How do I create an SSIS package that will process the following items?
- Scan all the excel files from a given folder (*.xls).
- Get the latest...
February 24, 2011 at 10:40 am
frfernan (9/28/2010)
well, not all solutions work all times :crying:. That means that SQL Server solved the CROSS JOIN as a INNER JOIN, then changing the view source code has...
September 28, 2010 at 3:42 pm
frfernan (9/27/2010)
I would suggest two changes to the original view, maybe these changes help.
First: really there is no need for a CROSS JOIN, the query could be rewritten using...
September 28, 2010 at 7:36 am
Hi Everyone,
Please see attachment for the Actual Execution Plan including the index details and etc.. This is both for the Sql query that is using the view and the underlying...
September 27, 2010 at 1:07 pm
ALZDBA (9/26/2010)
the function on the datetime column is another one. This causes no datetime index to be used !!
This conversion is also member of the...
September 26, 2010 at 7:25 pm
raistlinx (9/26/2010)
Yes it does seem like your query (and ultimately the underlying view) is filling up the log file and the CROSS JOIN is the problem. Is it really...
September 26, 2010 at 7:21 pm
Viewing 15 posts - 1 through 15 (of 55 total)