Viewing 15 posts - 856 through 870 (of 7,168 total)
This might help get you started:
http://thesqldev.wordpress.com/2013/03/23/iterate-over-databases-using-ssis-part-2/
August 5, 2013 at 10:01 am
Are you convinced you require a round trip to the database server at all?
If your example reflects the true need and the SSIS Package runs on the same machine as...
August 3, 2013 at 7:53 pm
SQLRNNR (8/2/2013)
Revenant (8/2/2013)
batgirl (8/2/2013)
jasona.work (8/2/2013)
SQLRNNR (8/2/2013)
conventNuns
Sister Act
Whoopi
Goldberg
(and not the whoopi kind)
Rube
August 2, 2013 at 5:14 pm
christopher_rogala (7/31/2013)
July 31, 2013 at 8:49 am
Verify network connectivity?
July 28, 2013 at 9:24 pm
Is the dL4 server reachable from your SQL Server, networking-wise? If your design time server is not and you are using a Package Configuration make sure you have DelayValidation set...
July 28, 2013 at 2:14 pm
It's also worth experimenting with the buffer size and rows settings of your Data Flow:
http://msdn.microsoft.com/en-us/library/ms141031(v=sql.105).aspx
July 28, 2013 at 1:43 pm
Are the dL4 drivers installed on the server?
If yes, then is your server 64-bit? If so, are your dL4 drivers 32-bit or 64-bit drivers?
If 32-bit, make sure you're Agent job...
July 28, 2013 at 1:20 pm
ryan 8226 (7/28/2013)
I chose to use the newer PowerShell command "Set-Location c:" instead, which does the same thing.
By the way, cd is not a different, older command than Set-Location, it's...
July 28, 2013 at 9:19 am
That's what I do too, and recommend on 2008 R2 but I was hopeful with the change in the approach to PowerShell steps introduced in 2012 that the user experience...
July 28, 2013 at 9:12 am
It must have had something to do with the switch in SQL Agent 2008 to 2012 from them dropping us into a mini-shell versus dropping us into a full blown...
July 28, 2013 at 9:00 am
SQLRNNR (7/26/2013)
bcsims 90437 (7/26/2013)
Daniel Bowlin (7/26/2013)
crookj (7/26/2013)
SQLRNNR (7/25/2013)
The Dixie Flatline (7/25/2013)
SQLRNNR (7/25/2013)
Revenant (7/25/2013)
L' Eomot Inversé (7/25/2013)
SQLRNNR (7/25/2013)
REDNECKB3 deficiency?
Pellagra
Alabama Clay
Georgia Peaches
Don't ever cross them - you could be in a world...
July 26, 2013 at 10:01 am
This is more of an engineering problem related to Oracle, not SQL Server. Does Oracle have anything analogous to SQL Server Change Tracking or Change Data Capture?
July 24, 2013 at 6:31 am
You cannot send output to the Out-Host when using a PowerShell step type. Long story, but PowerShell steps in Agent 2008 are not full shell. In Agent 2012 the experience...
July 24, 2013 at 6:09 am
Download the backup solution from ola.hallengren.com and you can schedule a single call to his stored procedure to backup all databases sequentially in one job step.
July 21, 2013 at 11:33 am
Viewing 15 posts - 856 through 870 (of 7,168 total)