Forum Replies Created

Viewing 15 posts - 391 through 405 (of 567 total)

  • RE: Split a String

    ChrisM@Work (3/14/2013)


    Steven Willis (3/13/2013)


    DelimitedSplit8K is far from overkill. Why use a hammer when you have a nail gun?

    +1 😉

    Well, if you only have a couple dozen nails to drive and...

  • RE: How do I optimize a query with a text column?

    Sergiy (3/12/2013)


    Silly idea, I recon, but would not hurt to try:

    SELECT DT.*, T.COLText_10

    FROM (

    SELECT

    COLMAIN_ID, COL1, COL2, COL3, COL4,

    COL5, COL6, COL7, COL8, COL9,

    COL11, COL12, COL13, COL14,

    COL15,...

  • RE: Recommended index causing query to run twice as long / HASH vs NESTED LOOP

    Adam Bean (3/14/2013)


    Thanks for the responses, definitely great suggestions and gives me more ideas to work with.

    Currently though, thanks to a friend of mine, I began playing with column store...

  • RE: Recommended index causing query to run twice as long / HASH vs NESTED LOOP

    Adam Bean (3/13/2013)


    Sorry for the confusion, see attached.

    Thanks

    I wouldn't exactly call myself a 733t execution plan analyst (and I tremble to even post on a thread where Grant Fritchey has...

  • RE: Diagnosing Page Latch Issue

    colin.Leversuch-Roberts (3/11/2013)


    well it sounds like an io wait .. use the function sys.fn_virtualfilestats to see what's going on initially.

    the partial script you've pasted doesn't look like it's written for...

  • RE: Diagnosing Page Latch Issue

    brownph99 (3/10/2013)


    I'm working with both a Vendor's DB and a purge script they've provided, and I need some outside opinions.

    This purge runs incredibly long, especially on our SAN. Our first...

  • RE: need help on Expression syntax

    Sharon S (3/8/2013)


    Hi all,

    I am trying to create the Expression equivalent of the following query:

    SELECT count(TasksName)

    FROM [db].[dbo].[testdetails]

    where TopLevelProjectName = '40 Project Folder'

    and TasksName = 'Project Info'

    I basically need a...

  • RE: Is it possible to alter the .XML in and RDL file via SQL script?

    Code-1029433 (3/6/2013)


    Hi Guys,

    We have a 3rd party developing our data warehouse, and we do the SSRS devevelopment in house via BIDS and report builder. The DW devlopers want...

  • RE: Are the posted questions getting worse?

    Jeff Moden (3/12/2013)


    jcrawf02 (3/12/2013)


    WayneS (3/11/2013)


    Jeff Moden (3/10/2013)


    dwain.c (3/10/2013)


    Jeff Moden (3/8/2013)


    ...Since I'm mostly a data troll...

    Does that mean you live under a bridge on Al Gore's information superhighway?

    Nah... I've gone wireless....

  • RE: DATETIME - 3

    Raghavendra Mudugal (3/11/2013)


    honza.mf (3/11/2013)


    wolfkillj (3/11/2013)


    I think Microsoft made its explanation of how the cutoff year functions more confusing by using the word "century". In my mind, and I suspect many...

  • RE: XML with NameSpaces in each Node.

    krishnasavalia (3/10/2013)


    HI Guys,

    I came to a situation where I have to load XML file in SQL server tables. I have worked in past to load XML using node method but...

  • RE: DATETIME - 3

    demonfox (3/11/2013)


    kapil_kk (3/11/2013)


    Hi,

    can someone plz explain it in a more simple manner..... explanation in QOTD is very inscrutable for me:cool:

    Inscrutable , is that the right word :ermm:

    well, as explained in...

  • RE: Are the posted questions getting worse?

    Jeff Moden (3/10/2013)


    Stefan Krzywicki (3/9/2013)


    Jeff Moden (3/8/2013)


    Matt Miller (#4) (3/8/2013)


    Jeff Moden (3/7/2013)


    Revenant (3/4/2013)


    Evil Kraig F (3/4/2013)


    Revenant (3/4/2013)


    I always find it frustrating when someone asks me or someone else to do...

  • RE: Are the posted questions getting worse?

    Jeff Moden (3/10/2013)


    Matt Miller (#4) (3/9/2013)


    Jeff Moden (3/8/2013)


    Matt Miller (#4) (3/8/2013)


    Jeff Moden (3/7/2013)


    Revenant (3/4/2013)


    Evil Kraig F (3/4/2013)


    Revenant (3/4/2013)


    I always find it frustrating when someone asks me or someone else to...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/10/2013)


    GilaMonster (3/10/2013)


    Since it's the msdb job tables, it's a bit of a stretch to say we don't have data. That said, that had a feel of 'do this...

Viewing 15 posts - 391 through 405 (of 567 total)