Forum Replies Created

Viewing 15 posts - 3,181 through 3,195 (of 8,761 total)

  • RE: Are the posted questions getting worse?

    Hi all,

    I'm writing few pieces on XML operation's performance in SQL Server, both generating the XML, parsing it and operations on it and I'm wondering if anyone has any particularly...

  • RE: Getting rid of cursors

    Post the DDL (create table) script, sample data as an insert statement and the expected results.

    😎

  • RE: Are the posted questions getting worse?

    David Burrows (9/19/2016)


    Ed Wagner (9/19/2016)


    ChrisM@Work (9/19/2016)


    Eirikur Eiriksson (9/18/2016)


    Now where is that crystal ball again?

    😎

    You're going to need a pair of those. The OP (or should that be "perp"?) has been...

  • RE: Select statements included within a function cannot return data to a client: SQL server 2014

    dimpythewimpy (9/19/2016)


    Can someone suggest a workaround for this. I have researched online and tried inline function but,that didn't work as I am not returning a table here. It is just...

  • RE: Are the posted questions getting worse?

    Now where is that crystal ball again?

    😎

  • RE: finding max value between dates

    Here is a quick suggestion

    😎

    USE TEEST;

    GO

    SET NOCOUNT ON;

    IF OBJECT_ID(N'dbo.TBL_SAMPLE_DATA_1818603') IS NOT NULL DROP TABLE dbo.TBL_SAMPLE_DATA_1818603;

    create table dbo.TBL_SAMPLE_DATA_1818603

    (

    dates datetime

    ,customer int

    ,ind_1 smallint

    ,ind_2 smallint

    ,ind_3 smallint

    ,ind_4 smallint

    )

    insert into dbo.TBL_SAMPLE_DATA_1818603

    ...

  • RE: finding max value between dates

    Quick question, why is the latest date in the sample set 2015-03-01? This means that the data is all excluded by the requirements.

    😎

  • RE: Are the posted questions getting worse?

    This weekend is the Open House weekend in London, just wondering if SSC is participating in something similar like Open Spam:pinch:

    😎

  • RE: CTE multiple in a stored procedure

    sqlfriends (9/16/2016)


    I have a developer wrote code using a lot of CTEs in a stored procedure.

    Basically, one CTE call another CTE call another CTE.

    CTE is sometimes easy to understand, but...

  • RE: Are the posted questions getting worse?

    TomThomson (9/16/2016)


    Sean Lange (9/16/2016)


    Eirikur Eiriksson (9/16/2016)


    ThomasRushton (9/16/2016)


    Thom A (9/16/2016)


    ThomasRushton (9/16/2016)


    Sean Lange (9/16/2016)


    BWFC (9/16/2016)


    jasona.work (9/16/2016)


    Thom A (9/16/2016)


    ThomasRushton (9/16/2016)


    These posts offering ways to get rid of weight loss? What? Eat...

  • RE: Generate XML file base on XSD from sql server table

    latitiacasta (9/16/2016)


    HI,

    It's done. I have added tables with auto incremental id and foreign key to create dummy nodes. Once again Thanks for your help 😛

    Good job and thanks for...

  • RE: Are the posted questions getting worse?

    Phil Parkin (9/16/2016)


    Jacob Wilkins (9/16/2016)


    Sean Lange (9/16/2016)


    Eirikur Eiriksson (9/16/2016)


    Sean Lange (9/16/2016)


    Eirikur Eiriksson (9/16/2016)


    ThomasRushton (9/16/2016)


    Thom A (9/16/2016)


    ThomasRushton (9/16/2016)


    Sean Lange (9/16/2016)


    BWFC (9/16/2016)


    jasona.work (9/16/2016)


    Thom A (9/16/2016)


    ThomasRushton (9/16/2016)


    These posts offering ways to get rid...

  • RE: Are the posted questions getting worse?

    Jacob Wilkins (9/16/2016)


    Sean Lange (9/16/2016)


    Eirikur Eiriksson (9/16/2016)


    Sean Lange (9/16/2016)


    Eirikur Eiriksson (9/16/2016)


    ThomasRushton (9/16/2016)


    Thom A (9/16/2016)


    ThomasRushton (9/16/2016)


    Sean Lange (9/16/2016)


    BWFC (9/16/2016)


    jasona.work (9/16/2016)


    Thom A (9/16/2016)


    ThomasRushton (9/16/2016)


    These posts offering ways to get rid of weight...

  • RE: Are the posted questions getting worse?

    Sean Lange (9/16/2016)


    Eirikur Eiriksson (9/16/2016)


    ThomasRushton (9/16/2016)


    Thom A (9/16/2016)


    ThomasRushton (9/16/2016)


    Sean Lange (9/16/2016)


    BWFC (9/16/2016)


    jasona.work (9/16/2016)


    Thom A (9/16/2016)


    ThomasRushton (9/16/2016)


    These posts offering ways to get rid of weight loss? What? Eat more...

  • RE: Are the posted questions getting worse?

    ThomasRushton (9/16/2016)


    Thom A (9/16/2016)


    ThomasRushton (9/16/2016)


    Sean Lange (9/16/2016)


    BWFC (9/16/2016)


    jasona.work (9/16/2016)


    Thom A (9/16/2016)


    ThomasRushton (9/16/2016)


    These posts offering ways to get rid of weight loss? What? Eat more SPAM. Eat more...

Viewing 15 posts - 3,181 through 3,195 (of 8,761 total)