Dear All,
I am quite new to sql server 2005. Now I am going to develop a new asp.net application connecting to sql server 2005 remotely. So what must I have install in order to connect to a remote sql server and also to enable me build the tables too? What are the softwares that I need to install before I can proceed on this ? If possible I wnat to avoiding installing the whole server into my local machine as I dont need it. Thanks.
You might find these to be good resources to get you started out.
http://asp.net/learn/dataaccess/default.aspx?tabid=63
http://asp.net/learn/videos/default.aspx?tabid=63
http://msdn.microsoft.com/vstudio/express/sql/learning/default.aspx
|||Dear Arnie,
Thanks for the link. Thus that means minimally I must install the sql express is it? Thanks.
|||No, you do not 'have' to install SQL Express.
However, you might benefit from having a local copy to learn with and explore.
Minimally, you will need a client tool or environment that will connect to the SQL Server.
That client environment 'could be' Visual Studio.
It could also be the SQL Server Management Studio Express client tool.
|||Dear Arnie,
I dont mind installing the express version. But I just want to know is it the same like the orginial sql server 2005 ? Thanks.
|||Every thing that you can do in SQL Express, you can do in the other editions. SQL Express is the same product code base.
However, there are a few 'enterprise' level features that are not included in SQL Express. Integration Services and Replication are a couple that come to mind.
You can compare the editions here to get a better idea. (However, for learning how to use SQL Server to support a web site, SQL Express will be a good tool for you.)
SQL Server 2005 Features, Version Comparison
http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
Dear Arnie,
Thank you a lot of man all your information was very helpful. So I will start working with it. So in case I am stuck then I will get back to you. Really appreciate you a lot.
|||Dear Arnie,
Ok I have download both the sql express and also the sql server managment studio express. I all working i can log into my database. The problem is that it is using the windows authentication. I would like to make my own account and create a user name and password. I dont know how to go about ? Can you please help me on this ? Thanks.
|||You might find the tutorial videos on these sites to be well worth your time and effort.
For SQL Server (especially Lesson Seven):
http://msdn.microsoft.com/vstudio/express/sql/learning/default.aspx#1
For ASP:
http://asp.net/learn/videos/default.aspx?tabid=63
No comments:
Post a Comment