Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 04-02-2009, 08:25 PM   #1 (permalink)
Chad711's Avatar
 
Monster Techie

Join Date: Oct 2008

Location: Irving, TX

Posts: 1,175

Chad711 is on a distinguished road

Default sql server

My g/f is applying for jobs where they are wanting sql server experience. Isn't this some what like MySQL? If so I have created a few databases using MySQL for websites I've owned in the past. Seemed pretty simple and straight forward.

If sql server is the same as MySQL then what knowledge would you really need about it? I mean it seems pretty simple and easy to learn/use.

She is apply to analytic jobs that require it. She is a complete wiz using excel and access so shouldn't she be ok with stating she has sql server experience?


I know this is a long shot but does any one here have a website that she could play around with MySQL on with a temp admin account or something? I don't have any more websites right now so I don't have a way to let her mess with it. Doesn't hurt to ask

Thanks for the help!
__________________
Q6600 OC 3.0, 4870 1GB,750w, 4GB DDR2, T-Power I45, Extreme Audio X-Fi OS: Windows7-64-Pro, Contact Core Freezer, Acer G24"/LG 22"
Chad711 is offline  
Old 04-02-2009, 08:55 PM   #2 (permalink)
 

Join Date: Jul 2005

Location: England

Posts: 2,159

kmote has a spectacular aura aboutkmote has a spectacular aura about

Default Re: sql server

You don't need to have a website just for mysql or postgres you can simply download and install one of those if she wants to get some sql experience. excel isn't going to cut it and she should not say she has experience.
__________________
MSI P43 Neo|Enermax Pro82+ 425W|E5200|silent 8500GT|250GB Samsung spinpoint F1|Samsung SATA DVD RW|4GB Corsair|Antec SOLO|openSUSE11


There are in order of increasing severity: lies, darn lies, statistics, and computer benchmarks. - diskinfo man page
kmote is offline  
Old 04-03-2009, 12:13 AM   #3 (permalink)
Chad711's Avatar
 
Monster Techie

Join Date: Oct 2008

Location: Irving, TX

Posts: 1,175

Chad711 is on a distinguished road

Default Re: sql server

Do you know any where she could get some basic knowledge tutorials on using it? I will have her download MySQL and check it out.

Thanks for the help
__________________
Q6600 OC 3.0, 4870 1GB,750w, 4GB DDR2, T-Power I45, Extreme Audio X-Fi OS: Windows7-64-Pro, Contact Core Freezer, Acer G24"/LG 22"
Chad711 is offline  
Old 04-03-2009, 05:51 AM   #4 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: sql server

SQL is a language. It stands for Structured Query Language. Pretty much every database uses SQL.

Some databases have functions and such to help with development, but the code is generally very similar, so, you should be able to get by learning MySQL.

Also, if you need to setup a MySQL database to mess with, check out my tutorial.
__________________

Need website help? PM me!
CrazeD is offline  
Old 04-03-2009, 04:11 PM   #5 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,410

office politics will become famous soon enough

Default Re: sql server

you can further define database that use SQL as relational databases. The only other type of databases I've heard of were Object oreinted databases, but they never gained market share.

also, you could further define the SQL language as Transact SQL or T-SQL for short.

DBA Skills (including but not limited to)

creation and placement of database and transaction log files.

index tuning

query tuning

linking servers

server replication

creating maintanence plans


edit - i see that the job is not a dba job. in this post, i wanted to show that SQL databases are complex systems.

Last edited by office politics; 04-03-2009 at 04:14 PM.
office politics is offline  
Old 04-03-2009, 05:50 PM   #6 (permalink)
Chad711's Avatar
 
Monster Techie

Join Date: Oct 2008

Location: Irving, TX

Posts: 1,175

Chad711 is on a distinguished road

Default Re: sql server

Thanks for the info guys. I will pass this along and see what she can start doing to get some experience.
__________________
Q6600 OC 3.0, 4870 1GB,750w, 4GB DDR2, T-Power I45, Extreme Audio X-Fi OS: Windows7-64-Pro, Contact Core Freezer, Acer G24"/LG 22"
Chad711 is offline  
Old 04-03-2009, 07:17 PM   #7 (permalink)
Chad711's Avatar
 
Monster Techie

Join Date: Oct 2008

Location: Irving, TX

Posts: 1,175

Chad711 is on a distinguished road

Default Re: sql server

ok after speaking with her more about this I think her main question is this.

What is the difference between Microsoft SQL Server 2008 and Microsoft Access? She thinks that they are basically the same thing. Most jobs want experience in MS SQL Server though.

What is the difference here?

Thank again for the help
__________________
Q6600 OC 3.0, 4870 1GB,750w, 4GB DDR2, T-Power I45, Extreme Audio X-Fi OS: Windows7-64-Pro, Contact Core Freezer, Acer G24"/LG 22"
Chad711 is offline  
Old 04-06-2009, 07:30 PM   #8 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,410

office politics will become famous soon enough

Default Re: sql server

I would say that SQL Server is a more high performing application than MS Access. You'll want to use SQL over Access where performance matters. You would use Access for the smaller scale stuff; say 50 users, >100 mb worth of data.

SQL Server runs as a windows service where Access is a stand alone application. SQL will cache data in memory to delive information to the users more quickly.

Access ha builtin developer functions. You can create forms, reports, and webpages for displaying your data as well as data entry. SQL has Reporting Services which can have reports generated and saved to various formats and possibly emailed.

SQL will give you access to stored procedures, views, triggers, more constraint functionality. I'm trying to think if there's any language differences and i have to say I don't know. I'm wondering what Access will do with a Create Database command. Also, what about builtin functions such as getdate() and cast()...i know you can run count() in Access.
office politics is offline  
Old 04-09-2009, 12:01 PM   #9 (permalink)
 
Newb Techie

Join Date: Mar 2009

Posts: 17

racerx69 is on a distinguished road

Default Re: sql server

Download the express edition of SQL 2008 (free), look for online tutorials on Microsoft's learning centers website. Or hit CBT Nuggets: Training for Cisco CCNA SQL MCSE VB.NET A+ Linux PMP & Many More IT Certification Exams! and view the free SQL videos. I guess it all depends on the amount of SQL experience they are looking for. I would assume they were looking for T-SQL commands for generating quries and reports. Good luck and I hope she lands the job.
racerx69 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to obtain SQL Server FullText Search service? BobLewiston Programming Discussions 9 08-14-2009 08:24 AM
I can’t install SQL Server 2008 Express with Advanced Services - Help! BobLewiston Windows Operating Systems and Software 9 03-12-2009 09:00 AM
Terminal License Server - Expired !! roumieh2000 Windows Operating Systems and Software 2 09-04-2008 01:46 AM
SQL server error wicked23 Windows Operating Systems and Software 6 03-05-2008 05:28 PM