You mean to import the excel file into SQL? SQL is server, you cannot "open" excel file with SQL... you can export/import data from excel to sql... can you be more specific, what you want to do? :-k
I don't need to import or export Excel file, I just need to open the file, that's all.
Isn't there an open(filepath) or something like that????
Then you can not do it. Its impossible to open an excel file with SQL. SQL is a server, it does not open things. Even if you meant SSRS it still is not possible.
If import is not acceptable to you then you are out of luck.
Why don't you just say what you want to do so that people can help you?
I'm claling a Stored Procedure from Navision and the result is an Excel file.
I want the user to see the Excel File result just after runing the report without having to go to the path and open the file manually.
Thanks for help!!!
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Isn't there an open(filepath) or something like that????
Hanen TALBI
RIS Plus, LLC
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Then you can not do it. Its impossible to open an excel file with SQL. SQL is a server, it does not open things. Even if you meant SSRS it still is not possible.
If import is not acceptable to you then you are out of luck.
Why don't you just say what you want to do so that people can help you?
I'm claling a Stored Procedure from Navision and the result is an Excel file.
I want the user to see the Excel File result just after runing the report without having to go to the path and open the file manually.
Thanks for help!!!
Hanen TALBI
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Hanen TALBI