How can we help you today? How can we help you today?
adam_hafner
@Morris, We use TFS + SOC where I work and it is very helpful.  It streamlines the tedious tasks of generating and checking in objects.  It also helps in identifying objects that have changed.  One thing that I would strongly suggest is using the 'Dedicated' model for source control.  The 'shared' model seems simple, but it really only works well with very few developers or if code is handled in silos between developers (ie Bob only changes certain tables/procs, Erin only works on other certain tables/procs, and neither Bob or Erin work on the same stuff at the same time).  Dedicated does mean you have to figure out how to provide your developers with SQL Server instances, either locally on the developer workstations or somewhere else (server, cloud, etc), but you can generally get that figured out with the Developer Edition of SQL Server for local installs.  It's worth it in the long run by not having to worry about people changing the same objects at the same time with different changes.  You will really want to understanding branching/merging/conflict resolution as that is a somewhat difficult task, but I can't say if it is better or worse than without SOC.  Either way they happen, it just depends on how you coordinate the communication within your team to resolve the changes. / comments
@Morris, We use TFS + SOC where I work and it is very helpful.  It streamlines the tedious tasks of generating and checking in objects.  It also helps in identifying objects that have changed.  One...
0 votes
Can you try adding the <force/> tag to your XML and see if that fixes your issue?  See the bolded text below... <?xml version="1.0" encoding="UTF-8"?> <span><commandline><br></span> <span>&nbsp; <database1>database1</database1><br></span> <span>&nbsp; <username1>username1</username1><br></span> <span>&nbsp; <password1>password1</password1><br></span> <span>&nbsp; <server1>server1</server1><br></span> <span>&nbsp; <database2>database2</database2><br></span> <span>&nbsp; <username2>username2</username2><br></span> <span>&nbsp; <password2>password2</password2><br></span> <span>&nbsp; <server2>server2</server2><br></span> <span>&nbsp; <options>Default</options><br></span> <span>&nbsp; <options>DisableAndReenableDDLTriggers</options><br></span> <span>&nbsp; <options>DisableAndReenableDMLTriggers</options><br></span> <span>&nbsp; <synchronize/><br></span> <span>&nbsp; <include>Table</include><br></span> <span>&nbsp; <include>Table:\[Yadda\]</include><br></span> <span>&nbsp; <include>Table:\[Yadda1\]</include><br></span> <span>&nbsp; <include>Table:\[Yadda2\]</include><br></span> <span>&nbsp; <include>Table:\[Yadda3\]</include><br></span> &nbsp; &nbsp; <ExcludeColumns>Yadda3]$:Status</ExcludeColumns> <b><force/></b><br> </commandline> / comments
Can you try adding the <force/> tag to your XML and see if that fixes your issue?  See the bolded text below...<?xml version="1.0" encoding="UTF-8"?><span><commandline><br></span><span>&nbsp; <data...
0 votes
@mattkollar can you send me what  your command line looks with the argfile switch contents?  I have done some work like this so I could probably help if you could give me some additional details. / comments
@mattkollar can you send me what  your command line looks with the argfile switch contents?  I have done some work like this so I could probably help if you could give me some additional details.
0 votes
@Yev, you may want to post this on SQL Prompt's UserVoice.  Here's the link: https://redgate.uservoice.com/forums/94413-sql-prompt / comments
@Yev, you may want to post this on SQL Prompt's UserVoice.  Here's the link: https://redgate.uservoice.com/forums/94413-sql-prompt
0 votes
Yes, you can do this in the Options screen of the Project you setup.  There is an option to 'Ignore DML triggers'  I do not see an option for ignoring DDL triggers though, but maybe DML is all you need? / comments
Yes, you can do this in the Options screen of the Project you setup.  There is an option to 'Ignore DML triggers'  I do not see an option for ignoring DDL triggers though, but maybe DML is all you ...
0 votes