Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Some Info on MS SQL Server

Author  Topic 

aposullivan
Starting Member

1 Post

Posted - 2006-03-01 : 06:41:02
I have developed a great intrest in the MS SQL Server recently. I was just wondering if it was worth putting my time into learning this system. In the members opinion would SQL server be technically fit? Does it have a good campacity and flexibility? These areas are quite important to me. I would also like to know how web friendly the server is and its ability to handle complex data.

Any help would be much appriciated.

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2006-03-01 : 12:10:14
the answer to all your questions posted here is "yes".

although you might want to define what you mean by "web friendy".

sql server is a database. it stores data. it's purpose is to store it and retreive it as fast as possible to the client.
the client is usually a web server or a win app that presents the data in some way. the data is returned in a dataset which is an in memory representation of table(s).

for more info ask more specific questions.

Go with the flow & have fun! Else fight the flow
Go to Top of Page

Srinika
Master Smack Fu Yak Hacker

1378 Posts

Posted - 2006-03-01 : 12:25:58
Refer this article
http://www.wintercorp.com/VLDB/2005_TopTen_Survey/2005TopTenWinners.pdf
Go to Top of Page
   

- Advertisement -