Results 1 to 4 of 4

Thread: [2005] SQL server database creation pt 2

  1. #1

    Thread Starter
    Member leonreeet's Avatar
    Join Date
    Jul 2006
    Location
    Perth, Western Australia
    Posts
    32

    [2005] SQL server database creation pt 2

    Quote Originally Posted by jmcilhinney
    Please note that "SQL" is a language (Structured Query Language) and all grown-up databases use it. Even Access. If you're talking about Microsoft's database server then it is called "SQL Server", not just "SQL".

    The standard method for us working class folks with VS 2005 is to install SQL Server on your development machine and use it to create an MDF file which you can then distribute with your app. You can get SQL Server 2005 Express for free from Microsoft and it integrates into all VS Versions. You'll then add an MDF database to your project and use VS to build the schema and, optionally, add data somewhat like you did in the Access application. Note that VS can be used to create MDB files in the same way.
    oh ok i get ya.

    so, how do i actually create the database after its installed.
    my boss installed our sql server, and im pretty sure its sql server 2000.

    theres no executional files of any sort in the install folder, only .ini's and files within folders that cant be opened.

    I cant quite figure out how im supposed to create the database, with nothing to aid me after the install.

  2. #2
    Fanatic Member
    Join Date
    May 2003
    Posts
    758

    Re: [2005] SQL server database creation pt 2

    You would be best off to install Enterprise Manager somewhere where you can have access to it. Inside of Enterprise Manager, there is a wizard that will walk you through the creation of a database.
    My.Settings.Signature = String.Empty

  3. #3

    Thread Starter
    Member leonreeet's Avatar
    Join Date
    Jul 2006
    Location
    Perth, Western Australia
    Posts
    32

    Re: [2005] SQL server database creation pt 2

    Quote Originally Posted by Aspnot
    You would be best off to install Enterprise Manager somewhere where you can have access to it. Inside of Enterprise Manager, there is a wizard that will walk you through the creation of a database.
    Whats the EXACT name of this program, cos i typed in enterprise manager into google, and it has like 10 different possible programs.

  4. #4
    Fanatic Member
    Join Date
    May 2003
    Posts
    758

    Re: [2005] SQL server database creation pt 2

    For SQL Server 2000, the exact name is Enterprise Manager. You won't find a download for it on the internet. You will need to install it from the SQL Server CDs.
    My.Settings.Signature = String.Empty

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