Viewing 15 posts - 436 through 450 (of 541 total)
LutzM (6/1/2011)
I searched for "The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020" and the first...
June 2, 2011 at 1:56 am
LutzM (5/25/2011)
Glad I could help 😀
Could I please ask you for another favor ? I am stuck with this one:
http://www.sqlservercentral.com/Forums/Topic1115231-149-1.aspx
Lutz, Your help would be deeply appreciated.
Thanks and...
May 26, 2011 at 9:53 am
LutzM (5/24/2011)
ORDER BY CAST(SUBSTRING(CONVERT(VARCHAR(11), date, 113), 4, 8) AS DATETIME)
Hi Lutz,
I was stuck with another issue and your solution resolved that one as well. You hit two birds with one...
May 25, 2011 at 3:01 am
LutzM (5/24/2011)
ORDER BY CAST(SUBSTRING(CONVERT(VARCHAR(11), date, 113), 4, 8) AS DATETIME)
You are the Man, Lutz !!!!! Genius !!!
Thanks very much !!!
May 25, 2011 at 2:49 am
Ninja's_RGR'us (5/24/2011)
Try changing the query then creating a new report from scratch (just to see if the query runs... no need to rebuild the rest)
Actually that is the problem I...
May 24, 2011 at 8:56 am
Ninja's_RGR'us (5/24/2011)
Definitely yes.I'd also try deleting the parameter and remaking it.
I have tried remaking the parameter but still get an error. Also, the thing is the @From part still works...
May 24, 2011 at 8:50 am
Ninja's_RGR'us (5/24/2011)
What error are you getting?Comparing a date to a date has never been an issue for ss.
When I change the datatype to datetime in the report parameter, it gives...
May 24, 2011 at 8:39 am
Ninja's_RGR'us (5/24/2011)
Then put it back as datetime in the parameter of the report.If it still fails, dump all the converts in the query (to test) and it should work.
Changing...
May 24, 2011 at 8:24 am
Ninja's_RGR'us (5/24/2011)
What's the datatype of the parameter in the stored procedure?What's the datatype of create_date?
Thanks again.
The datatype of the create-dt field in the table is datetime. The parameter is...
May 24, 2011 at 7:59 am
Ninja's_RGR'us (5/24/2011)
I personnally preffer to use < 2011-06-01. I can't tell you...
May 24, 2011 at 7:42 am
Gianluca Sartori (5/24/2011)
What's the datatype of @From and @To?It could be an (implicit) conversion issue.
Thanks for your reply. both @from and @to are set as String datatype in the report...
May 24, 2011 at 7:40 am
Davin21 (5/23/2011)
Try Select count(CREATE_OFFICE_TEAM_CD), CREATE_DT as create_dt from MF_FORUM
where WORKFLOW_ACTION_CD IN ('D', 'A')
and...
May 23, 2011 at 7:24 am
sqllearner-339367 (4/7/2011)
Creating a report with aggregation for database less than 10,000 of rows can be achieved using T-SQL queries. Consider if you want to analyse the database having millions of...
April 15, 2011 at 7:57 am
stevefromOZ (4/5/2011)
April 5, 2011 at 9:36 am
GSquared (3/25/2011)
March 28, 2011 at 7:42 am
Viewing 15 posts - 436 through 450 (of 541 total)