Viewing 15 posts - 9,361 through 9,375 (of 13,874 total)
Hi Andy
This thread might be relevant.
There are a few suggestions in there around DCOM permissions, SQL Server service account, repair installation ...
I am out of suggestions. It's the use of...
March 20, 2014 at 1:13 am
Is this specific to your PC or to the project (sounds like your PC, but worth making sure)? Does it work for other users?
Or, option three, does it affect all...
March 19, 2014 at 10:41 am
Do any of the other packages in the project get deployed?
March 19, 2014 at 10:11 am
When you do the deploy, are you using a Windows login or a SQL Server login. In my experience, Windows logins work better.
March 19, 2014 at 10:10 am
dattatreysurendra (3/18/2014)
March 18, 2014 at 9:31 am
dattatreysurendra (3/18/2014)
I am using Script task component for creating query (Can not handled due to 4000 Character issue) and running this query later in the package on Sybase Database...
March 18, 2014 at 6:32 am
jeni.jm23 (3/18/2014)
March 18, 2014 at 6:29 am
bayapareddy.msbi (3/13/2014)
Hi,i want to implement Database Migration from AS400 to SQL Server and Synchronization .so i am new to data migration.please help me if any body knows how to implement.
What...
March 13, 2014 at 12:54 am
Moving to SSIS 2012 is a good solution, if your scope extends that far. You'd be able to make good use of 'environments' within the new SSISDB 'Integration Services Catalog'...
March 12, 2014 at 5:59 am
Please define what you mean by 'dynamic input generator'.
March 11, 2014 at 4:17 am
sk.ruhulla (3/10/2014)
Iam working on sql server and performed some queries and got required tables as results.
Now I want to Export the table to a CSV file USING...
March 11, 2014 at 4:15 am
vijay.sap1255 (3/7/2014)
I am trying to schedule the SSIS job which is creating a problem. am currently using Sql server 2008 and client and server. When i schedule the job...
March 7, 2014 at 5:20 am
shannon.proctor (2/27/2014)
March 3, 2014 at 5:54 am
Have you considered using an IF ... ELSE block?
if @Extract = 'Yes'
BEGIN
select stuff
END
ELSE
BEGIN
select other stuff
END
February 27, 2014 at 10:50 pm
What do you mean by 'Select SQL command'?
February 27, 2014 at 10:23 am
Viewing 15 posts - 9,361 through 9,375 (of 13,874 total)