Rename column in mssql

Posted by zurna on Stack Overflow See other posts from Stack Overflow or by zurna
Published on 2010-03-15T15:10:48Z Indexed on 2010/03/15 15:19 UTC
Read the original article Hit count: 296

Filed under:

I tried the following code. Altough I dont get any errors, it did not do it.

SELECT * FROM Categories EXEC sp_rename 'Active', CategoriesActive

© Stack Overflow or respective owner

Related posts about sql-server