Forum Replies Created

Viewing 15 posts - 1,951 through 1,965 (of 5,109 total)

  • RE: SMB mounted DB not available after share reboot

    Restarting the share while the SQL Server has the database attached sounds like a terrible idea. You could very easily cause corruption. Generally it's a bad idea to attach a...

    Thom~

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

  • RE: DelimitedSplit8k and Performance

    Considering you're using SQL Server 2016, have you considered using STRING_SPLIT? Provided you don't need to retain the ordinal position. Not to say thar Jeff's solution is bad (it's awesome)...

    Thom~

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

  • RE: Are the posted questions getting worse?

    Lynn Pettis - Tuesday, June 5, 2018 11:58 AM

    Thom A - Tuesday, June 5, 2018 11:01 AM

    Thom~

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

  • RE: T-SQl, Help with the WHERE CLAUSE ( I want the entire records set as output or just the ones marked in 2 cols )

    Perhaps the solution would, instead, be to use dynamic SQL, rather that a Catch all WHERE clause:

    Thom~

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

  • RE: Are the posted questions getting worse?

    I know this particular user is a repeat offender for, but I feel they're getting worse. They've not even tried to solve the problem themselves, and they're not asking a...

    Thom~

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

  • RE: T-SQl, Help with the WHERE CLAUSE ( I want the entire records set as output or just the ones marked in 2 cols )

    That's not a question, that's a request. You've posted enough times to know the volunteers here aren't here to do your work for you (you're the one that's gets paid...

    Thom~

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

  • RE: Creating a new report from an existing one

    oradbguru - Tuesday, June 5, 2018 6:55 AM

    Hello!  I would like to create a new SSRS report from an existing report and...

    Thom~

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

  • RE: get starting to last specific string valuesin sql server

    I wouldn't expect that value of give the correct result, your CHARINDEX would return the position of the first underscore after the 2nd character. As you're looking for the last...

    Thom~

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

  • RE: Upgrading from SQL Server 2016 SP1 to SP2

    Beatrix Kiddo - Monday, June 4, 2018 6:22 AM

    Yes, I would not expect a full install to patch an existing instance.

    Thom,...

    Thom~

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

  • RE: Upgrading from SQL Server 2016 SP1 to SP2

    Ahh, I see the confusion now. Upgrade means that you want to upgrade (for lack of better word) the version of SQL Server you have. So, if you have SQL...

    Thom~

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

  • RE: Login History to find when a user was last login?

    Out of the box, no.

    You could have a look at the default trace. Also, if you have your security setting to log both successful and unsuccessful logins,...

    Thom~

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

  • RE: CTE to returning WAC price

    That query you've posted doesn't run (due to the random (A) after document_type = 'SI'. What is the (A) for? If you remove that,...

    Thom~

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

  • RE: remove dates in SQL server?

    An alternative, without having to do a (possibly costly) double REVERSE:

    SELECT a,
           CASE V.PI WHEN 0 THEN a
                   ...

    Thom~

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

  • RE: Website Work

    You said that you're switching the WordPress Steve, how will that work with the existing articles? Will the old links become dead, or will they redirect/be retained? There's a few...

    Thom~

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

  • RE: Export multi pdf SSRS

    No, you'll need to generate multiple reports and export each separately. Exporting a single report does not create multiple files, it creates a single file. A page break inserts a...

    Thom~

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

Viewing 15 posts - 1,951 through 1,965 (of 5,109 total)