Forum Replies Created

Viewing 15 posts - 4,111 through 4,125 (of 5,109 total)

  • RE: prefix is not preserved in xml

    rajemessage 14195 - Monday, March 13, 2017 8:57 AM

    Steve Jones - SSC Editor - Monday, March 13,...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SQL Server 2016 SP1 CU1 breaks Database Mail (again)

    As per this article.

    .NET Framework 3.5 SP1: Beginning with .NET Framework 3.5 Service Pack 1 (SP1) the .NET Framework is defined as a component instead of an...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SSIS packages using data transformations in SQL Express edition

    You can use SSIS to connect to SQL Express, however, you can't run packages on it. If your intention is not for SQL Server to run the package (running it...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: How to get reports on reporting server

    Is Reporting Services running on the server? Also, seems you're deploying to the wrong folder it should be http://yourservername/ReportServer, if you're using the default URLs.

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Need Correct Index for slow query

    Out of interest? why ARE you using the TEXT data type? It's deprecated, and has been since SQL server 2008, and if you're using 2016 you really should be using...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: How to get reports on reporting server

    What have you tried so far, what part are you stuck on?

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: How to write if condition

    Is there any reason why you would need a Script package to do this? You could change your evaluation operation to the next task in your Control Flow to Expression...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SSIS Delimited file issue

    The problem is that SSIS can't define the row, so it can't output error that row either.

    Can I assume that your data can/does contain commas (,) within...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SSIS Delimited file issue

    The problem is that you're saying the value of your cell is ""SHEATH SLENDER .021"" 35MM"". (Note I am assuming you have " set as your text qualifier)...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SSIS Delimited file issue

    The problem is, it doesn't have a column to redirect the error on. It's technically erroring at the end of the column's quoted string, where it's expecting a comma. Are...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SSIS Delimited file issue

    I'm hazarding a slight guess here, but I think the problem is the quotations. SSIS is seeing the second quotation as the end of the string, which then is not...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: why i am not able to get the expected answer from the written query.

    I'm not sure what you're expecting, but you're declared a table variable, not inserting any data and then selecting from it. Thus you won't receive any results.

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Modify the default name of the Excel sheet in SSRS

    It all depends on what your page breaking on. If it's specific places, undefined by data, then just need to enter a value. This can be an expression, for example,...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Modify the default name of the Excel sheet in SSRS

    On your tablix, set the Page Name Property, in the Properties Pane, to the Value/Expression you want.

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SSRS NUMERIC FORMATING ISSUE

    Don't use an expression to change the format of a field on SSRS, change the the format property of the cell. Using FORMAT converts the field to a string.

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

Viewing 15 posts - 4,111 through 4,125 (of 5,109 total)