Forum Replies Created

Viewing 15 posts - 1,141 through 1,155 (of 1,183 total)

  • RE: Setting up Reporting Services

    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. Selburg
  • RE: Reporting Services Error

    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. Selburg
  • RE: Reporting Services Error

    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. Selburg
  • RE: a generic error occurred in gdi+

    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. Selburg
  • RE: RS client printing error

    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. Selburg
  • RE: Firefox and Forum top menu problems

    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. Selburg
  • RE: a generic error occurred in gdi+

    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. Selburg
  • RE: Change Background Color When Toggling Visibility

    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. Selburg
  • RE: using Time on a SQL server database?

    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. Selburg
  • RE: RS client printing error

    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. Selburg
  • RE: RS Licensing

    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. Selburg
  • RE: Tooltip box

    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. Selburg
  • RE: Data Driven Subscriptions

    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. Selburg
  • RE: HTTP Bad Request 400

    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. Selburg
  • RE: Data Driven Subscriptions

    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. Selburg

Viewing 15 posts - 1,141 through 1,155 (of 1,183 total)