Renaming SQL tables in VisualStudio.Net

  • Thread starter Thread starter J. Muenchbourg
  • Start date Start date
J

J. Muenchbourg

I can't seem to find inside the menu options how to Rename a table
inside an SQL database in VisualStudio.net.
 
Hi J,

You have to execute a

XXXcommand.executenonquery for that wit a proper SQL string.

XXX stands for SQL, Oledb or whatever.

I hope this helps,

Cor
 
Back
Top