Activity overview
Latest activity by TomD
Yep, this seems to fix it for me: '+QUOTENAME(Coalesce(DetectDuplicateNames.name+'_'+Convert(VARCHAR(5),f.column_ordinal),f.name)) / comments
Yep, this seems to fix it for me:'+QUOTENAME(Coalesce(DetectDuplicateNames.name+'_'+Convert(VARCHAR(5),f.column_ordinal),f.name))
tvc lists date twice
Ran the new tvc snippet on a simple table with a Birth Date [Date] column and got the following output in the @tmp:...Birth Date date NULL,...Maybe there need to be a QUOTENAME() somewhere?
SSDT for Visual Studio 2017 : https://go.microsoft.com/fwlink/?LinkId=863927
I believe it was in the main menu bar, but now that you mention it, i do see it in the sub-menu of Tools.
Upgraded with vsix.
So since this is in the sub-menu of Tools I suppose this can be ignored. / comments
SSDT for Visual Studio 2017 : https://go.microsoft.com/fwlink/?LinkId=863927
I believe it was in the main menu bar, but now that you mention it, i do see it in the sub-menu of Tools.
Upgraded wi...
SqlPrompt upgrade to 9.0.4.3408 causes Visual Studio 2017 menu to disappear
I was having issues building SSDT project in Visual Studio 2017 so I upgraded SqlPrompt to 9.0.4.3408 because I saw in the release notes that there was a fix for the build issues surrounding SSDT p...