This is a strange one but I am hopeful someone will have the answer.
When I export table data to an Access database via DTS (ODBC) all works well when ran from local user account. However, when ran from service account SQL locks the Access Database.
The service account has rights to the local...
Try this
Create an Access Database.
Copy this into a module.
(fill in the blanks)
Dim objOutlook, objMailItem
Set objOutlook = CreateObject("Outlook.Application")
Set objMailItem = objOutlook.CreateItem(0)
objMailItem.To = ""
objMailItem.CC = ""
objMailItem.Subject = "Test"
objMailItem.Body =...
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.