|
#1
|
|||
|
|||
Set temp macro from result of Run SQL action
Hello,
I have a need to set a local variable macro based on if the database exists or not. I have the following query in "Run SQL" action. if db_id('%CurrentDatabaseName%') is null BEGIN -- ???? STEP TO set local variable which effectively says 'NO DB' END How can I achieve this? Thanks! |
#2
|
|||
|
|||
Quote:
Thank you! |
#3
|
|||
|
|||
#4
|
|||
|
|||
Quote:
The real question being, how do I set the value from T-SQL variable back to a macro defined within Visual Build Pro? Thanks again! |
#5
|
|||
|
|||
Print the variable's value, parse it out of the LASTSTEP_OUTPUT macro value, and store in a macro.
http://msdn.microsoft.com/en-us/libr...SQL.90%29.aspx http://www.kinook.com/VisBuildPro/Ma...riptevents.htm |
#6
|
|||
|
|||
Thank you! You are amazing as always!
|
|
|