Results 1 to 3 of 3

Thread: database connection [RESOLVED]

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    database connection [RESOLVED]

    I'm not sure if this is in the right forum but, since it deals with vb.net, I will try here first.

    I finally got an MS SQL server 2000 installed on my computer and finally figured out how to connect to the databases from vb.net using the server explorer and using the sqlconnector component.

    What I'd like to know is how to take this .sql script file I have that is a backup of one of my forums and use it to restore the forum's data. Just a quick and dirty lesson is all I need really.

    It isn't all that hard is it?
    Last edited by Andy; Feb 11th, 2004 at 09:54 PM.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Do you have MS SQL or MSDE? If you have SQL then the easiest way is to start the SQL Query Analyzer tool and just load and run the script in there. Otherwise you could probably just load the text of the script into the Server Explorer or in code and execute it that way.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    I installed ms sql 2000. I will try that out ed. thanks!!

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