Forum Replies Created

Viewing 15 posts - 4,201 through 4,215 (of 26,490 total)

  • RE: How to I getr around the \ issue

    Sergiy (12/22/2015)


    ScottPletcher (12/22/2015)


    But when it's a hard-coded literal

    If it's in production code - the developer who did it must be sacked.

    If it's in a dynamic SQL -...

  • RE: How to I getr around the \ issue

    ScottPletcher (12/22/2015)


    Lynn Pettis (12/22/2015)


    ScottPletcher (12/22/2015)


    Lynn Pettis (12/22/2015)


    ScottPletcher (12/22/2015)


    Lynn Pettis (12/22/2015)


    ScottPletcher (12/22/2015)


    Lynn Pettis (12/22/2015)


    ScottPletcher (12/22/2015)


    Of course when scanning the whole table the difference may be rather minor. It's the prevention...

  • RE: How to I getr around the \ issue

    ScottPletcher (12/22/2015)


    Lynn Pettis (12/22/2015)


    ScottPletcher (12/22/2015)


    Lynn Pettis (12/22/2015)


    ScottPletcher (12/22/2015)


    Lynn Pettis (12/22/2015)


    ScottPletcher (12/22/2015)


    Of course when scanning the whole table the difference may be rather minor. It's the prevention of seeks that...

  • RE: How to I getr around the \ issue

    ScottPletcher (12/22/2015)


    Lynn Pettis (12/22/2015)


    ScottPletcher (12/22/2015)


    Lynn Pettis (12/22/2015)


    ScottPletcher (12/22/2015)


    Of course when scanning the whole table the difference may be rather minor. It's the prevention of seeks that is always the...

  • RE: How to I getr around the \ issue

    ScottPletcher (12/22/2015)


    Lynn Pettis (12/22/2015)


    ScottPletcher (12/22/2015)


    Of course when scanning the whole table the difference may be rather minor. It's the prevention of seeks that is always the major concern with...

  • RE: How to I getr around the \ issue

    ScottPletcher (12/22/2015)


    Of course when scanning the whole table the difference may be rather minor. It's the prevention of seeks that is always the major concern with implicit column conversions....

  • RE: Restore Backup to a d different Dabase Name

    Welsh Corgi (12/21/2015)


    Thanks!

    Sarcasm noted.

    USE [master]

    RESTORE DATABASE [AdventureWorks2014Test] -- Restore to a Different name

    FROM DISK = N'C:\SQLBackups\AW2014.bak' -- Using the backup of the "production" database

    WITH FILE = 1,

    ...

  • RE: Are the posted questions getting worse?

    Phil Parkin (12/22/2015)


    It seems that everyone in this thread spends their spare time shooting things :exclamationmark::-D

    I would if I had any firearms. There are two I would like to...

  • RE: Are the posted questions getting worse?

    Silver Spoon really doesn't seem to care about learning anything. Just the answer, that's all he is interested in.

    I really hope there is someone else there who knows more...

  • RE: Restore Backup to a d different Dabase Name

    Welsh Corgi (12/21/2015)


    cI am just trying to restore PrismDataSave from a PrismData backup

    Everything you need (and more) is up there. Trying figuring out what you think you need...

  • RE: Need help with figuring out query performance problems

    Would help if you posted the DDL for the tables including indexes and uploaded the actual execution plans instead of just posting pictures.

  • RE: XIRR Calculation

    Luckbox72 (12/21/2015)


    For anyone else looking for the correct formula I found another post were someone was having the exact issue I was.

    Follow this link for the corrected script

    http://stackoverflow.com/questions/20972209/xirr-calc-in-sql

    This works in...

  • RE: Conversion Fail Error when Adding Filter

    What is the data type for this column: [Gen_ Prod_ Posting Group]

    If it is integer, your problem is allowing the @GPPG variable to contain values other pure numeric values. ...

  • RE: Help with Scalar function

    tinausa (12/15/2015)


    Thanks, the categories are in a table, but not aranged as from and to values.

    Also, number of categories may change from one product to another. Some have 3 and...

  • RE: Help with Scalar function

    First, I'd write it as an inline table valued function, not a scalar function. Also, from what I can see it is rather simple. Does the below, even...

Viewing 15 posts - 4,201 through 4,215 (of 26,490 total)