Forum Replies Created

Viewing 15 posts - 4,561 through 4,575 (of 26,490 total)

  • RE: Recent upgrade and now can't run half of my existing reports

    Have you checked the SQL and Windows error logs?

  • RE: User-defined data types

    Nice to get easy ones.

  • RE: charindex question

    One last thing, don't order by position (ORDER BY 1), order by named column (ORDER BY ico.providerspecialty).

  • RE: charindex question

    christine 23290 (9/9/2015)


    I am executing the following query

    select distinct specialty

    FROM [dbo].[Import_ClaimData]

    where specialty like '%_%'

    order by 1 desc

    Can someone please tell me why I am getting results to do not...

  • RE: Using Stuff

    sharonsql2013 (9/9/2015)


    I am trying to get the 3 rows in the below in one line. with all 3 names separated by ","

    create table #Product

    (

    Application Varchar(50),

    ...

  • RE: Delete large number of records

    ScottPletcher (9/9/2015)


    Why do you refuse to create a clustered index??

    Since you have Enterprise Edition, you can create the index online so it will barely, if at all, affect other users.

    Drop...

  • RE: 'Where' conditions

    SQLAddict01 (9/8/2015)


    I have so many NOT IN conditions like ::

    Select * from backups

    where

    databasename not in (select databasename from backups where servername...

  • RE: Fantasy Football 2015

    roryp 96873 (9/8/2015)


    Lynn Pettis (9/8/2015)


    roryp 96873 (9/8/2015)


    Lynn Pettis (9/8/2015)


    Knew I wouldn't be there, I was driving from Prescott, AZ to Colorado Spring, CO. Lovely 11+ hour drive. Topped...

  • RE: Delete large number of records

    If you are using the Enterprise Edition of SQL Server, and are maintaining a 3 year history of data, 1 month rolls in and one month rolls out; then partitioning...

  • RE: Fantasy Football 2015

    roryp 96873 (9/8/2015)


    Lynn Pettis (9/8/2015)


    Knew I wouldn't be there, I was driving from Prescott, AZ to Colorado Spring, CO. Lovely 11+ hour drive. Topped of the tank before...

  • RE: The Scientific Method

    Jeff Moden (9/8/2015)


    jhbelalc (9/8/2015)


    the boundaries are 'properly filled' only if the client say so.

    The person in charge of deliver the software to the client can say it's finished but finally...

  • RE: Fantasy Football 2015

    Knew I wouldn't be there, I was driving from Prescott, AZ to Colorado Spring, CO. Lovely 11+ hour drive. Topped of the tank before leaving Prescott, filled up...

  • RE: need to return all rows from any table containing a value range in a specified column

    ScottPletcher (9/3/2015)


    Lynn Pettis (9/3/2015)


    ScottPletcher (9/3/2015)


    Very busy at work, just now was able to complete the code. I'll go ahead and post it as an alternative. I prefer a...

  • RE: need to return all rows from any table containing a value range in a specified column

    ScottPletcher (9/3/2015)


    Very busy at work, just now was able to complete the code. I'll go ahead and post it as an alternative. I prefer a "template" approach, so...

  • RE: Are the posted questions getting worse?

    Ed Wagner (9/3/2015)


    Alvin Ramard (9/3/2015)


    If I weren't planning on 2 weeks vacation real soon, I'd be off tomorrow.

    I am off tomorrow. :-D:-D:-D

    So am I. I will be driving down...

Viewing 15 posts - 4,561 through 4,575 (of 26,490 total)