Viewing 15 posts - 6,271 through 6,285 (of 11,678 total)
I'm not sure this is possible.
The name of the erroring component is not made available in the event handlers. Only the name of the dataflow is made available (System::TaskName).
November 9, 2012 at 12:28 am
No, I haven't had the issue before.
Where are you installing from? Download, DVD?
November 9, 2012 at 12:08 am
You also need to give him read permission (db_datareader) on the source and write permission on the destination (dt_datawriter).
If the user needs to use the TRUNCATE TABLE statement, he also...
November 9, 2012 at 12:05 am
November 9, 2012 at 12:01 am
Normally no, but you have to configure your connection as read-intent. (Readable secondaries accept only read-only connections).
Client Connection Access to Availability Replicas (SQL Server)
Availability Group Listeners, Client Connectivity, and Application...
November 9, 2012 at 12:00 am
What's the error?
Make sure DCOM permissions are set-up correctly so SSIS can accept remote connections.
Connect to a Remote Integration Services Server (SSIS Service)
November 8, 2012 at 11:56 pm
sumith1andonly1 (11/8/2012)
is it possible to fetch multiple columns (using cursor)
Let's be clear here:
cursors are sloooooooooooow.
Only use them if you have a very good reason to use them.
November 8, 2012 at 11:54 pm
D.Oc (11/8/2012)
http://www.sqlpass.org/summit/2012/Live.aspxPASS Summit Live, Grant is on right now.
Watching it right now. He've made some cool jokes so far.
"Don't type in demo's"
"Fat and thin are relative"
"It's like...
November 8, 2012 at 3:30 pm
I'll ask it again. You said you configure your destination in the dataflow dynamically.
My question was: how?
November 8, 2012 at 6:07 am
farooq.hbs (11/8/2012)
Dyanmic...If it was fixed then i wud have hardcore the table name and insert but it is dynamic
OK, and how do you configure the tablename?
November 8, 2012 at 5:43 am
Brandie Tarvin (11/8/2012)
Koen Verbeeck (11/7/2012)
Lee Crain (11/7/2012)
"Can...
November 8, 2012 at 5:07 am
derek.colley (11/8/2012)
Of course, if this argument doesn't apply to DATETIME2 (rather than DATETIME) then I offer you a hearty apology and withdraw my comments.
Still a great QotD. Thank...
November 8, 2012 at 3:10 am
kuppurajdpm (11/8/2012)
It's actually char(1) column only.I am not asking abt that.
I am asking batch processing is better or any other option will be better.
Because I am going to delete...
November 8, 2012 at 1:39 am
It shouldn't be.
Take a look at the query plans to find out what's wrong.
November 8, 2012 at 1:02 am
Viewing 15 posts - 6,271 through 6,285 (of 11,678 total)