Integrating Excel VBA with SQL Server: Lesson 2

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I used the cmd prompt to find my hostname, then I entered this name but received a "SQL Server does not exist or access denied" error. How would you address this error?

Also, I'm not necessarily interested in pulling data for excel but exporting documents by a query criteria and sending them to a local filesystem. For instance, my search query will pull all the documents in matter# = 12345, 12346, [100s of numbers etc.] AND description = "complaint". I would like to export the documents and send them to a local folder path. Using the matter#'s I want to create folders locally, then the fetch will know where to place the documents.

1. How do I figure out the communication with my server?
2. How do I create the folders using the matter# metadata?
3. How do I send the documents to the exact folders that I want?

eliot
Автор

If you use vba or sql you don't usually need function and formulas of excel???

MultiHoneycoh