Activity overview
Latest activity by andrew.nowak
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...
Command line /ScriptsFolderXML and multiple repositories
Hello,
I was wondering if there's a way to use the /ScriptsFolderXML command line option to compare separate locations source control? I have used it successfully to compare multiple versions of a...
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 ...
Command line /Include /Exclude switches
Hi, I have a couple concerns regarding the /include and /exclude command line switches.
Firstly, I would like to be able to combine /include and /exclude. The documentation explicit says that this...