Forum Replies Created

Viewing 15 posts - 616 through 630 (of 1,195 total)

  • RE: Are the posted questions getting worse?

    BWFC (6/17/2014)


    On the subject of cricket, and indeed watching sport in general, I learned a very useful little tip yesterday to make it much more easy to discreetly keep an...

  • RE: Today's Random Word!

    Sean Lange (6/13/2014)


    Ed Wagner (6/13/2014)


    SQLRNNR (6/13/2014)


    Sean Lange (6/13/2014)


    SQLRNNR (6/13/2014)


    Ed Wagner (6/13/2014)


    SQLRNNR (6/13/2014)


    Sean Lange (6/13/2014)


    SQLRNNR (6/13/2014)


    corner

    penalty

    off-sides

    hands

    PK

    Dive

    flop-artist

    Showboat

    Neymar

    Brazil

  • RE: migrating sql 2005 - 2008 R2

    In the past I've used RSscripter when I was in the same position as you. It might take a couple of goes to get the config right but does a...

  • RE: Returning Different results sets with same Stored Procedure

    Hi - I think you are missing something from that - there are no statements there that would return any rows.

    Please post the whole of the stored procedure.

    Thanks

  • RE: Today's Random Word!

    BWFC (6/13/2014)


    Wild Turkey

    Wild Horses

  • RE: Returning Different results sets with same Stored Procedure

    Can you post the procedure dbo.usp_Env_Inventory_GetTankDashboardDetail?

    That would help in answering you question.

    Thanks

  • RE: restore database with created new database

    You can either do this through management Studio (see attachement) but you need to tick the replace option.

    Alternatively you can use something along the line of :-

    RESTORE DATABASE [PayRoll] FROM...

  • RE: Today's Random Word!

    Sean Lange (6/10/2014)


    Ed Wagner (6/10/2014)


    Sean Lange (6/10/2014)


    JAZZ Master (6/10/2014)


    Boots

    y Collins

    Drink

    Please!!!

    Thanks

  • RE: Today's Random Word!

    Revenant (6/9/2014)


    Ed Wagner (6/9/2014)


    eccentricDBA (6/9/2014)


    Daniel Bowlin (6/9/2014)


    Ed Wagner (6/9/2014)


    Page

    turner

    & hooch

    Castle

    Elephant

    Room

  • RE: Today's Random Word!

    Sean Lange (5/29/2014)


    SQLRNNR (5/29/2014)


    Sean Lange (5/29/2014)


    Ed Wagner (5/29/2014)


    SQLRNNR (5/29/2014)


    Sean Lange (5/29/2014)


    SQLRNNR (5/29/2014)


    Sean Lange (5/29/2014)


    Ed Wagner (5/29/2014)


    Sean Lange (5/29/2014)


    Ed Wagner (5/29/2014)


    Sean Lange (5/29/2014)


    Stuart Davies (5/29/2014)


    Ed Wagner (5/29/2014)


    Sean Lange (5/29/2014)


    SQLRNNR (5/29/2014)


    CAM

    Shaft

    Rotation

    Axis

    Allies

    Board Game

    Classic!

    Shogun...

  • RE: Today's Random Word!

    Ed Wagner (5/29/2014)


    Sean Lange (5/29/2014)


    SQLRNNR (5/29/2014)


    CAM

    Shaft

    Rotation

    Axis

  • RE: Today's Random Word!

    SQLRNNR (5/20/2014)


    Revenant (5/20/2014)


    Ed Wagner (5/20/2014)


    crookj (5/20/2014)


    eccentricDBA (5/20/2014)


    Ed Wagner (5/16/2014)


    SQLRNNR (5/16/2014)


    Ed Wagner (5/16/2014)


    SQLRNNR (5/16/2014)


    Ed Wagner (5/16/2014)


    SQLRNNR (5/16/2014)


    gyroscopic

    Axis

    Allies

    Board Game

    Fun times

    History (I know what you mean. I love playing strategy board games...

  • RE: Getting the grid back

    Koen Verbeeck (5/16/2014)


    Am I the only one who thought the question was worded a bit strange?

    However you would not like to get the results back in a grid

    Anyway, as stated...

  • RE: Today's Random Word!

    Ed Wagner (5/14/2014)


    Stuart Davies (5/14/2014)


    BWFC (5/14/2014)


    Ed Wagner (5/13/2014)


    Stuart Davies (5/13/2014)


    crookj (5/12/2014)


    Ed Wagner (5/12/2014)


    Revenant (5/12/2014)


    Ed Wagner (5/12/2014)


    TomThomson (5/12/2014)


    crookj (5/12/2014)


    Plate

    Glass

    Dinner

    Roll

    Butter

    (Roll over) Beethoven

    (Chuck) Berry

    (Twist and) Shout

    Yell

    Rebel

    Idol

    Lazy

  • RE: Conver NVARCHAR to INT

    This will differentiate between the two with out an error:-

    DECLARE @A AS NVARCHAR(16)

    SET @A = 'B'

    IF ISNUMERIC(@A) = 1

    BEGIN

    ...

Viewing 15 posts - 616 through 630 (of 1,195 total)