How can we help you today? How can we help you today?
adam_hafner
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
In my experience, these either need to be sent to support@red-gate.com as a bug, or you can submit them on the SQL Prompt UserVoice page as feature enhancement requests. / comments
In my experience, these either need to be sent to support@red-gate.com as a bug, or you can submit them on the SQL Prompt UserVoice page as feature enhancement requests.
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
Thanks @way0utwest! Yes, the projects are broken up into environments and in one environment I might be in one phase and in another environment I might be in another phase. I could keep everything in one instance and use tab coloring, but I would have so many tabs open that it becomes a mess to keep organized. There are at least 4-5 different suggestions that have been posted in SQL Prompt's UserVoice, but none of them appear to be getting much attention from Red Gate. https://redgate.uservoice.com/forums/94413-sql-prompt/suggestions/5724478-improved-tab-navigation https://redgate.uservoice.com/forums/94413-sql-prompt/suggestions/1773091-better-tab-management https://redgate.uservoice.com/forums/94413-sql-prompt/suggestions/13969344-show-part-of-the-sql-text-on-the-tabs-hint https://redgate.uservoice.com/forums/94413-sql-prompt/suggestions/6681088-rename-open-tabs https://redgate.uservoice.com/forums/94413-sql-prompt/suggestions/6711656-query-tab-naming I am sure I am missing some...lol [image] . I know Red Gate is definitely busy, but it would be great to see something done about tab management. I know there are some ways to customize the tabs in SSMS as well, but its not nearly as flexible as it should be. I have also used SSMS's Solution Explorer but for some reason Solution Explorer in SSMS is not working like it used to. Even when it did, it would just list the ambiguous script file name which was generic (SQLQuery4.sql, etc) unless you took the time to save the file to a meaningful name. Which was kinda silly to do since they are really temporary in most cases. Sorry, I kinda went on a rant...I'll get off my soapbox now. [image] / comments
Thanks @way0utwest! Yes, the projects are broken up into environments and in one environment I might be in one phase and in another environment I might be in another phase. I could keep everything...
0 votes