Viewing 15 posts - 136 through 150 (of 349 total)
she's sending the data table Programatically...
April 28, 2010 at 5:58 am
thx for that clarification Greg.. also derived this info:
*** We can also include a custom created --> db_executor priveledge w/in these Roles (see definition below) which will set each Role...
April 22, 2010 at 9:22 am
Microsoft Change, Configuration, Release Management:
April 8, 2010 at 9:00 am
Using Phil's suggestion to utilize an Expression, my solution was:
- created new variable at Pkg level; I named it: SQLStatement
- Highlighted the variable 'SQLStatement' and viewed...
April 7, 2010 at 7:20 am
worked great. Thank you Phil.
April 7, 2010 at 6:53 am
I use an expression for my CONNECTION STRING in previous tasks that look like:
@[User::BaseFolder] + @[User::BaseTypeFolder] + @[User::BaseFile] + @[User::pActiveDate] + ".TXT"
Question is, how do I relay this expression to...
April 7, 2010 at 6:31 am
Migrating DTS to SQL 2008
-------------------------
To port your SQL 2000 DTS packages onto your SQL 2008 instance, you'll want to backup up your SQL 2000 msdb then restore it onto your...
February 16, 2010 at 6:09 am
I've built an SSIS 2008 package incorporating the 'Transfer Logins Task'
November 10, 2009 at 7:24 am
Think I found my issue. I'm invoking the SSIS pkg from a stored proc via DTEXEC.. passing multiple variables into the proc (sourced from a VB GUI)
The proc in...
October 14, 2009 at 9:11 am
Yes.. still getting an error.
I used this mechanism to wrap double quotes around my variable:
"\"" + @[User::pDestPathFile] + "\""
My Variable value is: C:\TRASH\My Trash\My Trash Folder\MyTrash.csv
(Evaluating the above expression renders:...
October 13, 2009 at 8:54 am
I've attached the actual SQL statement below. If I comment out the SELECT MAX section, the statement parses appropriately.
/*****
AND (VV.Fund_Valuation_Date =
(SELECT MAX (Fund_Valuation_Date) FROM dbo.Fund_Valuation VVV
...
October 1, 2009 at 1:11 pm
thanks for the feedback. Unfortunately, we are stuck w/ the SQL as is (it's a huge, 15 table join, using correlated sub-selects w/ a nested SELECT MAX function.. It...
October 1, 2009 at 1:04 pm
your solution worked like a charm.. thanks Erik..
September 18, 2009 at 10:20 am
Your solution worked perfectly for my last scenario (convertng MMDDYY to YYYYMMDD)
Now I have the inverse scenario.. I need T-SQL to convert the character 8 format "YYYYMMDD" to a character...
September 18, 2009 at 7:23 am
Viewing 15 posts - 136 through 150 (of 349 total)