![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
here is my case: web server runs a package on the database server with a stored procedure. The package uses the text file in a share on the web server as a text file source. My question is how do i set the permissions of the share on the web server? thanks Yener |
#3
| |||
| |||
|
|
And how do you fire the package? Using xp_cmdshell? If it is then have a look here as to who actualy will do the calling of the package http://msdn.microsoft.com/library/de...aa-sz_4jxo.asp "prefect" <uykusuz (AT) uykusuz (DOT) com> wrote in message news:eEO0W9T5FHA.472 (AT) TK2MSFTNGP15 (DOT) phx.gbl: here is my case: web server runs a package on the database server with a stored procedure. The package uses the text file in a share on the web server as a text file source. My question is how do i set the permissions of the share on the web server? thanks Yener |
#4
| |||
| |||
|
|
i am using LoadFromSqlserver method in the stored procedure. i am really so confused. as far as i read , the package runs in the caller but i am not sure about what that means. i execute the stored procedure through a sql connection in the vb code at the web server . Sp runs at the database server and loads the package and exec it. am i wrong? now who is the caller !? webserver or database server? and whereever it is, under which user does the package run? i know i ask too many question, but i did not understand what the LoadFromSqlserver method does exactly. Does "Load" have a logical meaning here just to access the package in the sql server? for example: i load a package in the vb code or in a stored procedure which resides in another server and this package uses a file with an absolute path. in that case, can we say that package looks for the file in the machine where the package is loaded ? thanks Yener "Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message news:OmN5SnW5FHA.2524 (AT) TK2MSFTNGP10 (DOT) phx.gbl... And how do you fire the package? Using xp_cmdshell? If it is then have a look here as to who actualy will do the calling of the package http://msdn.microsoft.com/library/de.../en-us/tsqlref /ts_xp_aa-sz_4jxo.asp "prefect" <uykusuz (AT) uykusuz (DOT) com> wrote in message news:eEO0W9T5FHA.472 (AT) TK2MSFTNGP15 (DOT) phx.gbl: here is my case: web server runs a package on the database server with a stored procedure. The package uses the text file in a share on the web server as a text file source. My question is how do i set the permissions of the share on the web server? thanks Yener |
![]() |
| Thread Tools | |
| Display Modes | |
| |