Viewing 15 posts - 46 through 60 (of 103 total)
I have the Package deployed by following steps
-->Right Click on Project and Deployment utility is set to true
-->Build the Solution
-->Go to bin\Deployment and run the deployment tool and selected file...
August 23, 2011 at 2:30 pm
I am using SQL Server 2008 R2
August 22, 2011 at 4:01 pm
Now i am having the following expression for destination database files as below..and the error that i was getting is
Variables declared:-
I run a query at destination and get the...
August 22, 2011 at 3:24 pm
Hi !
I still Getting the error in expression for destination database files ... can some one shade some light on expression as i need to make the path for the...
August 22, 2011 at 1:35 pm
yeah i have query that pulls the data and log files along with path and i am assigning them with variables. Now the Question is how to have the expression...
August 21, 2011 at 7:07 pm
ok.. I do have 2 variables one for data file and log file as @[User::V_DataFile], @[User::V_LogFile]. .So i want to define the files in run time and make them...
August 21, 2011 at 5:37 pm
Please find the error message as below that i was getting ....
TITLE: Expression Builder
------------------------------
Expression cannot be evaluated.
------------------------------
ADDITIONAL INFORMATION:
Attempt to parse the expression ""TestData.mdf","@[User::V_DataFile] ","";"TestLog_log.LDF","@[User::V_LogFile]",""" failed....
August 21, 2011 at 12:24 pm
Hi wanted to do this as my boss asked me to do the following....
"test to see we can add an index in a different database then the prime table and...
August 19, 2011 at 2:18 pm
so can we create the non clustered index in my case then ?I have a table in database1 and i created the view in database2 for table in database1. So...
August 19, 2011 at 1:34 pm
So With out Package configuration Step we can successfully deploy the SSIS Package right ?I was under the impression that with out the Package Configuration Step we may not be...
August 11, 2011 at 3:11 pm
Thanks every one now its working the expression in server name property would be like as below
@[User::V_VirtualIP] +","+ @[User::V_PortNO]
August 9, 2011 at 6:47 am
Yes !In dynamic connection we could only see empty values ..so the connection string looks like this . and in expression i was giving the myservername+","+ portno where myservername and...
August 8, 2011 at 8:53 am
Hi !
I do have a list of Virtual IP Address and Port Numbers of different servers in a table and i would like to make the dynamic connection and in...
August 8, 2011 at 6:26 am
Hi !
I even Tried in the expression by selecting the server-name property and gave the following expression . but still having the connection issue .can some one help me with...
August 7, 2011 at 2:38 pm
Hi !
I guess i am going wrong with the expression in the connection string where i was using the virtualIP Address and Portno parameters for connecting to server ,SO can...
August 7, 2011 at 1:44 pm
Viewing 15 posts - 46 through 60 (of 103 total)