Forum Replies Created

Viewing 15 posts - 3,301 through 3,315 (of 8,731 total)

  • RE: Error in having clause!

    The error seems to be the CAST() functions. Use TRUNC() as you did on your column list.

    For SQL Server, you can't use UNIQUE or TRUNC(), for Oracle your can't use...

  • RE: Help with performance (triggers)

    I'd suggest you to use extended events. There are many places where you can find information about how to do what you want.

  • RE: Update with two date columns, need converting

    If Column2 is a Date column, you need to assign a complete date. The year is not a date, it's an integer value. If you want to change the data...

  • RE: Why is it that NULL value will be automatically embedded in square brackets in insertion script?

    marin-231997 (2/22/2016)


    Hello all,

    I have encountered following problem lately:

    when an insertion script is done via

    INSERT INTO myTable (col1,col2,col3) VALUES ('TEST1','TEST2',NULL)

    the value NULL will be somehow automatically embedded in square...

  • RE: Multi-valued Parameter Query issue

    Jabba1963 (2/22/2016)


    Looked at the article and slightly confused as to how to utilise the function... no I lie - correction - I am very confused since I am not delimiting...

  • RE: Help executing a Stored Procedure

    Sean Lange (2/22/2016)


    TSQL Tryer (2/22/2016)


    ALTER PROCEDURE [dbo].[usp_test_Arrears_BrokenArrangement]

    @PolicyId INT, @AccountId INT, @PolicyNodeId INT, @output BIT OUT

    AS

    BEGIN

    SET NOCOUNT ON;

    SET @AccountId = 1

    DECLARE @CurrentArrangement as bit

    DECLARE @LastSystemActionId as int

    DECLARE...

  • RE: Today's Random Word!

    Ed Wagner (2/22/2016)


    Grumpy DBA (2/22/2016)


    djj (2/22/2016)


    Ed Wagner (2/21/2016)


    Orlando Colamatteo (2/20/2016)


    TomThomson (2/20/2016)


    Ed Wagner (2/19/2016)


    TomThomson (2/19/2016)


    ZZartin (2/19/2016)


    Driver

    road hog

    Harley

    Davidson

    Curry

    Spice

    Girls (sorry)

    Tellmewhatchawant (sorry)

    Requirements

    Sweet dreams

  • RE: How do you pseudo-code/flow-chart/map existing SQL code?

    FWIW, even if the comments aren't overwhelming in the code posted, some might be prevented and the code can be improved to be almost self documenting.

    -- Insert into tblclass any...

  • RE: Are the posted questions getting worse?

    djj (2/22/2016)


    Luis Cazares (2/19/2016)


    Ed Wagner (2/19/2016)


    GilaMonster (2/19/2016)


    SQLRNNR (2/18/2016)


    I am seeing people claim to be an MCM for some of these interviews. I know full well they aren't an MCM. I...

  • RE: Are the posted questions getting worse?

    Ed Wagner (2/22/2016)


    Luis Cazares (2/19/2016)


    Ed Wagner (2/19/2016)


    GilaMonster (2/19/2016)


    SQLRNNR (2/18/2016)


    I am seeing people claim to be an MCM for some of these interviews. I know full well they aren't an MCM....

  • RE: Are the posted questions getting worse?

    Ed Wagner (2/19/2016)


    GilaMonster (2/19/2016)


    SQLRNNR (2/18/2016)


    I am seeing people claim to be an MCM for some of these interviews. I know full well they aren't an MCM. I have also been...

  • RE: Are the posted questions getting worse?

    TomThomson (2/19/2016)


    Luis Cazares (2/19/2016)


    Hugo Kornelis (2/19/2016)


    Jeff Moden (2/19/2016)


    In that same vein, I also won't work for a company that requires you to pass an "intelligence test" or "personality test". ...

  • RE: Disabled job notification

    Chitown (2/18/2016)


    Luis Cazares (2/16/2016)What happens if the second job gets disabled as well?

    Why don't you simply set notifications for successful runs?

    I have thought about setting the notification for successful runs...

  • RE: Are the posted questions getting worse?

    Hugo Kornelis (2/19/2016)


    Jeff Moden (2/19/2016)


    In that same vein, I also won't work for a company that requires you to pass an "intelligence test" or "personality test". They should automatically...

  • RE: Lessons from Little Green Army Men

    A story about Andy playing with a small girl using little green army men? I feel like I've seen that somewhere else. A movie perhaps? 😀

    Thanks for the nice editorial.

Viewing 15 posts - 3,301 through 3,315 (of 8,731 total)