How can we help you today? How can we help you today?
kev1609

Activity overview

Latest activity by kev1609

Add SQL Source control to newly SSMS version
I've just installed SSMS 17.5. Previously was using an earlier version with Prompt, Test, Source Control etc installed. I reran the developer bundle installer, which added most of the tools to the ...
2 followers 5 comments 0 votes
Message "Query was cancelled"
Hi, Started getting the message "Query was cancelled" against a couple of servers in a group that I use multiscript to update. The queries in question can then be executed directly on the servers, ...
2 followers 2 comments 0 votes
Ignore insignificant differences in default values
Hi, We have some tables where the only differences are similar to those shown below: Database one: [Hazardous] [bit] NOT NULL DEFAULT (0), [Reefer] [bit] NOT NULL DEFAULT (0), Database two: [Hazard...
2 followers 2 comments 0 votes
David Atkinson wrote: You'll be pleased to know that we're considering thinking about improving the object filtering in SQL Compare, although this is penned for no earlier than v7.1. Can I ask whether where in the SQL Compare process would you like to specify such regular expressions? Can you give me one or more specific examples of the regular expression(s) that you would like to exclude from the object list? Well, it's largely related to replication at the moment, in that even with the replication triggers option ticked, my comparison still flags things like the replication stored procedures (sp_sel_#######, etc), and views (msmerge_contents_{TABLE}). Clearly you could add these as an explicit replication setting, but it strikes me it would be more flexible to allow the user to specify his own list of filters. As another example, we have one application which is modular. Some sites will not use certain modules, and consequently don't need us to sync the relevant objects. We have a naming convention to determine which items belong to which module, and a regexp filter would allow us to set up a project specific to each site. As to how it would be set up, perhaps a section for each type of object containing a list of filters for that type of object. You could then elect to ignore any stored procedure that matches a given filter. Does that make sense? Kev / comments
David Atkinson wrote: You'll be pleased to know that we're considering thinking about improving the object filtering in SQL Compare, although this is penned for no earlier than v7.1. Can I ask w...
0 votes