473,397 Members | 2,056 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Beginning SQL Server Book?

Greetings:

I would like to ask for recommendations for a good beginning book on
SQL Server. My web host offers a 100MB SQL Server database as part of
the package, and I'd like to use the feature to learn.

I am proficient in Access and familiar with basic connectivity to it
via ASP. I don't have my own license for SQL Server (and currently
can't afford one) so all development will need to be done by
interfacing with the remote database. As such, I won't need a lot of
explanation regarding installation and software setup.

Does anyone here know of a good study resource for someone in this
scenario?

Many thanks in advance,
Kay

Jul 23 '05 #1
5 1400
KayInPA (av********@kmwonline.com) writes:
I would like to ask for recommendations for a good beginning book on
SQL Server. My web host offers a 100MB SQL Server database as part of
the package, and I'd like to use the feature to learn.

I am proficient in Access and familiar with basic connectivity to it
via ASP. I don't have my own license for SQL Server (and currently
can't afford one) so all development will need to be done by
interfacing with the remote database. As such, I won't need a lot of
explanation regarding installation and software setup.


Then again, it's very conventient to have a local database. And, this
is easy to get hold of! You can download the Evaluation Edition of
SQL Server from
http://www.microsoft.com/downloads/d...displaylang=en
This is installation is valid for 120 days.

If you buy a book, it is very likely that you will get the Evaulation
Edition with a book as well. However, by all means, use the download
instead. The download is protected against the Slammer worm, whereas
the CD in the book may be old and lacks Slammer protection.

As for books, I have little experience in SQL Server books for beginners,
but I believe that Richard Waymire's "SQL Server in 21 days" is a good
starter kit.
--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Jul 23 '05 #2
If you want to practice on a local SQL Server you can donwload the
evaluation edition for free.

http://www.microsoft.com/downloads/d...displaylang=en

Everything you need to know is in the Book on line for SQL Server. I can't
tell you for sure if Books on line will download with the evaluation edition
because I got mine from New Horizons.

If you really need a book I have the SQL Server 2000 Bible to be pretty
good. The author, Paul Nielsen seems to really konw his stuff. And there
is a lot of good theortical info to support why you would do things in one
particular way vs another.

Take Care

Michael Leonard
"KayInPA" <av********@kmwonline.com> wrote in message
news:11**********************@l41g2000cwc.googlegr oups.com...
Greetings:

I would like to ask for recommendations for a good beginning book on
SQL Server. My web host offers a 100MB SQL Server database as part of
the package, and I'd like to use the feature to learn.

I am proficient in Access and familiar with basic connectivity to it
via ASP. I don't have my own license for SQL Server (and currently
can't afford one) so all development will need to be done by
interfacing with the remote database. As such, I won't need a lot of
explanation regarding installation and software setup.

Does anyone here know of a good study resource for someone in this
scenario?

Many thanks in advance,
Kay

Jul 23 '05 #3
MS Press's MS SQL Server 2000 Step by Step covers all the Enterprise Manager
tools, as well as admin tasks and some basic T-SQL. Very good for beginners
to learn, but it doesn't cover the command line tools at all. It has the 120
day eval CD, too. $49.99, but you might find it cheaper at Amazon. ISBN
7356-1142-4. For programming, you need a good ASP or ASP .net or VB.Net
book, but you can also learn a lot from the .Net Framework SDK available
from http://www.gotdotnet.com
I believe. Also, once your eval of the Enterprise edition runs out, you can
still use Enterprise manager to manage MSDE, the desktop edition of SQL
server. So don't uninstall it, lol. I used ASP,Ner Step by Step to learn
VB.Net, and a few other books, but that one covers more VB than the SQL
Server SbS mentioned above covers SQL.

"KayInPA" <av********@kmwonline.com> wrote in message
news:11**********************@l41g2000cwc.googlegr oups.com...
Greetings:

I would like to ask for recommendations for a good beginning book on
SQL Server. My web host offers a 100MB SQL Server database as part of
the package, and I'd like to use the feature to learn.

