Viewing 5 posts - 1 through 5 (of 5 total)
I get the following error when i assign a value to the string variable - The resuly of the expression @[User::PostTableName] on property "Connection String" cannot be written to the...
April 7, 2010 at 4:01 pm
Thanks a lot for the help but how do I assign the variable a value at design time from the connection string?
April 7, 2010 at 3:43 pm
It seems as if app.LoadFromSqlServer("\\"+PackageName,server,uid,pwd,Nothing) is returning no value so when you get to - If (pkg.Configurations.Count > 0) - Its returning the error. Try placing a...
April 7, 2010 at 9:37 am
Check master DB for the XP_SMTP_SENDMAIL extended stored proc or download xpsmtp80.dll and add it as an extended stored proc
Create the proc below and send it @TO,@CC,@Subject,@Message
Make sure the
April 6, 2009 at 7:10 am
Have you tried using the xp_smtp_sendmail in master? If not i'll send you an example;-)
April 6, 2009 at 6:41 am
Viewing 5 posts - 1 through 5 (of 5 total)