Forum Replies Created

Viewing 15 posts - 31 through 45 (of 727 total)

  • RE: Is a Primary Key an index?

    TomThomson (7/15/2014)


    Irritating because over-pedantic. Good question nevertheless.

    +1

  • RE: Performance issue with view

    Thanks Ankush. If I ever get such chance again, wil test this option. 🙂

  • RE: T-SQL Query help

    It's beautiful becuase it is working as expected. Definitely i'll try to see if it can be made more healthy. I still have to check how it works with the...

  • RE: T-SQL Query help

    Thanks a ton Eugene. 🙂 It's beautiful.

    I'll take care of the point you made about posting code.

  • RE: T-SQL Query help

    I have some enhanced requirement now and it seems little more tricky than previous one. Half of the work is done but i'm stuck at one place. So i have...

  • RE: T-SQL Query help

    Thanks Chris. it works like charm. Though I'll check the performance of both on big data sets and will post here as well. 🙂

  • RE: T-SQL Query help

    I was able to get the much needed solution. Here are the queries to generate the data:

    create table #t11

    (col1 varchar(10), col2 int, col3 varchar(10))

    insert into #t11

    select 'XYZ', 12, 'RXM' union...

  • RE: SSIS and Transaction Log Growth

    Nice question. 🙂

  • RE: Performance issue with view

    Thanks Jeff. I compared the two execution plans and saw that with where clause it was considering clustered index scan for one of the table while without where clause OR...

  • RE: Performance issue with view

    I tried refreshing view as well. One more thing i noticed now that it's working fine when running without where clause but issue remains when run with where condition....

  • RE: EXCEPT 2

    twin.devil (3/3/2014)


    Michael Poppers (3/3/2014)


    marcia.j.wilson (3/3/2014)


    I do appreciate the easy point, even though I don't think I earned it.

    Speak for yourself 😀 -- I thought this QotD was EXCEPTional! 🙂

    ++++1 :hehe:

    +1...

  • RE: EXCEPT 2

    The heading almost got the better of me. But faith on yourself has biggest power. 🙂

  • RE: The Results Tab

    Really a day to day usage part... 🙂

  • RE: DSQ

    Dedicate my points to Google. Never worked on DQS so had to take help. Good to learn new thing atleast. 🙂

Viewing 15 posts - 31 through 45 (of 727 total)