Comments
Sort by recent activity
Matt, thank you for your reply.
I added a user voice suggestion to separate this switch to /ScriptsFolderXML1 and /ScriptsFolderXML2, similar to other command line switches. As a workaround, I should be able to first pull down one or both repositories to a local folder and use that as a compare target. / comments
Matt, thank you for your reply.
I added a user voice suggestion to separate this switch to /ScriptsFolderXML1 and /ScriptsFolderXML2, similar to other command line switches. As a workaround, I sho...
Worked perfectly; thanks Mike. / comments
Worked perfectly; thanks Mike.
I just experienced this error attempting to use object existence checks while altering a function using version 11.1.3.30:
"...
PRINT N'Altering [dbo].[function_x]'
GO
IF NOT EXISTS (SELECT 1 FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[function_x]') AND (type = 'IF' OR type = 'FN' OR type = 'TF'))
EXEC sp_executesql N'/* ..." / comments
I just experienced this error attempting to use object existence checks while altering a function using version 11.1.3.30:
"...
PRINT N'Altering [dbo].[function_x]'
GO
IF NOT EXISTS (SELECT 1 FROM ...