I expect Wally's book would be fine if you were not sure which platform
you're targeting. My latest book is really designed for those getting
started with SQL Server (and just SQL Server). While it might help build
properly architected applications for other platforms, it really gets into
detail on all the aspects of building SQL Server applications.
TSQL should be used to write stored procedures that are deployed to the
database and remain in place for all clients to use. ADO.NET is simply a
pathway to those procedures. In the book I drone on and on about how the
Visual Studio tools can be used to generate ADO.NET--especially when
accessing tables directly. However, you'll find that most pro shops have
outgrown that approach. They block access to the base tables and expose
Views and SPs instead.
In any case, when working with SS, you'll want to (need to) learn both the
ADO.NET data access interface and TSQL--the SS query language.
hth
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit
www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------