Calling sp_rename ( or other sp_ ) for SQL server 2008 from .Net Code
- by MicMit
Is my the only option to wrap sp_rename or similar into stored procedure and then
sqlCommand.CommandType = System.Data.CommandType.StoredProcedure;
sqlCommand.ExecuteNonQuery();