Viewing 15 posts - 1 through 15 (of 21 total)
I've been thinking of doing something similar for a while, so your post pushed me in the right direction.
I noticed you have a lot of code just to calculate the...
September 5, 2013 at 2:58 pm
Thanks for your time. I guess we can just continue going the way we've been going. I suppose allowing users to see internal reports isn't the end of...
November 5, 2008 at 10:40 am
Thanks so much! That cleared up a few things I was always wondering about our setup.
October 25, 2007 at 9:27 am
Actually, you are right. The round function would be my friend in this case, and it allows me to use a variable to set the Scale. Thanks!
August 3, 2007 at 4:23 pm
I'm trying to implement a way to convert between pounds and kilograms in an existing application (C++) that heavily relies on the database.
Values are stored in the database using different...
August 3, 2007 at 12:15 pm
Thanks Lynn! I think this might do it.
I have to admit I didn't know about the ## temp table. I got into the habit of dropping my temp...
August 3, 2007 at 11:03 am
Thanks for your reply.
I'm not sure sql_variant would really help in my case. I'm more concerned with calculating values using the same precision and scale than I am...
August 3, 2007 at 10:55 am
I had to use this tool last week, when we noticed some data was missing in one of our tables after a manual update. Our backups were able to...
March 5, 2007 at 1:20 pm
It's a problem with Service Pack 1 for SQL Server 2005, which removed the ability to "Select All". You should already know this from your other thread, but there...
August 28, 2006 at 11:34 am
Not sure if everyone knew, but there is now a fix for this:
http://blogs.msdn.com/bwelcker/archive/2006/08/14/700189.aspx
August 28, 2006 at 11:26 am
It's nice to see some solutions coming together. We're not going to make a decision on what to do until at least next week, but our IT Manager has...
August 28, 2006 at 11:17 am
We have come across this same issue - our users do not have administrator access and therefore cannot get the print client control installed. We are using RS 2005...
August 25, 2006 at 3:53 pm
You CAN compare text strings with the IIF Statement, even . You just have to make sure you are comparing a String value to a String value.
May 24, 2006 at 9:14 am
We're running Report Services 2005 & SharePoint 2003.
I was wondering if you ever found out any information on integrating the two. We have an existing Sharepoint installation, and are...
May 24, 2006 at 8:58 am
Report Services runs off a SQL Server database. I'm not sure you can use the datagrid as your datasource. Maybe you can export your data from your datagrid...
May 17, 2006 at 3:25 pm
Viewing 15 posts - 1 through 15 (of 21 total)