Forum Replies Created

Viewing 15 posts - 6,961 through 6,975 (of 8,760 total)

  • RE: SQL code help

    goldstone.david (9/24/2014)


    Wow, thank you. Would I need to enter all the data from the table, ie. 1m rows? or can I just reference the table?

    Just replace the BASE_TABLE CTE with...

  • RE: Geometric Median / Weiszfeld's algorithm

    There is a big difference in the results when doing the calculation on geometry or geography, look at this examples and results

    ๐Ÿ˜Ž

    Geometry

    USE tempdb;

    GO

    DECLARE @GEOM TABLE

    (

    GNAME...

  • RE: SQL code help

    goldstone.david (9/24/2014)


    I have an SQL issue that I cant solve and I need some help with it please. The attached file is an extract from a sql server data warehouse...

  • RE: Geometric Median / Weiszfeld's algorithm

    busraker (9/24/2014)


    I'm dealing with ten of thousands of trips a year so every bit helps.

    Russ

    Sounds a little like travelling salesman here:-)

    This isn't too high of a volume, cannot say much...

  • RE: Need help in Generating Weekly Trading Report for each trader

    Jeff Moden (9/23/2014)


    ramineni.suresh661 (9/23/2014)


    Hi Jack ,

    Thank you very much for your response , your example solved my issue

    Do you understand how it works so you can support it in the...

  • RE: Query to split difference (number of nights) between 2 dates into respective "Month" column

    Lynn Pettis (9/23/2014)


    Eirikur Eiriksson (9/23/2014)


    Try this for a size

    ๐Ÿ˜Ž

    USE tempdb;

    GO

    SET NOCOUNT ON;

    ;WITH SAMPLE_DATA ([ID number],DateOfArrival,DateOfDeparture)

    AS (SELECT * FROM (VALUES

    (2031,'2014-03-20','2014-03-26')

    ,(1056,'2014-04-29','2014-05-03')

    ...

  • RE: SQL SERVER Comma Separated values XML PATH

    Firstly, Using 8K limited functions will of course truncate larger values, does your production data exceed that limit? Secondly, please comply to Chris's request on DDL, sample and output.

    ๐Ÿ˜Ž

  • RE: Error creating diagrams in management studio ( sqรฒl server 2012)

    graziano.montagna (9/23/2014)


    Solution failed.

    Now I installed a new istance and the error is the same

    only a variation "SQLEditors" is the last word

    Quick question, do you have the option of...

  • RE: Geometric Median / Weiszfeld's algorithm

    Quick question, how accurate does this have to be? The reason for asking is that one can do a good approximation using the spatial data type methods and functions, happy...

  • RE: Seems like my SQL database is corrupted

    Quick suggestion, gracefully power down the system, reboot using a good recovery distro such as backtrack, gparted etc., DON'T mount the drives but use dd_rescue to image the drive or...

  • RE: Import access database

    sistemas_casinomnes (9/24/2014)


    Hello, I need to create a job that import an access database.

    Does exist a command that I can use to do that?

    Thanks

    Viky

    Quick thought, I've found that using the import/export...

  • RE: Tally OH! An Improved SQL 8K โ€œCSV Splitterโ€ Function

    stefan.mulder (9/24/2014)


    Great stuff!

    but as to Jeff's notes on collation: we do need a function that can handle compound delimiters, e.g. [|;] or [","] as in David Data's case of...

  • RE: Supported spatial data formats

    OCTom (9/24/2014)


    What is a Lorry?

    Tom

    A Lorry be a wagon that can carry lots o' gold and precious

    ๐Ÿ˜Ž

  • RE: Supported spatial data formats

    Rune Bivrin (9/24/2014)


    I'm currently hiring. I'd like to know which 9% selected the CHTM option:hehe:

    You will have no joy thar, they be already walkin' t' plank

  • RE: Supported spatial data formats

    Louis Hillebrand (9/24/2014)


    I need to import from CHTM data format, any suggestions? ๐Ÿ˜‰

    You must take it t' t' witchcraft Island, thar be an old beauty thar which has t' power...

Viewing 15 posts - 6,961 through 6,975 (of 8,760 total)