Viewing 15 posts - 1,141 through 1,155 (of 1,182 total)
As far as licensing, you need one license for each SQL instance regardless of whether it has RS on it. The RS license "rides" on the SQL DB license.
That's my...
June 13, 2006 at 1:59 pm
Do you have a backup of the DB and the Key?
If you do then you might try restoring the backup, using the link above.
This error generally occurs when the key...
June 13, 2006 at 8:25 am
Have you moved the RS database from another server? My understanding is that this only occurs when you do this.
See this article... http://support.microsoft.com/?kbid=842425
June 12, 2006 at 6:25 pm
OK, I've had to wait until the weekend to try this and it worked!
Uninstall your display driver on your server, reboot the machine and cancel the install of the driver.
Let...
June 10, 2006 at 6:09 pm
Microsoft had requested that I remove the display driver on my server. My first question, was how would the display driver affect printing. Apparently, the printing feature utilizes the GDIplus.dll...
June 10, 2006 at 6:08 pm
I've encountered a prolem that MAY be related to yours.
We recieve an error when users try to use the print button from reportserver. Our problem exists on our production server,...
June 8, 2006 at 4:42 pm
I would like to know this as well. I am posting so that I get a copy of any answers you might get....
June 8, 2006 at 4:31 pm
My opinion would be to store minutes and do the conversion on the way out.
store 2 hours 15 minutes as 135
Hope this helps
June 7, 2006 at 8:20 am
I have this problem as well. We've opened a ticket with Microsoft. Aparently it is something with their GDIplus
Once I get a solution, I will post it.
June 6, 2006 at 5:39 am
June 3, 2006 at 5:34 pm
I’m happy to say that I’ve made some major improvements to the code using many of your suggestions.
Improvements:
June 2, 2006 at 7:30 pm
I found this that seems to answer your question....
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=427174&SiteID=1
June 2, 2006 at 6:59 am
Thanks everyone for the comments.
I have one quick update, replace the text "IF @length > 0" with "IF isNull(@length, 0) > 0" in each place in the procedure.
Also, I am...
June 1, 2006 at 8:00 pm
Viewing 15 posts - 1,141 through 1,155 (of 1,182 total)