Error Invalid prefix or suffix characters in SQL Server Management Studio

Sql ServerSql Server-2008-R2Ssms

Sql Server Problem Overview


When I try to edit table data in SQL Server Management Studio 2008 R2 (right click in table object, Edit Top 200 rows) I receive this error: "Invalid prefix or suffix characters. (MS Visual Database Tools)".

Sql Server Solutions


Solution 1 - Sql Server

This happens when you try to edit the top 200 rows of a SQL Server 2012 database using the 2008 R2 SQL Server Management Studio. Upgrade SQL Server Management Studio to 2012 or edit the rows using a SQL query.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionRenzo CiotView Question on Stackoverflow
Solution 1 - Sql ServerRenzo CiotView Answer on Stackoverflow