Getting Started with Adobe After Effects - Part 6: Motion Blur
A collection of quick technology learning tips from what people around you learn every day

Change an object to a different schema

Jun 19 2012 12:00AM by Clark Baker   

This will change the stored procedure from the username schema to the dbo schema

ALTER SCHEMA dbo TRANSFER [username].[usp_MyProcedure]

Read More..   [48 clicks]

Published under: SQL Server Tips ·  ·  ·  · 


Clark Baker
558 · 0% · 65
8
 
2
 
 
0
Incorrect
 
0
Interesting
 
0
Forgotten



Submit

4  Comments  

  • Hi Clark,

    In which are the situation I can use TRANSFER keyword.? any other purpose of this keyword?

    commented on Jun 25 2012 1:53PM
    Robert Dennyson
    11 · 14% · 4419
  • If a developer on the system has permissions to create object and they get created under there user schema rather than dbo then the objects can be moved to the default schema.

    My use case was to move specific objects out of dbo schema and into a new schema that I had created for my "billing" objects.

    Please not this can break existing code and needs to go through validation before implementing in prod.

    commented on Jun 25 2012 10:58PM
    Clark Baker
    558 · 0% · 65
  • Wow, thanks for this post. Thank you clark and Nakul

    commented on Jul 15 2012 5:11AM
    Robert Dennyson
    11 · 14% · 4419

Your Comment


Sign Up or Login to post a comment.

"Change an object to a different schema" rated 5 out of 5 by 8 readers
Change an object to a different schema , 5.0 out of 5 based on 8 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]