Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 2,010 total)

  • RE: Large Load from vb.Net to SQL Server get slower and slower

    Have you looked at Network congestion? You're sending a lot of data across the wire from your laptop where your app is running to the server. Where is...

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

  • RE: T-Sql rant

    foxjazz (3/18/2009)


    let me give some data

    partnumber, producttype, sequence

    7401,belt,1

    7432,belt,2

    8401,hose,1

    8422,hose,2

    This is the table.

    inert a record (8403,hose,?)

    after a resequence you would have

    8401,hose,1

    8402,hose,2

    8422,hose,3

    But what Bob stated was exactly what you're asking here. What...

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

  • RE: T-Sql rant

    I get the whole declare then assign bit with variables, yes it's a pain, great that they finally did something about it in 2008. As for the SET Keyword,...

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

  • RE: Format Expression problem

    Oh yeah, and no hablo Espanol so if you could translate the error message that would be helpful.

    -Luke.

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

  • RE: Format Expression problem

    Sorry the stuff in () was just an explanation of what it does...

    Just put C2 in the format property.

    -Luke.

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

  • RE: converting rows to column

    Have a look at the following article. It details how to post some sample tables/ and data so that we may better help you.

    Forum Etiquette: How to post data/code...

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

  • RE: SSRS 2005 - Adding column names to a matrix

    Did you place a rectangle in the row group header box and then place the text boxes in it? I find this works much better for me. Also...

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

  • RE: Format Expression problem

    In the textbox that this value is displayed in, rather than an expression like you are using to format the value itself, just set the format property of the textbox...

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

  • RE: Help whit a Format expression

    You're welcome!

    Glad it worked for you.

    -Luke.

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

  • RE: Report Builder questions

    You should be able to specify specific addresses/ranges with which you want to bypass the proxy. It's in the advanced settings section.

    -Luke.

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

  • RE: Page Layout Setting

    It's not really a problem, more of a feature...

    Depending on the options you set at design time, when a report is displayed on the page it uses the...

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

  • RE: Help whit a Format expression

    Use a zero instead. 0 shows the number or 0 if there isn't one, # shows the number or nothing...

    =Format(Fields!Porcentaje.Value, "#0.##") & "%"

    -Luke.

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

  • RE: Using a select statement in an INSERT statement

    Glad it worked, have a good one.

    -Luke.

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

  • RE: Using a select statement in an INSERT statement

    Franco_1 (3/13/2009)


    Hi,

    Becuase I'm not passing the value of user_key to the stored procedure, I'm getting this error message:

    Insert Error: Column name or number of supplied values does not match table...

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

  • RE: Sql 2005 licenses no longer available?

    cross post already answered here...

    http://www.sqlservercentral.com/Forums/Topic675143-391-1.aspx

    -Luke.

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

Viewing 15 posts - 1,021 through 1,035 (of 2,010 total)