Viewing 15 posts - 76 through 90 (of 184 total)
Russel
I used example from sqljunkie myself and it works just fine
Is yr dateformet set wel ?
Use the set dateformat function otherwise, e.g. set dateformat mdy before yr statement.
Good luck
August 16, 2007 at 6:41 am
See solution here :
http://support.microsoft.com/kb/891058
it's not quit teh same but hope it's helps
August 10, 2007 at 7:44 am
Steve
You have to use more quotes :
DECLARE
@sql varchar(1000) DECLARE @stat varchar
August 10, 2007 at 7:36 am
Hi
Perhaps nOt really a direct answer to your question, but you can download here a sql dashboard for reporting services so you can monitor.
Which processors are you using ?...
August 8, 2007 at 8:02 am
Mike
I'm using the RS2005 and SQL2005 and using stored procedures.
But I don't get it right. Could give more details how to deal with it ?
Thx in advance (C my other...
August 8, 2007 at 5:55 am
Hi
Could you give some details of yr table data so i can understand that tricky part ?
thx
August 8, 2007 at 5:51 am
Hey guyz
I solved the problem.
Strange enough when i tear down the calculation it works just fine.
Many thx for helping me solving this.
August 7, 2007 at 5:29 am
Hi aren't u using reporting services ?
August 7, 2007 at 1:50 am
First of all, thnx for looking into this.
The purpose of this sp is to calculate a code depending on a cardnbr and date of today.
The formula is ok in the...
August 7, 2007 at 1:48 am
Using just the data or the stored procedure ?
August 6, 2007 at 9:03 am
Hi
the green is the calculation method.
in my next reply the <-------------- are the results of this stored procedure
and they should be (20 + 218) , (3 * (0 +...
August 6, 2007 at 8:55 am
Hi, sorry : it's 200031250
Here are the results when running the stored procedure :
Reset status
99
---------
Status voor select statement
12
-------
Calculation
20218 <---------------
654 <----------------
218526 <------------------
327834 <---------------------
Kaartnummer : 200031250
------------------------
Results :
Status : 0
Dag :...
August 6, 2007 at 8:26 am
Well no, because we have used the subtotal function.
So we should not use the subtotal function but create are own subtotal ?
Kind regards
June 29, 2007 at 12:58 am
Dan
Do you use stored procedures or do u use t-sql within yr dataset ?
In both u can mention on top set dateformat.
It solved a date issue of mine.
If u use...
June 15, 2007 at 7:08 am
Hi Phill
Where exactly should you change this ?
Thx in advance
June 15, 2007 at 12:54 am
Viewing 15 posts - 76 through 90 (of 184 total)