I want to accomplish this:
update @sourceDatabase.dbo.PredictedPrices
and then set @sourceDatabase as a variable.
But I'm not allowed?
Incorrect syntax near '.'.
Is there another way?
|
I want to accomplish this:
and then set But I'm not allowed?
Is there another way? |
||||
|
|
|
For this to be done you need to use Example:
|
|||||||||
|
|
|||
|
|
|
If you're running this script in SSMS, you can use SQLCMD Mode (found under the Query menu) to script a variable for your database name:
|
|||
|
|