April 20, 2018 at 8:26 am
Yep.
I finally resolved the same issue with my [varchar(50)] when I took out the square brackets.. That is when I realized that the square brackets should have only been around varchar not the whole thing i.e. [varchar](50). I did not understand the point Lynn was making until I took out the square brackets. But why would the auto-generated script show the square brackets in the incorrect location?
April 20, 2018 at 10:39 am
ejoell 66477 - Friday, April 20, 2018 8:26 AMYep.I finally resolved the same issue with my [varchar(50)] when I took out the square brackets.. That is when I realized that the square brackets should have only been around varchar not the whole thing i.e. [varchar](50). I did not understand the point Lynn was making until I took out the square brackets. But why would the auto-generated script show the square brackets in the incorrect location?
I haven't seen an auto-generated script with this problem. I have seen an errant replace cause it, however.
April 20, 2018 at 4:09 pm
ejoell 66477 - Friday, April 20, 2018 8:26 AMBut why would the auto-generated script show the square brackets in the incorrect location?
It wouldn't.
However, if the autogenerated script correctly contained [int] and you did a search/replace replacing "int" with "varchar(50)", then you will end up with [varchar(50)]
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 3 posts - 31 through 32 (of 32 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy