How can we help you today? How can we help you today?
Chris Howarth

Activity overview

Latest activity by Chris Howarth

Script File Encoding is Changed During Synchronisation
We've hit a problem with SQL Compare 7.1 whereby the encoding of the updated scripts contained in a source folder is changed from UTF-16 to Windows-1252 during the synchronisation process. We're cu...
2 followers 4 comments 0 votes
Compare 7.1 An Item with the Same Key Has Already Been Added
I'm getting the following error when using a scripts folder as one 'half' of the compare: "An item with the same key has already been added" This occurs at the 'Registering Databases -> Scripts.Mai...
2 followers 2 comments 0 votes
You should be able to get this to work if you add NOLOCK into the 'Keywords to capitalize' list then use the following format: SELECT * FROM dbo.Table ( NOLOCK ) Note the space before NOLOCK. Hope this helps. Chris / comments
You should be able to get this to work if you add NOLOCK into the 'Keywords to capitalize' list then use the following format: SELECT * FROM dbo.Table ( NOLOCK ) Note the space before NOLOCK. Hope ...
0 votes