Viewing 10 posts - 1 through 10 (of 10 total)
I did get it to work. I was grouping them like you said. Thanks for your help!!
May 6, 2013 at 1:32 pm
Here is an example of the data:
TranTypeID DrAmt CrAmt
CHK 0.00 ...
May 6, 2013 at 12:21 pm
Oh yeah that would help. Thanks, but the expression does not return the correct value just zero. I know there there data it should be calculating. Any ideas??
May 6, 2013 at 10:38 am
Here is the solution to my problem:
http://www.developer.com/db/article.php/10920_3513996_1
I implemented this and it worked like a charm:-D
July 14, 2009 at 1:14 pm
No I have not tried that. But I will give it a shot.
Thanks
Kevin
October 6, 2008 at 2:51 pm
I finally got it to work. I had to use the "RECONFIGURE WITH OVERRIDE" syntax.
ex:
sp_configure 'show advanced options', 1;
GO
RECONFIGURE WITH OVERRIDE;
GO
sp_configure 'SMO and DMO XPs', 1;
GO
RECONFIGURE WITH OVERRIDE;
GO
August 20, 2008 at 12:53 pm
I received the following msg:
Ad hoc update to system catalogs is not supported
Do I need to check the "cross database ownership changing box to allow this change?
I also didn't see...
August 20, 2008 at 12:06 pm
Viewing 10 posts - 1 through 10 (of 10 total)