You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have had a bug reported by a customer of ours that we tracked down to a bug within TSqlParser150 of Microsoft.SqlServer.TransactSql.ScriptDom.
When trying to parse the following script, it returns 'Incorrect syntax near url', despite the syntax being valid on the SQL Server documentation, and parsing in SSMS correctly.
RESTORE DATABASE Sales FROM URL = 'https://foo.com'
The text was updated successfully, but these errors were encountered:
We have had a bug reported by a customer of ours that we tracked down to a bug within
TSqlParser150
ofMicrosoft.SqlServer.TransactSql.ScriptDom
.When trying to parse the following script, it returns 'Incorrect syntax near url', despite the syntax being valid on the SQL Server documentation, and parsing in SSMS correctly.
RESTORE DATABASE Sales FROM URL = 'https://foo.com'
The text was updated successfully, but these errors were encountered: