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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.