Forum Replies Created

Viewing 15 posts - 1,501 through 1,515 (of 2,010 total)

  • RE: Pass Parameter to SQL Report from Web Page

    Check out the attached... when clicked this link should open a popup named rptwin with no toolbars etc...

    Also, When you post your code make sure you preview your post first...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Pass Parameter to SQL Report from Web Page

    Try

    NavigateUrl="http://my-server/reportserver?/Dev/Folder/Route Card&rs:Command=Render&Site=1&OrderId={0}"

    Since you're using a hyperlinkfield you need to have the param setup to the appropriate column in your dataset. I believe that's why I went with the...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: 32bit ODBC driver ON x64 Visual Studio

    have a look at this and see if it doesn't shed some light.

    http://msdn.microsoft.com/en-us/library/ms141766.aspx

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Developers' access to dev SQL Server

    Ditto to pretty much what every one else is saying. We have a dev box where the developers have access to the Db's and no one else's. Again...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Adding +1 to MAX()

    also, is this something where you for each row you need the new max() value or if you have 10 rows and 2 are blank and the others are listed...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Adding +1 to MAX()

    perhaps if you'd give us a bit of the business reason for doing this we might be able to suggest a better way. Also, is this a one time...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Date format

    again, I'm not sure if 2000 has this, but in 05 it's in the report properties...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Date format

    as I don't have RS2k to test on I'm not sure, but have you looked into setting the language of your report to see if that has any effect?

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Same query on SQL 2005 take 10mins?ANY SQL EXPERTS?

    If there were a number of the normalization guru's out there seeing this post they'd tell you that you really didn't have a table cause there were no indexes on...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Date format

    Are you talking about the datetime picker as there were issues with it in 2005 SP1, but I believe they have been corrected in SP2 CU3.

    http://support.microsoft.com/kb/940382/

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Same query on SQL 2005 take 10mins?ANY SQL EXPERTS?

    Are there differences in the execution plans? Is one somehow using and index and the other not?

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: auditing data changes, inexpensively

    You said triggers wouldn't work, how's come? It's free and there are plenty of examples of ways to do it rather well.

    Another option would be to capture a profiler...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Pass Parameter to SQL Report from Web Page

    bah the forum editor stole my code....

    Should have been what's in the attachment

    something's up with the silly nanny forum software again Steve!

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Pass Parameter to SQL Report from Web Page

    Yep this is very doable.

    In the columns section of your gridview control Add a column like the following...

    the below example assumes the following...

    your reportserver = mysvr/reportserver

    Your report project...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: The August 2008 Energy Update

    someguy has summed up just about every conversation I've ever had on the topic as well. Any way you slice it there's gonna be a price. It's just...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 15 posts - 1,501 through 1,515 (of 2,010 total)