How can we help you today? How can we help you today?
GurpreetGill

Activity overview

Latest activity by GurpreetGill

Azure Shadow DB not getting drop
  Hi   I am using SQL Change Automation in Visual Studio, Facing an issue, whenever i click on Refresh button ( for refreshing list of database object changes pending import in SCA window ) a sh...
1 follower 1 comment 0 votes
sequence of script execution
Hi I am using SQL Change Automation in Visual Studio, Facing an issue with sequence of script execution. Here is what i am doing 1) Add a Stored Procedure ( let’s say addValue) in Source databas...
1 follower 1 comment 0 votes
Generate CREATE + ALTER Stored Procedure Script
HiBy default, SCA generated the Stored Procedure Script as  DROP + CREATE IF OBJECT_ID('[dbo].[My_SP]') IS NOT NULLDROP PROCEDURE [dbo].[My_SP];GOSET QUOTED_IDENTIFIER ONGOSET ANSI_NULLS ONGOCREATE...
5 followers 12 comments 0 votes
Generate CREATE ALTER Procedure Script, not DROP CREATE
Hi,By default, when generating baseline script, all the Stored Procedures are scripted as DROP and CREATE<br><div>IF OBJECT_ID('[dbo].[My_SP]') IS NOT NULL</div><div> DROP PROCEDURE [dbo].[My_SP];<...
0 followers 0 comments 0 votes