This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- SQL Script Replacement IS_SQLSERVER_DATABASE
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 21, 2011
07:33 AM
SQL Script Replacement IS_SQLSERVER_DATABASE
I'm trying to do something very basic with the text replacement in my SQL Script.
The script starts with
use [CatalogName]
I'm replacing "[CatalogName]" with "[IS_SQLSERVER_DATABASE]", but it's not working - it doesn't get replaced.
What am I doing wrong here?
The script starts with
use [CatalogName]
I'm replacing "[CatalogName]" with "[IS_SQLSERVER_DATABASE]", but it's not working - it doesn't get replaced.
What am I doing wrong here?
(1) Reply