Viewing 4 posts - 46 through 49 (of 49 total)
If SQL is running under a domain or admin account then yes, all you have to do is give that account permission to write in the folder.
April 30, 2004 at 10:03 am
#504858
Paul,
Thanks. That makes sense. I did some tests based on what you said and it seems to be working. Thank you very much.
April 8, 2004 at 8:49 am
#502163
In your function
select @Sunday = 8 - @@datefirst
this gives me a 1
select @@datefirst
give me a 7
What is this supposed to do?
Thanks for your help
April 8, 2004 at 8:05 am
#502151
Thank you Paul, I will try this function and let you know how it worked out.
Tarique
April 8, 2004 at 7:53 am
#502144