Forum Replies Created

Viewing 15 posts - 901 through 915 (of 5,109 total)

  • Reply To: How to tune SELECT

    Let's put some formatting into that code first, so we can read it:

    SELECT DISTINCT comm_val,country_cd
    FROM comm x,Testbl
    WHERE Testbl.rowid_object = x.PARTY_ID
    AND party_typ_cd = 'Contact'
    AND...

    • This reply was modified 6 years, 12 months ago by Thom A.

    Thom~

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

  • Reply To: Change Shared Data Source Programatically?

    So you're actually trying to implement a failover?

    Thom~

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

  • Reply To: Change Shared Data Source Programatically?

    So, are you saying you want to update the the DataSource details? How are you wanting to do this? Is Powershell an acceptable solution? Why not log into the web...

    Thom~

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

  • Reply To: Help needed with query within query

    itsrainman wrote:

    Hello Phil,   Unforutunatley the data is sensitive so I cannot post it here.

    The data doesn't need to be real data; as Phil said we need a sample....

    Thom~

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

  • Reply To: Status Update 19 Jun 2019

    Sue_H wrote:

    I missed it somewhere but the posting times got fixed at some point, they seem to be based on the client timezone now. Thanks! Sue

    Oh you're right, Sue! That's...

    Thom~

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

  • Reply To: Formatting % with the sign

    SSRS uses the same formatting codes as Excel does. If you need different styles for positive and negative values then you use a ; to separate the 2. So for...

    Thom~

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

  • Reply To: Determine if DB name has numerics

    Phil's answer is the way to go here. To expand on his comment about ISNUMERIC, for this specific scenario database names that end in something like .5 and -9 would...

    Thom~

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

  • Reply To: SSRS Reports To Excel Templates

    Are you just exporting a dataset, or are is there more involved? If the former, you could create a template Excel file, and then use SSIS to create a copy...

    Thom~

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

  • Reply To: SQL Server Agent for SQL Express on Linux

    Eilert Hjelmeseth wrote:

    This is great stuff! One thing I didn't see in the article (sorry if I just missed it!) that might be worth pointing out is I believe (correct me...

    Thom~

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

  • Reply To: Randomly being logged out

    Steve Jones - SSC Editor wrote:

    The note I got back on this is that the login is a timed item, but it's device independent, so you might not log in from a device (browser/machine/etc)...

    Thom~

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

  • Reply To: Mail when value of field < or > paramater%

    Phil Parkin wrote:

    Thom, if that's the case, you are right. But for the examples provided, I can't see how it's required (excepting, possibly, the change in cost price – though any...

    Thom~

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

  • Reply To: Mail when value of field < or > paramater%

    I think the problem here is, Phil, that the Op doesn't have historical data stored (if they did this would be trivial). As you could easily just use LAG to...

    Thom~

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

  • Reply To: SSMS Standard Reports Error

    Had a bit of a Google, which led me to this topic on MSDN. According to a Microsoft Employee:

    A user with minimum right such as db_datareader will be able...

    Thom~

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

  • Reply To: Using variables in Lookup transformation

    pwalter83 wrote:

    Thom A wrote:

    You'll need to add the value of the variable first as a column, using a Derived Column Transformation (Like I showed in your other topic). Then, instead...

    Thom~

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

  • Reply To: Using variables in Lookup transformation

    You'll need to add the value of the variable first as a column, using a Derived Column Transformation (Like I showed in your other topic). Then, instead of the...

    Thom~

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

Viewing 15 posts - 901 through 915 (of 5,109 total)