This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
We are excited to announce that the Data Warehouse now supports sp_rename.
With sp_rename, you can rename user objects like Tables, Stored Procedures, Functions etc.
Here is an example of how to use sp_rename that fixes a spelling mistake for city:
sp_rename [dbo.dimension_ctiy], [dimension_city];
When you use these features, change the schema an object belongs to or drop a table, the changes will be reflected in OneLake within 1 minute.
For More information, please see our documentation:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.