Viewing 15 posts - 10,591 through 10,605 (of 11,678 total)
What is your destination? Is there a reason why you are not using OLE DB?
January 6, 2011 at 7:08 am
Apparently there is a syntax error in your SQL query. Can you run the query on MySQL directly?
January 6, 2011 at 7:06 am
SQL STEWIE (1/6/2011)
Data Source=xxxxxxxx;Initial Catalog=IMS;Provider=SQLNCLI.1;Integrated Security=SSPI;Auto Translate=False;
SQL 2005 and 2008 use different providers. I believe it is SQLNCLI.10 or something.
It might be worth taking a look into that.
January 6, 2011 at 6:39 am
GilaMonster (1/6/2011)
Koen (da-zero) (1/6/2011)
An additional resource that says table scan and index scan are not the same (as opposed of the article of Pinal Dave):http://www.sql-server-performance.com/faq/graphical_query_pla_%20optimizer%20_p1.aspx
There's a fair bit of incorrect...
January 6, 2011 at 6:38 am
An additional resource that says table scan and index scan are not the same (as opposed of the article of Pinal Dave):
http://www.sql-server-performance.com/faq/graphical_query_pla_%20optimizer%20_p1.aspx
January 6, 2011 at 5:07 am
deepikamm (1/6/2011)
January 6, 2011 at 5:04 am
deepikamm (1/6/2011)
actually i posted it in different forum..but i didnt get a reply..dats y posted here.
It's best that you create a specific thread if your question is not related...
January 6, 2011 at 4:55 am
How did you configure the connection string?
January 6, 2011 at 3:27 am
What kind of admin are you?
BOL says:
Only members of the sysadmin fixed server role can run a package that contains a Bulk Insert task
January 6, 2011 at 3:26 am
You probably have set up the quarter attribute as non-repetitive.
Meaning, the quarters are actually 2011Q1, 2011Q2, 2011Q3, 2011Q4, 2012Q1, 2012Q2, 2012Q3 and 2012Q4.
So they are distinct, just not what you...
January 6, 2011 at 3:23 am
raj.lath-932078 (1/6/2011)
January 6, 2011 at 3:16 am
You can also configure the retry-attempts in the advanced tab of the jobstep.
January 6, 2011 at 3:11 am
cengland0 (1/6/2011)
Hugo Kornelis (1/6/2011)
cengland0 (1/6/2011)
According to http://www.thefreedictionary.com/consecutive, "consecutive" means (a.o.) "Following one after another without interruption"...
January 6, 2011 at 2:42 am
vinodh247 (1/6/2011)
I have not copied these q's from any site, these are the questions i was asked in the interview. I'm a newbie to this site and this is my...
January 6, 2011 at 2:07 am
Viewing 15 posts - 10,591 through 10,605 (of 11,678 total)