Viewing post 1 (of 1 total)
Hi,
'create schema' must the be the first line in a batch. here is the
workaround.
USE [TEMP]
IF NOT EXISTS (SELECT * FROM sys.schemas WHERE name = N'lsrSchema')
begin
select 'Test...
August 1, 2008 at 1:26 am
#851676