Viewing 15 posts - 9,481 through 9,495 (of 13,874 total)
Sounds like you need an asynchronous script component.
December 18, 2013 at 2:51 am
SQL_Kills (12/16/2013)
I've worked it out now, so I don't need help on how to do this.
Well done. I have some ideas about how I would do it and will post...
December 16, 2013 at 3:21 am
SQL_Kills (12/16/2013)
2. I want it to query the orders table for each orderid then for each result set it returns for each orderid...
December 16, 2013 at 2:08 am
For each OrderNo I want to create a Text File into my C: Drive Folder, so the file name will look something like this "C:\A1000.txt" with each text file having...
December 15, 2013 at 10:32 pm
Is there a chance that anyone (or even you) has one of the files open in Excel?
December 13, 2013 at 4:14 am
arooj300 (12/11/2013)
I want to clear my question , I think this will be easy to understand.
we have a production DB. we have millions of data which client...
December 11, 2013 at 11:08 pm
Koen Verbeeck (12/11/2013)
I think it is quite normal that readers are blocked when a bulk insert operation is going on. This is to prevent dirty reads.
+1 agreed this is sensible...
December 11, 2013 at 8:01 am
You're puzzling me a bit with all this talk of aliases.
Why not just use standard connection managers and configurations / environments to control what points to what?
December 11, 2013 at 12:28 am
abhas (12/10/2013)
Thanks Phil,But there is no Primary key in the target table , so can go with non-clustered index or clustered index?
Thanks
Abhas.
Why does the absence of a PK have any...
December 10, 2013 at 12:59 am
abhas (12/10/2013)
I am siply loading and updating data from one table to another.But data is huge and number of column are also high. So i want to drop index...
December 10, 2013 at 12:47 am
No problem, happy to help - thanks for posting back.
December 10, 2013 at 12:05 am
I agree with John's diagnosis.
If you have multiple paths to a component and you want that component to fire when only one of those paths has successfully completed, you...
December 9, 2013 at 10:06 am
chholm (12/9/2013)
December 9, 2013 at 8:23 am
Confusing - yes it is! 🙂
OK, I won't spend any more time on the T-SQL side. But I haven't quite finished.
Your FieldB in TableA appears to be an FK to...
December 9, 2013 at 5:51 am
chholm (12/9/2013)
Thanks for instructing on how to make a good post. My apologies for using your time to making my post better. I've corrected and validated your code as...
December 9, 2013 at 3:16 am
Viewing 15 posts - 9,481 through 9,495 (of 13,874 total)