How to upload SQL Server database to server, connect to website and manipulate tables? -


edited:

i have simple sql database have created localy on computer ms sqlserver 2014 management studio.

i have java application connected database can add/remove data database. application works should right now.

question: how upload database online service can connect database way instead?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -