Viewing 15 posts - 2,986 through 3,000 (of 11,678 total)
You are passing a string, not a set of integers.
Instead, I would try using table valued parameters.
May 22, 2014 at 2:52 am
SQLPadawan (5/21/2014)
I disputed you. I didn't believe you could create more than SSISDB on a single operating system, BECAUSE if you look at the Feature Selection step...
May 22, 2014 at 1:24 am
Which provider did you select while trying to create the connection manager?
May 22, 2014 at 12:22 am
sunny.tjk (5/21/2014)
May 22, 2014 at 12:21 am
1) and 2) You need to copy the config file yourself to the desired directory on the destination server.
3) In the SQL Server Agent jobstep you can specify additional XML...
May 22, 2014 at 12:20 am
It seems there are carriage returns in your data.
Simply add the following to your stored procedure:
REPLACE(Address,CHAR(13)+CHAR(10),'')
May 22, 2014 at 12:16 am
How about Microsoft SQL Server 2012 Internals?
Get ready though, that ain't an easy book.
May 22, 2014 at 12:13 am
nonghead-webspam (5/21/2014)
Turns out the problem was that the "Latest_File" variable needs an initial "feeder" value that will be replaced...
May 22, 2014 at 12:09 am
It's the first one you need.
If you run SQL Server set-up, is client tools connectivity installed?
Maybe you can try a repair?
May 21, 2014 at 10:56 am
SQL is delicious (5/21/2014)
Koen Verbeeck (5/20/2014)
SQL is delicious (5/1/2014)
brad.mccollum (5/1/2014)
To give you a little more insight as to the general nature of the SSIS package, it will basically be looping...
May 21, 2014 at 10:53 am
GouravSaxena1987 (5/21/2014)
You need to check two things:
1. Wheter SSAS server is installed or not. for this please open SSMS --> Click on Conect in top left of Object explorer and...
May 21, 2014 at 10:51 am
I don't think this is possible with SSRS.
May 21, 2014 at 12:25 am
Jeff Moden (5/21/2014)
Koen Verbeeck (5/20/2014)
Jeff Moden (5/20/2014)
greeshatu (5/19/2014)
Please let me know how to store password permanently in configurations
I'll be the first to admit that I don't know much about SSIS...
May 21, 2014 at 12:23 am
Out of the box it is not possible.
But maybe you can hack your way in with javascript.
May 21, 2014 at 12:21 am
Viewing 15 posts - 2,986 through 3,000 (of 11,678 total)