Viewing 3 posts - 1 through 3 (of 3 total)
The solution is to place the File on the SQL server machine
but thats not the place you want it ?
You can change the Account for the SQL server agent to a...
September 2, 2005 at 4:14 am
#587128
If the Exell file is located on the network !
If SqlServerAgent is running on Localsystem account you do not have any access to the Network
If you run it in enterprisemgr the...
September 2, 2005 at 4:11 am
#587127
Use Varchar instead !
Declare
@frstpart varchar(50),
@Extrpart varchar(50)
Select @Frstpart='Good',@Extrpart='bananas'
Print @Frstpart+space(1)+@Extrpart
June 5, 2005 at 6:53 am
#563103