| Author |
Message |
aspillert
Joined: 25 Sep 2008 Posts: 5 Location: Boston, Massachusetts, USA
|
Posted: Wed Jun 13, 2012 2:33 pm Post subject: Compare without extendedproperty |
|
|
Is it possible to exclude between sp_addextendedproperty differences between views in two databases? The Extended Property filter rule doesn't seem to do anything.
Also - can a COMPARE be done without considering the format or whitespace in the view code? I use SQL Prompt to format on our test and production systems, but the developers use "Design", so format is always different.
Thank you for any assistance _________________ AlanCHB |
|
| Back to top |
|
 |
james.billings
Joined: 16 Jun 2010 Posts: 864 Location: My desk.
|
Posted: Wed Jun 27, 2012 4:00 pm Post subject: |
|
|
Hi,
You probably want to be looking at the "Options" tab on your project configuration as opposed to filters.
There's tickboxes in there to ignore differences in whitespace, and differences that only exist in the extended properties.
Hope that helps,
James |
|
| Back to top |
|
 |
mmoore
Joined: 30 Jul 2008 Posts: 12
|
Posted: Tue Nov 20, 2012 3:11 pm Post subject: Re: Compare without extendedproperty |
|
|
| aspillert wrote: |
Is it possible to exclude between sp_addextendedproperty differences between views in two databases? The Extended Property filter rule doesn't seem to do anything.
Also - can a COMPARE be done without considering the format or whitespace in the view code? I use SQL Prompt to format on our test and production systems, but the developers use "Design", so format is always different.
Thank you for any assistance |
I have this same issue. I really don't want the REDGATE extended properties added via SQL Source Control to be in my migration scripts. SQL Compare, no matter what you have set in the OPTIONS for "IGNORE" Extended Properties, still adds it at the end of the script. This is really frustrating. _________________ Mark Moore
Software Engineer
NTS Data Services, LLC |
|
| Back to top |
|
 |
mmoore
Joined: 30 Jul 2008 Posts: 12
|
Posted: Tue Nov 20, 2012 3:43 pm Post subject: Re: Compare without extendedproperty |
|
|
| mmoore wrote: |
| aspillert wrote: |
Is it possible to exclude between sp_addextendedproperty differences between views in two databases? The Extended Property filter rule doesn't seem to do anything.
Also - can a COMPARE be done without considering the format or whitespace in the view code? I use SQL Prompt to format on our test and production systems, but the developers use "Design", so format is always different.
Thank you for any assistance |
I have this same issue. I really don't want the REDGATE extended properties added via SQL Source Control to be in my migration scripts. SQL Compare, no matter what you have set in the OPTIONS for "IGNORE" Extended Properties, still adds it at the end of the script. This is really frustrating. |
After looking further into this, I noticed that this only applies to the Extended Properties that are added by SQL Source Control. They are always added, which in my case is pointless on my customer's Sql Server. _________________ Mark Moore
Software Engineer
NTS Data Services, LLC |
|
| Back to top |
|
 |
CraigEddy
Joined: 28 Sep 2012 Posts: 14
|
Posted: Wed Dec 12, 2012 6:42 pm Post subject: Re: Compare without extendedproperty |
|
|
| mmoore wrote: |
| After looking further into this, I noticed that this only applies to the Extended Properties that are added by SQL Source Control. They are always added, which in my case is pointless on my customer's Sql Server. |
I don't think that's the case. I check-boxed this option in the "Ignore" section and still had the SQL Source Control version number update appear in the deployment script.
I would LOVE LOVE LOVE to not have to manually edit my script every time I deploy to an environment that's not under SQL Source Control, especially since those environments aren't always updated to the LATEST in our repository (we selectively deploy objects to the target environment). |
|
| Back to top |
|
 |
David Atkinson
Joined: 05 Dec 2005 Posts: 1082
|
Posted: Wed Dec 12, 2012 10:08 pm Post subject: |
|
|
Can you try selecting Edit Project/Options/Behavior/Ignore Migration Scripts for databases.
Does this help?
David Atkinson
Red Gate |
|
| Back to top |
|
 |
cQjm
Joined: 13 Dec 2012 Posts: 1
|
Posted: Thu Dec 13, 2012 3:03 pm Post subject: Re: |
|
|
Is it possible to enable this option using the command line?
| David Atkinson wrote: |
Can you try selecting Edit Project/Options/Behavior/Ignore Migration Scripts for databases.
Does this help?
David Atkinson
Red Gate |
|
|
| Back to top |
|
 |
eddie davis
Joined: 14 Jun 2006 Posts: 804 Location: Red Gate Software
|
Posted: Thu Dec 13, 2012 5:28 pm Post subject: |
|
|
Hi,
The command line for this option is one of the following:
| Code: |
/Options:DisableSOCForLiveDBs
|
Or using the alias
Full list of the Command Line Options can be found HERE.
Many Thanks
Eddie _________________ Eddie Davis
Technical Support Engineer
Red Gate Software Ltd
E-mail: support@red-gate.com |
|
| Back to top |
|
 |
CraigEddy
Joined: 28 Sep 2012 Posts: 14
|
Posted: Wed Dec 19, 2012 5:31 pm Post subject: Re: |
|
|
| eddie davis wrote: |
Hi,
The command line for this option is one of the following:
| Code: |
/Options:DisableSOCForLiveDBs
|
Or using the alias
Full list of the Command Line Options can be found HERE.
Many Thanks
Eddie |
That option works great! Thanks! |
|
| Back to top |
|
 |
|