Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
SqlCmdScriptParser by GennadyGS
Dumping object(String)
 ------------------ Batch 0 ---------------
/*
Deployment script for MessageQueue
This code was generated by a tool.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
*/

Dumping object(String)
 ------------------ Batch 1 ---------------
/*
Detect SQLCMD mode and disable script execution if SQLCMD mode is not supported.
To re-enable the script after enabling SQLCMD mode, execute the following:
SET NOEXEC OFF;
*/

Dumping object(String)
 ------------------ Batch 2 ---------------
IF N'True' NOT LIKE N'True'
    BEGIN
        PRINT N'SQLCMD mode must be enabled to successfully execute this script.';
        SET NOEXEC ON;
    END

Dumping object(String)
 ------------------ Batch 3 ---------------
USE [MessageQueue];

Dumping object(String)
 ------------------ Batch 4 ---------------
PRINT N'Creating SqlSchema [MessageQueue]...';
Cached Result
Last Run: 1:54:50 pm
Compile: 0.049s
Execute: 0.13s
Memory: 7.93Mb
CPU: 0.179s