Can i create a store proc where it does 44 alter column commands and add column cmd. As i had bad expreince running all alter column commands at once, I want to do it through SP where it runs each alter cmd, once finished run next alter cmd.
is this possible? may be with CTE or anything else.