Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MarkInCA
  • Content: Threads
  • Order by date
  1. MarkInCA

    VB6 SQL-DMO how backup to remote hard drive

    Hello, all! I'm successfully using SQL DMO to create backups of my SQL database on my local machine. I can connect to our local network and manipulate server databases. Is there a way to create a .bak on my local disk of the server database? my abbreviated code: Dim poBackup As...
  2. MarkInCA

    Document SQL db

    Greetings! I'm new to a company and will be doing some dataconversions. To get familiar with the data structure (and to dump it into rs) I've come up with: 'Loop through tables in Source to populate Result catTbl.ActiveConnection = cn j = catTbl.Tables.Count For i = 1 To j If...

Part and Inventory Search

Back
Top