954,566 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Change table name in sql express

How do i change the name of a table in my sql server 2005 express edition database using visual studio server explorer?

serkan sendur
Postaholic
Banned
2,062 posts since Jan 2008
Reputation Points: 854
Solved Threads: 127
 

Not sure if that is possible. Can you not install management studio express to make any changes to your DB?

ProfessorPC
Posting Whiz in Training
270 posts since Dec 2007
Reputation Points: 31
Solved Threads: 29
 
Not sure if that is possible. Can you not install management studio express to make any changes to your DB?

Yes, you can do many things using server explorer from within visual studio; however, management studio is more appropriate to achieve the same things and there are many things that you can only achieve using management studio but not server explorer.

serkan sendur
Postaholic
Banned
2,062 posts since Jan 2008
Reputation Points: 854
Solved Threads: 127
 

so you can change the table name in vs? i didnt think you could thats why i recommended sql management studio

ProfessorPC
Posting Whiz in Training
270 posts since Dec 2007
Reputation Points: 31
Solved Threads: 29
 

F2 doesn't work?

Ramy Mahrous
Postaholic
2,196 posts since Aug 2006
Reputation Points: 480
Solved Threads: 276
 
F2 doesn't work?


you gotta be kidding :) do you think we are so stupid to think about it in the first place :)

serkan sendur
Postaholic
Banned
2,062 posts since Jan 2008
Reputation Points: 854
Solved Threads: 127
 

I can't do that, never ever!!! I was seriously suggesting, some time I don't find RENAME but F2 works! I'll see it myself and be back!

Ramy Mahrous
Postaholic
2,196 posts since Aug 2006
Reputation Points: 480
Solved Threads: 276
 

You can do it in vs 2010 view the table structure, and then look in the properties window of the table. You can change it down there, and then save it, and it modifies the table name. I agree when building a db rapidly it's nice not to even have to open management studio.

optician
Newbie Poster
1 post since Aug 2011
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You