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

    SQL Server 2000 BACKup

    I'm using SQL Server 2000 and VB6.
    I am only using Access and MSDE Query as my tools, I have nothing else .

    I was curious about creating Backups and Restoring Data in SQL SERVER using SQL.

    I've looked around but the topic is apparently real broad. Mostly everybody is using enterprise manager.

    Any ideas?

  2. #2
    Join Date
    Sep 2004
    Posts
    292

    Re: SQL Server 2000 BACKup

    You may want to look into this... BTW, it's for VB6.0...
    Intelligent people talks because they have something to say,
    Fools talk because they have to say something....

  3. #3
    Join Date
    Dec 2004
    Posts
    423

    Re: SQL Server 2000 BACKup

    Thanks d-u. I found a lot of helpful information on that

  4. #4
    Join Date
    Dec 2004
    Posts
    423

    Re: SQL Server 2000 BACKup

    What about maintenace.

    Anything in SQL without Enterprise manager I can do?

  5. #5
    Join Date
    Feb 2005
    Location
    "The Capital"
    Posts
    5,306

    Re: SQL Server 2000 BACKup

    You could look into the bulk copy utility with SQL server/Sybase - here - bcp (on msdn). Hope this helps. Regards.

    Go through these threads as well:
    1. bcp command
    2. SQL Server 2k Insert Trigger - Output to file
    Last edited by exterminator; November 16th, 2005 at 01:47 PM.

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