CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2012
    Posts
    9

    How to set up an SQL server

    Hi,

    I learnt some SQL in university, and would like to continue to practice by setting up my own SQL server, creating a database and running some queries.

    I have Visual Studio 2010, and would like to use C# as the programming language.

    Please could someone advise how I should go about setting up a server, creating a database, and then accessing it using C#?

    Thanks

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: How to set up an SQL server

    You could start with reading this article: Beginners guide to accessing SQL Server through C#
    Victor Nijegorodov

  3. #3
    Join Date
    Jul 2012
    Posts
    9

    Re: How to set up an SQL server

    Quote Originally Posted by VictorN View Post
    You could start with reading this article: Beginners guide to accessing SQL Server through C#
    Thanks for the reply.
    I had already seen that link, but it doesn't seem to mention (from what I can see), how to actually set up the server itself.

    Thanks

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

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