-
-
Notifications
You must be signed in to change notification settings - Fork 563
MSSQL: Rename table in non-default schema #1997
Copy link
Copy link
Closed
Labels
bugDefective behaviour in HeidiSQLDefective behaviour in HeidiSQLnettype-mssqlSQL Server specific issueSQL Server specific issue
Milestone
Description
Description
Trying to rename myschema.mytable to myschema.othername
The command should be:
exec sp_rename "myschema.mytable", "othername";
instead of
exec sp_rename "myschema"."mytable", "othername";
HeidiSQL version
12.8.0.6908
Database server version
MSSQL 2022
Error/Backtrace
No response
Reproduction recipe
Go to ...
Click on ....
See error message: ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugDefective behaviour in HeidiSQLDefective behaviour in HeidiSQLnettype-mssqlSQL Server specific issueSQL Server specific issue