I am proficient in Access and familiar with basic connectivity to it
via ASP. I don't have my own license for SQL Server (and currently
can't afford one) so all development will need to be done by
interfacing with the remote database. As such, I won't need a lot of
explanation regarding installation and software setup.

Does anyone here know of a good study resource for someone in this
scenario?

Many thanks in advance,
Kay

Jul 23 '05 #4
Thanks to all for your suggestions. I'll be logging on to amazon
shortly!

I've had good success with both the "...in 21 days" and "Bible" books
with other technologies, so I may start there. I'm currently starting
a wrox book on ASP .NET but not yet convinced of it's superiority to
straight ASP, particularly since I'm well used to a dreamweaver
ultradev environment. I have no burning desire to purchase Visual
Studio any time soon, however this may change as I learn more.

Also not convinced of the real world benefits of MSDE. I've deployed
Access as the database for use on small (maybe 10 simulaneous users -
not 10 simultaneous connections) sites with no difficulty at all. I do
foresee the need for growth, however, and SQL Server will likely be the
way to go.

Again, thanks to all for your advice. Much appreciated.

Kay

Jul 23 '05 #5
There's a Wrox book that was not very publicized that I like a lot. Of
course, it's about ASP.Net and SQL server 2000, but that is the way things
are. Visual Basic.Net and SQL Server 2000: Building and Effective Data
Layer, by Tony Bain and Denise Cosnell (2002). MS is already shipping SQL
Server 2005 beta. I believe they will have a free desktop edition of that,
too.

As far as MSDE, it IS SQL Server. It's just that it's limited to 5
concurrent connections, I think. But it's a good way to learn MS T-SQL,
cheaply. And the .Net Framework SDK has free editions of VB.Net, C#, and I
think C++ compliers (command line). If you can find a free IDE to handle
them, you would not need VS.Net (but wow, you'd be missing a lot).
Patrick

"KayInPA" <av********@kmwonline.com> wrote in message
news:11**********************@c13g2000cwb.googlegr oups.com...
Thanks to all for your suggestions. I'll be logging on to amazon
shortly!

I've had good success with both the "...in 21 days" and "Bible" books
with other technologies, so I may start there. I'm currently starting
a wrox book on ASP .NET but not yet convinced of it's superiority to
straight ASP, particularly since I'm well used to a dreamweaver
ultradev environment. I have no burning desire to purchase Visual
Studio any time soon, however this may change as I learn more.

Also not convinced of the real world benefits of MSDE. I've deployed
Access as the database for use on small (maybe 10 simulaneous users -
not 10 simultaneous connections) sites with no difficulty at all. I do
foresee the need for growth, however, and SQL Server will likely be the
way to go.

Again, thanks to all for your advice. Much appreciated.

Kay

Jul 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Steven T. Hatton | last post by:
I came across this title while looking for something fairly unrelated (UML diagrams for C++ templates). The review quoted below is solidly positive. I'm not going to be able to run out an buy the...
4
by: Glenn M | last post by:
I have a shared XML file on a server . i also have one xslt file that performs a simple transform on in to view the data. now i want to have another page that lets users modify the shared xml...
2
by: smartie_zhuo | last post by:
Hi,There Recently ,I bought "Beginning Visual Basic 6 Database Programming" by John Connell from second book store,According to book,I should download source code from Wrox website,But I cann't...
1
by: Kappa | last post by:
Hello I am reading this book Beginning C# Objects: From concept to code. I am looking for any other forums where other readers can turn to, to post their comments or discuss other issues...
2
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of...
11
by: Lint Radley | last post by:
Hi Everyone, I've done several C# console applications now, and feel comfortable with the language. Can anyone recommend a web site, book, etc which has information on starting to develop full...
2
by: Netwatcher | last post by:
Hello, i am new to c++ windows and DX programming, i encountered a code in the book stated in the title, which doesn't work for a reason, here is the code // Beginning Game Programming // Chapter...
3
by: AndrewMcLellan | last post by:
Hello there guys, So yeah, I'm looking for an easy book to beginning ASP.NET 3.5 with C#. I want to start building websites in ASP.NET and will be doing it in university also so looking for an...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.