CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2006
    Posts
    5

    MS SQL setup trouble

    why i cant setup ms sql server 2000 standart edition on win2000 sp4?
    and what i need to do ?

    setup write:
    MS Sql server2000 standart edition server component is not supported on this operating system. Only client components will be available for installation.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: MS SQL setup trouble

    Are you using Server, Advanced Server, or just the client, Workstation? That would probably be the difference.

    MSDE used to be available, which ran on clients. I think that SQL 2005 Express will, as well.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Apr 2006
    Posts
    5

    Re: MS SQL setup trouble

    I using wink2 professional.

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: MS SQL setup trouble

    W2K Pro isn't a server, and I guess SQL Server requires one. I just found out today that MSDE runs even on a W98 box! Look at SQL 2005 Express to see what it's requirements are.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    Jan 2003
    Location
    North Carolina
    Posts
    309

    Re: MS SQL setup trouble

    I have installed SQL 2000 on 2K Pro but I believe it was Developer Edition of SQL not others. Unfortunately I no longer use Win 2K Pro.

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

Featured