PDA

View Full Version : SQL Server 2000


tsbarnes
01-14-2003, 07:47 PM
I am wanting to start diving into SQL Server 2000 (programming) and wanted to know if anyone out there knew of any good books to get to assist in my learning?

Thanks,

Tsbarnes

[o_O]
01-14-2003, 09:19 PM
check mail :)

whammy
01-15-2003, 01:04 AM
If you're already using Access, it shouldn't be too hard. It's all SQL (Structured Query Language). :)

"SELECT * FROM tablename WHERE blah = '" & blah & "'"

Let us know when you run into syntax problems, etc. :)

tsbarnes
01-15-2003, 03:53 PM
Thanks,

[o_O]