Viewing 15 posts - 316 through 330 (of 3,666 total)
erichansen1836 (9/9/2015)
... Since Jet Engine 4.x is the more powerful of the two ...
Huh? I hope you're thinking about a different Jet than I'm thinking about.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 9, 2015 at 2:04 pm
mrani.soukaina (9/9/2015)
i thought maybe it's something related to the package...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 9, 2015 at 11:49 am
Chances are the issue is due to your package processing files faster than Windows can release the file after processing. I've had that problem many times.
You could try adding...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 9, 2015 at 9:07 am
ScottPletcher (9/8/2015)
There are two main reasons it's taking so long:1) no clustered index
2) too many nonclustered indexes
......
Ooops! Missed the lack of clustered index.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 8, 2015 at 11:21 am
oneteabag (9/8/2015)
1) No Trigger on the table, no cascade delete.2) The delete takes about 7 to 8 Minutes.
Thanks
For how many records?
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 8, 2015 at 10:40 am
Brandie Tarvin (9/8/2015)
Grant Fritchey (9/8/2015)
Alvin Ramard (9/8/2015)
Steve Jones - SSC Editor (9/8/2015)
Jeff Moden (9/3/2015)
Alvin Ramard (9/3/2015)
Grant Fritchey (9/3/2015)
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 8, 2015 at 10:40 am
oneteabag (9/8/2015)
I have the following scenario and looking for some advise:
SQL database on SQL 2012
Large Production table 15 Million record
The table has 3 years of data
New monthly data is...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 8, 2015 at 10:23 am
You didn't answer my question!
You probably have a usable package loaded, but how should I know if you won't answer?
Take a look at what got loaded.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 8, 2015 at 10:08 am
Does the package(s) appear in the solution explorer?
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 8, 2015 at 9:35 am
Steve Jones - SSC Editor (9/8/2015)
Jeff Moden (9/3/2015)
Alvin Ramard (9/3/2015)
Grant Fritchey (9/3/2015)
Nope....
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 8, 2015 at 9:16 am
Barkstuff (9/8/2015)
Thanks but I need to get to the source.
Source of the error?
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 8, 2015 at 8:59 am
I've had the same issue when loading packages created by others and they ran fine when I ran them.
Chances are, the only thing that you might have to fix is...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 8, 2015 at 8:48 am
Maybe somebody said this already and I missed it, but don't forget that "field IS NULL" and "ISNULL(field,0) =0" are not the same thing.
"field IS NULL" will not return records...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 8, 2015 at 8:31 am
Looking at ... "(Object reference not set to an instance of an object.)" ...
I would reconfigure every item in the package, especially the section where you select the database(s)....
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 8, 2015 at 8:26 am
John Mitchell-245523 (9/8/2015)
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 8, 2015 at 8:19 am
Viewing 15 posts - 316 through 330 (of 3,666 total)