Viewing 10 posts - 1 through 10 (of 10 total)
Yes,I am in developer position,but wanted to know the reason from a DBA perspective.....Thanks for the help ...Do you see any reason for that to happen?
March 19, 2010 at 8:57 am
Hi all,Thanks for your replies
Let me tell you guys the exact issue I have.
We have a table in the SQL...
March 19, 2010 at 8:32 am
And one more thing,
When I use the select query on that table in a UDF,it executes with out any error,but if I use the same select query separately it fails...
March 17, 2010 at 1:27 pm
And one more thing,
When I use the select query on that table in a UDF,it executes with out any error,but if I use the same select query separately it fails...
March 17, 2010 at 1:17 pm
To just check the Permission set on that table,
I used a Table valued function,but it didn't return any rows.
SELECT *
FROM fn_my_permissions('tablename', 'OBJECT')
0 rows returned
which tells me the permissions are...
March 17, 2010 at 1:13 pm
I created a job and put T-SQL statements in it
alter table
alter column
and the job failed.
March 17, 2010 at 1:10 pm
i have declared a package variable counter with a value 0.
@Count=0
In For loop i have
InitExpression @Counter
EvalExpression
AssignExpression @Counter+1
What should be there in evalExpression and should the email task...
February 3, 2010 at 7:29 am
Thanks for the reply...Can u elaborate on the point you made?
February 3, 2010 at 7:11 am
Thanks for the help guys...It did work for me using for each loop and I think I should go ahead with foreach because I might be getting multiple files in...
December 16, 2009 at 9:00 pm
Hi Guys,
I too need solution to the same problem.The file names I have follow a certain pattern but...
December 16, 2009 at 12:53 pm
Viewing 10 posts - 1 through 10 (of 10 total)