Viewing 3 posts - 1 through 3 (of 3 total)
We found the best way to do this is to :
1) Have a change request logged which includes the issue, the script to correct and a backup of the data....
April 16, 2015 at 1:11 am
#1791247
You can also use QUOTENAME for this, but it does sound interesting!
SELECT QUOTENAME(Name, '''' ) + ',' FROM Users
January 23, 2015 at 6:08 am
#1772580
I've found that, after being caught out a couple of times, ensuring 'script permissions' (Tools>Options>SQL Server Object Explorer > Scripting > Object Scripting Options > Script Permissions) is enabled is...
January 23, 2015 at 1:21 am
#1772512