Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: QA for Data

    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....

  • RE: Custom SSMS

    You can also use QUOTENAME for this, but it does sound interesting!

    SELECT QUOTENAME(Name, '''' ) + ',' FROM Users

  • RE: Custom SSMS

    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...

Viewing 3 posts - 1 through 3 (of 3 total)