Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
how to remove GUID column and their values in the table in SQL Server 2008 R2. Please help!.
Posted
Comments
BC @ CV 6-Dec-12 17:44pm    
Are you looking to replace an id column of type uniqueidentifier with an id column of type integer? Or are you just talking about removing a column?

1 solution

You can use DROP COLUMN in a ALTER TABLE command : http://www.w3schools.com/sql/sql_alter.asp[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900