| 
	
 | 
 Posted by Erland Sommarskog on 04/20/07 22:16 
sparks (jstalnak@swbell.net) writes: 
> I have been programming access databases for 8 years. 
> Well today I find out that I need to know SQL. 
> HUH    LOL 
>  
> well I don't have a clue as to how people even enter data into 
> a sql database or how to manipulate or retrieve data. 
>  
> Can someone please recommend a book to get me started? 
>  
> thank you very much for any and all help with this. 
 
Isn't Access an SQL database? Or since you post in this newsgroup,  
you specifically mean SQL Server databases? 
 
SQL Server is a server application that accepts data from clients. Clients 
can be implemented in a multitude of ways, both as Windows applications 
and web applications. You can write applictions in .Net, in Perl, in VB6,  
in Java, in about every language. You can even use Access - this appears 
in fact to be a common solution. 
 
 
 
--  
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se 
 
Books Online for SQL Server 2005 at 
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx 
Books Online for SQL Server 2000 at 
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
 
[Back to original message] 
 |