Viewing 15 posts - 1 through 15 (of 15 total)
i have attached the query and the index usage above. hope that helps in identifying the issue.
March 26, 2014 at 3:04 pm
The query plan was 3 months. I have also attached the index usage and the actual query.
Table Structure For Subordertrans and shipmentSTL are state transitions below.
ID, SUborderid, ...
March 26, 2014 at 3:15 am
All of them are stored in MSDB
August 13, 2012 at 3:46 pm
Is the maximum length of the query restricted to 128 characters ?
June 1, 2011 at 6:43 am
Ian Scarlett (5/10/2011)
May 10, 2011 at 4:49 am
Welsh Corgi (5/9/2011)
Can you drop the Indexes prior to the load and then recreate them?That would speed up the process and help with the fragmentation.
I'm not sure you understood the...
May 10, 2011 at 12:42 am
Hi OPC,
thanks for responding. as i said earlier, the ssis is fairly simple package and has been optimized to the best.
- How many tables?
6 . Already mentioned.
- How...
May 10, 2011 at 12:37 am
This is just plain wrong. If TableA and TableB are the same tables, you might end up deleting all the rows.
Furthermore, the constraint somecolumn='something' isn't present in your query.[/quote]
I think...
January 13, 2011 at 10:43 am
Koen (da-zero) (1/13/2011)
dkschill (1/12/2011)
You could use the EXISTS statement:DELETE FROM TableA WHERE EXISTS (SELECT 1 FROM TableB WHERE TableA.Key = TableB.Key)
This is just plain wrong. If TableA and TableB are...
January 13, 2011 at 10:39 am
Better in terms of performance only. The table has no indexes and is mainly used for writing and less selectivity.
January 13, 2011 at 2:05 am
Control-M is a scheduler and it cannot schedule the job deployed in SQL Server.
You can use the SQL agent to do the job.
I would suggest you to deploy...
June 23, 2010 at 12:17 pm
Well, you need to have a data flow task which will load the source to staging. Map the columns and load into the staging schema.
In the second data flow,...
June 23, 2010 at 12:14 pm
All you can do to make it work is declare different variables for servername, path etc and then construct the dynamic file name by appending the variable names.
In the...
June 23, 2010 at 12:09 pm
Learn the hottest technology of the year online at your home, after work from the experts.
Visit http://expertMSBItraining.com to learn more.
Guaranteed training which can materialize to Microsoft Certification and...
June 23, 2010 at 12:05 pm
thanks so much dude
December 24, 2008 at 10:18 pm
Viewing 15 posts - 1 through 15 (of 15 total)