Calling sp_rename ( or other sp_ ) for SQL server 2008 from .Net Code

Posted by MicMit on Stack Overflow See other posts from Stack Overflow or by MicMit
Published on 2010-05-03T00:58:12Z Indexed on 2010/05/03 1:08 UTC
Read the original article Hit count: 277

Is my the only option to wrap sp_rename or similar into stored procedure and then

sqlCommand.CommandType = System.Data.CommandType.StoredProcedure;
sqlCommand.ExecuteNonQuery();

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#