March 29, 2006 at 1:27 pm
Hi all. I am "self educating" myself on SQL Server 2000. I have 7 years DBA experience with MS Access. So far, it is pretty much similar. Is there any advice you can give me, any online tutorials, hints, or anything to get me going in this?
One thing I would like to understand better is how to set up security such as logins, etc.
I don't know how important it is to learn Transact SQL since I can use the GUI part of SQL Server to manipulate, create, delete data and tables. I am familar enough with it that if I need to modify the statement, I can.
Any comments are welcome!
Looks like a pretty useful forum!
March 30, 2006 at 4:59 am
Watch these:
https://www.microsoftelearning.com/sqlserver2005/
Read this:
http://go.microsoft.com/fwlink/?linkid=44375
And play with this:
(Make sure you meet requirements and also install
and
)
Enjoy! ))
March 30, 2006 at 6:26 am
I agree with Joseph - check out the e-learning, and if you can, just start on SQL 2005 instead of 2000, since 2000 is already a 5-6 yr old release. Plus 2005 is better. I think the farther you get into it, the less similarity you'll see between Access & SQL Server. They're both relational systems that hold tables & you can query data with, yes. But SQL (especially 2005) is a fully featured enterprise wide database system. You'll find LOTS of things in SQL that you cannot do in Access.
March 30, 2006 at 8:10 am
Learning TSQL is imperative. You can't do everything through a GUI, nor would you want to.
March 31, 2006 at 7:18 am
Thanks guys for the reference.
SRB: Ya, I hear ya...same with Access...had to learn VBA. I actually am pretty familar with SQL so just a quick reference to books or this forum will be all I need (hopefully)!
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply