Viewing 15 posts - 1,141 through 1,155 (of 1,183 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...
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 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...
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 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
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 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...
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 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...
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 10, 2006 at 6:08 pm
How did you fix this?
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 8, 2006 at 5:29 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,...
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 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....
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 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
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 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.
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 6, 2006 at 5:39 am
See this post...
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=150&messageid=276983
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 3, 2006 at 5:34 pm
Set the "ToolTip" property of the text box. *grin*
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 3, 2006 at 5:32 pm
I’m happy to say that I’ve made some major improvements to the code using many of your suggestions.
Improvements:
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 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
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 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...
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 1, 2006 at 8:00 pm
Viewing 15 posts - 1,141 through 1,155 (of 1,183 total)