Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can i modify the structureof a table in an sql server database remotely?

Status
Not open for further replies.

nujdonfoe11

Programmer
Oct 14, 2014
3
PH
When developing applications, sometimes there are times when i have to add some fields or rename some fields in a table stored in the sql server which is located on the first floor of our building while i am on the third floor. Is there a way i can do this remotely. Thanks!
 
Sure.


Network both the server and the machine you are working in.
give permissions to your user to connect to that server and database
give permissions to alter tables in that database

issue the correct SQL Server command to change the table.

Regards

Frederico Fonseca
SysSoft Integrated Ltd

FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top