Viewing 15 posts - 166 through 180 (of 196 total)
vishal.gamji (2/3/2009)
SELECT ? = TOP 1 1 FROM
create a variable for the ? and change the resultset of this execute...
February 3, 2009 at 1:30 pm
Can you add another ExecuteSQLTask that executes the query:
SELECT ? = TOP 1 1 FROM
create a variable for the ? and change the resultset of this execute sql...
February 3, 2009 at 1:30 pm
Isn't the difference of the dates that you supplied a year... a bit confusing??
February 3, 2009 at 7:28 am
Did u try assigning to the Config variable specifically:
Dts.Variables(" ").Value.ToString()
February 3, 2009 at 7:24 am
You could have used a merge join to join the Excel data source and add another data source (sql srvr) where you have your countries source. Join on the CountryKey,...
February 3, 2009 at 7:21 am
By now you might already know about the different deployment modes: File System and SQL Server (msdb), if you dont do lookup "Creating a SSIS manifest" and "Microsoft Project Real"....
February 3, 2009 at 7:15 am
Give this user LEFDOMAIN\jespinosa access to db_dtsoperator in msdb database. Are you using proxy to run the job?
February 2, 2009 at 9:31 am
There is another way. Assign the following access privileges to the user\owner running the job
msdb --> Security --> Roles --> Database Roles --> db_dtsoperator
create a role and assign your...
January 30, 2009 at 7:48 am
First step: Cut off developer access to production.
here is what i would recomment. Have the following cofiguration structure:
1. Create and environment variable (indirect XML config - generate from package)...
January 30, 2009 at 7:42 am
Tim Mitchell (1/30/2009)
January 30, 2009 at 7:34 am
Tim, i do agree that it poses a performance issue - but only at design time ... right? or does it (FMTONLY) also have an impact at run time?
January 30, 2009 at 7:01 am
If you refer to microsoft project real's best practices that will help you. In general it it up to you to add comments and labelling to your control flows and...
January 29, 2009 at 11:35 am
Remove the * from the inner select and use the column to compare.
January 29, 2009 at 11:27 am
Is your database\server installation configured for mixed mode or only windows authentication? If so change the authentication mode to mixed mode and try.
January 29, 2009 at 11:25 am
Viewing 15 posts - 166 through 180 (of 196 total)