Viewing 4 posts - 1 through 4 (of 4 total)
Thanks for all. .
I wrote the query like below.it works well
Select f1,f2,f3
from table
where depart(yyyy,date)=@year and datename(m,date)=@monthname
June 22, 2011 at 8:18 pm
the following error is getting :
[Execute SQL Task] Error: Executing the query "dbo.sp_capture" failed with the following error: "Invalid object name 'dbo.capture_Tracking'.". Possible failure reasons: Problems with the query, "ResultSet"...
July 22, 2010 at 7:48 am
can you please explain me ,how did you solve that pblm?
because, rightnow iam facing same problem.
July 21, 2010 at 9:20 pm
Thanks for your reply.
Now i am facing another problem,how will i send the data which is exist in temp table?
July 14, 2010 at 7:35 am
Viewing 4 posts - 1 through 4 (of 4 total)