Results 1 to 13 of 13

Thread: Installing SQL Server ?

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Installing SQL Server ?

    How can I install SQL Server 2000 ??

  2. #2
    Member
    Join Date
    Mar 2003
    Posts
    34
    Umm....you have the disk??
    AKA 'Lethal'

  3. #3

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by SimonVega
    Umm....you have the disk??
    I don't know from where to start ! Do you mean the five CDs ?? Yes

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    If you mean the 5 CDs for VS.NET then (if VS is already installed) then go to the control panel->click on change for the Visual Studio.NET item. This will run the setup again but now you can just select the MSDE option in the setup and finish. Afterwards you have run the Setup file in the MSDE folder in the VS root folder in Program Files.

  5. #5

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I didn't find MSDE but instead SQL Server . I've installed it's not in start menu ???
    Where the hell it disappeared ??

  6. #6
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    I'm not sure it will put anything in the Start Menu, since its MSDE you have to use Access to work with it. Fire up access and create a new project, when prompted try to have it figure out what the server is or try localhost or localhost/vsdotnet and then pick a db.

    You can also work with it from inside VS.NET using the Server Explorer.

  7. #7

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    XP Access suddenly disappeared . Is that because installing MSDE ?Is this possible ?

  8. #8

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I installed it again . Sorry for acting as newbie Edneeis !
    I will try to play with it for a while and tell later...
    Thanx a lot for bearing up with me .

  9. #9

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I've installed SQL Server 2000
    Edneeis , Can you please answer my simple questions ?

    1-Where should I click to build my SQL Server 2000 Database ? I'm really confused at this area ! . I just need a huge db that accepts concurrent connections (mutliple users use the same db)

    2-I've heard of back end and front end database or app (I can't remember exactly which one is true) .What the heck are these ??

    3-What I want to have at the end of the day is : either let my application to be on a network and a lot of users will do some database transactions (inserting , deleting , quering ) OR use it locally (distribute it as usual app ) . This step will push me to start my proj !

    Thanks in advance !

  10. #10

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    What I mean by Network is LAN not as web application !

  11. #11
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Ok since it is installed now then go to VS.NET and open the Server Explorer panel on the left. Then browse to your computer (which should already be there) then expand it and browse to SQL Servers. When you expand SQL Servers it should automatically discover the local SQL Server you have running and then open up and show you the databases. At this point there will probably only be the default ones that come with installation. From there you should be able to right click your SQL Server and create a new DB. After its created you should be able to make the tables and what not right from there otherwise you can also use Access. If you use Access then you'll make a new 'project' and set the connection string to the SQL Server locally and the DB you want. Then from there it will connect and look a lot like making an Access DB.

  12. #12
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    1-Where should I click to build my SQL Server 2000 Database ? I'm really confused at this area ! . I just need a huge db that accepts concurrent connections (mutliple users use the same db)

    See previous post.

    2-I've heard of back end and front end database or app (I can't remember exactly which one is true) .What the heck are these ??

    This relates to Multi-Tier applications, which is just a big word for seperating your app into parts. So here you will have a VB.NET front end (the end the user actually sees) and a SQL Server back end (the thing that does all the work).

    3-What I want to have at the end of the day is : either let my application to be on a network and a lot of users will do some database transactions (inserting , deleting , quering ) OR use it locally (distribute it as usual app ) . This step will push me to start my proj !

    SQL will be hard to distribute for a single user and would be overkill. It is intended for larger projects or networked ones, although it could still be used either way. I would use OLEDB connections then that way you can switch from SQL to Access whenever you want. This will hinder the use of Stored Procedures, which is one of the best things of SQL, but that is my suggestion if you HAVE to provide for a single user situation and a multi-user one.

  13. #13

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I've already started a new proj . I'm still reading about processing of data flow and more . It's wide area but interesting (with server and clients)!

    a million thanks Edneeis . You are always of great help !

    Take Care

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width