I am starting to develop database for my application. But before I embark upon a long journey I would like to have few questions answered. I am a starter in SQL Server, so please bear with my ignorance.
Basically I have several SQL Server instances running on my local machine. I am trying to architect databases containing several table schemas and their relationships using SQL Server Developer Studio.
If I host my application on a remote shared server is it possible to create SQL Server Instance on that remote machine and have my developed database and its tables exported to run on this remote server instance?
Is this facility available in the SQL Server Developer Express? The free version I am using.
I would really like to get these questions clarified before I move any further. I don't want to do all the hard work just to find out that exporting databases is not the easiest thing to do. I would really appreciate your responses.