Add square brackets for schema name when 'Select Data' is clicked.

Issue #91 new
Former user created an issue

Eg. I have odd schema naming, and for 'order' schema SSMS is throwing an error 'Incorrect syntax near the keyword 'order'.', sql as below:

SELECT TOP 50 * FROM order.tblRequestHeader

Simple correction 'fix' this error:

SELECT TOP 50 * FROM [order].tblRequestHeader

Thanks

Comments (0)

  1. Log in to comment