![]() |
|
|
#1 | ||
|
College Starter
Join Date: Dec 2003
Location: Chula Vista, CA
|
SQL Server 2000 Developer Edition?
Anyone happen to know what the deal is with this particular version? Someone's told me there's a certain perk about using this edition as opposed to standard or the like.
__________________
...what we have here is a man who looks like Tarzan, but fights like Jane! My VG collection | Xbox 360 Gamertag: ManThol | PS3 Network ID: hukarez Doce Pares International - San Diego Council Filipino Martial Arts Digest tweet tweet twitter |
||
|
|
|
|
|
#2 |
|
High School JV
Join Date: Jan 2002
Location: New Zealand
|
|
|
|
|
|
|
#3 |
|
College Starter
Join Date: Dec 2003
Location: Chula Vista, CA
|
Yeah, I checked it out and stuff. Though, I'm curious as to whether or not anyone's had any experience with SQL Server stuff. I'm confused by that whole licensing thing; more along the lines in the sense that you buy the software...and then a license, or is in included? I'm guessing it's included already and stuff - but just wanted to make sure, before I bother plunking down cash for it.
Figure, it'd be useful to have some kind of SQL environment...though I admit; I'm not much experienced when it comes to setting up SQL and all. Any help/advice would be appreciated; especially if you've got any experience with dealing with databases!
__________________
...what we have here is a man who looks like Tarzan, but fights like Jane! My VG collection | Xbox 360 Gamertag: ManThol | PS3 Network ID: hukarez Doce Pares International - San Diego Council Filipino Martial Arts Digest tweet tweet twitter |
|
|
|
|
|
#4 |
|
High School JV
Join Date: Jan 2002
Location: New Zealand
|
Licensing is definitely confusing. I have some experience with SQL Server. The way I understand it is - if you buy the Developer Edition, then you have a license to install it on one machine for development and testing purposes. You are not allowed to install it on any other computers, including customers for software that you have developed. In order to do that you'd have to purchase (or have the customer purchase) another license.
Installing SQL Server isn't too bad. It asks you a bunch of questions during the installation, but most of the defaults will work just fine for local development work. If you run into any problems let me know. |
|
|
|
|
|
#5 |
|
High School JV
Join Date: Jan 2002
Location: Huntington Beach, CA
|
Correct you can only use the developer version for developing. If you need to use it on a production server you need to purchase CALs or Processer Licenses.
If you're just starting with SQL you may want to start out with MSDE (free download with SQL SP3). It Microsofts steping block to SQL. It's the exact same thing as a SQL database but its free. There are limits on it, such as you can only have 16 databases and after 5 concurrent connections there is a speed regulator on it (you really don't notice until you have a lot of users). But every thing else is EXACTLY the same as SQL. So you can get started with MSDE (can even use enterprise manager to manage databases) and when you are really to move to the full SQL Server you can detach the database from MSDE and Attach it to the SQL server. No data loss, no rebuilding databases or stored procedures. The databases are SQL databases. |
|
|
|
|
|
#6 |
|
College Starter
Join Date: Dec 2003
Location: Chula Vista, CA
|
MSDE? It's a free download with Microsoft SQL? I'll have to check that out. I figure, if I can somewhat simulate my work environment at home, I'll get a step up during the week.
__________________
...what we have here is a man who looks like Tarzan, but fights like Jane! My VG collection | Xbox 360 Gamertag: ManThol | PS3 Network ID: hukarez Doce Pares International - San Diego Council Filipino Martial Arts Digest tweet tweet twitter |
|
|
|
|
|
#7 |
|
High School JV
Join Date: Jan 2002
Location: Huntington Beach, CA
|
|
|
|
|
|
|
#8 |
|
College Starter
Join Date: Dec 2003
Location: Chula Vista, CA
|
Thanks much, Primal for the input. I guess when I get that SQL Developer thing, I'll go right ahead and download that MSDE bit. You recommend any SQL related websites (aside from Microsoft ones) that would be good to check out?
__________________
...what we have here is a man who looks like Tarzan, but fights like Jane! My VG collection | Xbox 360 Gamertag: ManThol | PS3 Network ID: hukarez Doce Pares International - San Diego Council Filipino Martial Arts Digest tweet tweet twitter |
|
|
|
|
|
#9 |
|
Death Herald
Join Date: Nov 2000
Location: Le stelle la notte sono grandi e luminose nel cuore profondo del Texas
|
And as a note, anyone installing SQL 2000, make sure you put SQL 2000 Service Pack 3 on, and avoid the SQL Slammer virus and its derivatives.
__________________
Thinkin' of a master plan 'Cuz ain't nuthin' but sweat inside my hand So I dig into my pocket, all my money is spent So I dig deeper but still comin' up with lint |
|
|
|
|
|
#10 |
|
College Starter
Join Date: Dec 2003
Location: Chula Vista, CA
|
Sage advice; luckily, if I read the packaging right, it mentioned something about SP3.0a or the like.
__________________
...what we have here is a man who looks like Tarzan, but fights like Jane! My VG collection | Xbox 360 Gamertag: ManThol | PS3 Network ID: hukarez Doce Pares International - San Diego Council Filipino Martial Arts Digest tweet tweet twitter |
|
|
|
|
|
#11 | |
|
College Starter
Join Date: Dec 2003
Location: Chula Vista, CA
|
Quote:
Probably a little too late to ask and all, but is SQL Server 2K a standalone installation, or something that supplements one's Windows OS?
__________________
...what we have here is a man who looks like Tarzan, but fights like Jane! My VG collection | Xbox 360 Gamertag: ManThol | PS3 Network ID: hukarez Doce Pares International - San Diego Council Filipino Martial Arts Digest tweet tweet twitter |
|
|
|
|
|
|
#12 |
|
Pro Rookie
Join Date: Nov 2000
Location: USA
|
Work with something else like mySQL instead. It's free and all the information you could need and use is readily available. Microsoft screws up SQL, at least as of the last time we fooled with it at work.
|
|
|
|
|
|
#13 | |
|
High School JV
Join Date: Jan 2002
Location: Huntington Beach, CA
|
Quote:
You need an OS as well. I have my SQL servers on Windows 2003 servers. But you should be able to install it on 2000 or NT. If you're just installing the developer edition you can put it on XP as well. |
|
|
|
|
|
|
#14 | |
|
High School JV
Join Date: Jan 2002
Location: Huntington Beach, CA
|
Quote:
Lets not turn this in the a Microsoft vs. Anti-Microsoft pissing match. |
|
|
|
|
|
|
#15 | |
|
College Starter
Join Date: Dec 2003
Location: Chula Vista, CA
|
Quote:
Okie doke, just wanted to make sure! Right now, the desktop's setup with a 2K OS, since from before, Visual Basic 6 wasn't working well with the initial XP setup. I suppose if I had another machine, I could get Server installed on it and put the SQL developer edition on that. To elaborate: I've got 2 machines, an XP laptop with .NET setup on it. The other machine is a desktop setup with 2K, with VB6 and .NET setup on it. I do more VB developing with the 2K machine, and figure I'd get SQL setup on the desktop - though I'm hoping such a setup wouldn't interfere with the environment and all. (Still new to the concept of SQL setups!)
__________________
...what we have here is a man who looks like Tarzan, but fights like Jane! My VG collection | Xbox 360 Gamertag: ManThol | PS3 Network ID: hukarez Doce Pares International - San Diego Council Filipino Martial Arts Digest tweet tweet twitter |
|
|
|
|
|
|
#16 |
|
High School JV
Join Date: Jan 2002
Location: Huntington Beach, CA
|
You shouldn't have any trouble putting SQL on either of those machines. Developer edition doesn't need a server, a desktop OS will do.
Have fun. Last edited by Primal : 02-01-2004 at 02:58 PM. |
|
|
|
|
|
#17 |
|
College Starter
Join Date: Dec 2003
Location: Chula Vista, CA
|
Excellent. Thanks again!
__________________
...what we have here is a man who looks like Tarzan, but fights like Jane! My VG collection | Xbox 360 Gamertag: ManThol | PS3 Network ID: hukarez Doce Pares International - San Diego Council Filipino Martial Arts Digest tweet tweet twitter |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|