SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
Schema comparison - Ignore

 
Reply to topic    SoftTree Technologies Forum Index » SQL Assistant View previous topic
View next topic
Schema comparison - Ignore
Author Message
gemisigo



Joined: 11 Mar 2010
Posts: 2102

Post Schema comparison - Ignore Reply with quote
There's an item in Ignore section for schema comparison called Delimiters


What is that and how is it supposed to work? My assumption was that it should ignore differences for scripts that refer to objects with the same name but using or not using delimiters like dbo.whatever vs. [dbo].[whatever] but it doesn't seem to do that. Comparison still yields codes marking such as these as (the only) differences.
Wed Apr 05, 2017 7:17 am View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7838

Post Reply with quote
I'm not clear on that too. I asked for help and will respond to your question as soon as I get an answer.
Wed Apr 05, 2017 1:17 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7838

Post Reply with quote
It should treat dbo.whatever and [dbo].[whatever] as equal if Ignore -> Delimiters is ticket. what's not clear yet, if that's supposed to work like that for object names in definitions only or referenced within procedural code too.

Here is what I mean
declaration:
Code:
CREATE PROCEDURE dbo.whatever ...

vs.
Code:
CREATE PROCEDURE [dbo].[whatever]


procedural code:
Code:
...
BEGIN
   SELECT * FROM dbo.whatever
END

vs.
Code:
...
BEGIN
   SELECT * FROM [dbo].[whatever]
END


I'm still trying to get more details on that.
Thu Apr 06, 2017 1:33 am View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » SQL Assistant All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.