Viewing 8 posts - 1 through 8 (of 8 total)
Hari,
I tried using drynamic query with in the function but getting the following error while executing.
'Only Functions and extended stored procedures can be executed from within a function.'
Thanks
June 27, 2008 at 4:33 am
Hi Hari,
Initially I tried for Functions. Since I need to use a dynamic query in that I can't use the function.
Is there any other approach that can be followed...
June 27, 2008 at 3:28 am
Hi Hari,
Thanks for your suggestions.
Sorry for not mentioning the scenario clearly..
The Situation is this...
I should derive a single select query that would return 8 columns. 3 column values are directly...
June 27, 2008 at 3:01 am
Hi,
I got the solution for this problem. I changed the MSSQLSERVER and SQLAgent service account to my domain account and it works fine.
January 17, 2007 at 9:16 pm
When i execute from TSQL or through Job i get the following error msg:
DTSRun: Loading...
DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSDynamicPropertiesTask_1
DTSRun OnFinish: DTSStep_DTSDynamicPropertiesTask_1
DTSRun OnStart: DTSStep_ZIPFileTask.ZIPTask_1
DTSRun OnError: DTSStep_ZIPFileTask.ZIPTask_1, Error...
January 16, 2007 at 7:02 am
SQLAgent service account is my domain account and permission wise everything is fine. The thing is iam using a custom task(to zip a file) in DTS. If i remove the...
January 16, 2007 at 7:00 am
sqlserver service was running in windows account only and access rights had been provided to the share for this account.Actually in BCP i am connecting to the SQLSERVER through an...
January 10, 2007 at 1:44 am
I had tried providing "Everyone" access rights to the share. But doesn't resolve
January 9, 2007 at 12:15 am
Viewing 8 posts - 1 through 8 (of 8 total)