Forum Replies Created

Viewing 15 posts - 52,471 through 52,485 (of 59,070 total)

  • RE: Sequential numbering issue

    I had to make a bigger table to get some timing stats.... also means I had to convert both scripts to use a Tally table and make a large enough...

  • RE: CLR Profiling

    I kinda thought that, as well. Thanks, Matt. It'll be interesting to see what you come up with...

  • RE: Identity Column in SQL Server - Transaction - MultiUSer

    atarafder (2/17/2008)


    Jeff, the requirement in my case is not to have contiguous ID's but to be 100% sure that there are no overlap of Id's between the two transactions.

    ...

  • RE: CrossTab Query-URGENT PLEASE!

    Thanks for the feedback and glad it suits your needs... now you know why I kept asking for more detail...

    Folks, this is a perfect example of why I wrote the...

  • RE: Blackberry or smartphone for DBA

    I don't know the differences between a Blackberry and a SmartPhone because I haven't had to carry either.

    I with Johan, though... if you're gonna put a ball and chain on...

  • RE: How Can I accomplish this without using CURSOR

    Never mind... I just had another cup of coffee...

    Here's the untested answer...

    --===== If the temp table exists, drop it

    IF OBJECT_ID('TempDB..#tt_Mum','U') IS NOT NULL

    ...

  • RE: How Can I accomplish this without using CURSOR

    ebuss_2004 (2/17/2008)


    How Can I accomplish this without using CURSOR?? This is running extreemly slow since the t_ATM table has over a million records. Appreciate any help!

    DECLARE

    ...

  • RE: CrossTab Query-URGENT PLEASE!

    Oh yeah... for those in the know... yes, I used a triangular join in a correlated sub-query... performance will be terrible compared to the "UPDATE" method I wrote about, but...

  • RE: CrossTab Query-URGENT PLEASE!

    Ta-da! See how much easier that is for folks to work with. Thanks for taking the time to help us help you...

    Here's the solution including the test setup...

  • RE: CrossTab Query-URGENT PLEASE!

    Now, we're cookin'... I'll be right back... 😉

  • RE: Identity Column in SQL Server - Transaction - MultiUSer

    Ok... here's some extraordinary proof that supports what Itzek said...

    First, I made a table in a nice safe place... TempDB... couldn't use a actual temp table because I wanted...

  • RE: Identity Column in SQL Server - Transaction - MultiUSer

    Marios Philippopoulos (2/17/2008)


    From "INSIDE MICROSOFT SQL SERVER 2005 - T-SQL QUERYING" by Itzik Ben-Gan, Solid Quality Learning, pg 429:

    Another aspect of the IDENTITY property that can be considered a limitation...

  • RE: CrossTab Query-URGENT PLEASE!

    Yeaah... I'm going to spend my time reformatting your data...

    This is what your text file looks like...

    SalesDate StockCode costPrice SalesPrice SalesAmount Total ----------------------- -------------------------------------------------- ----------- ----------- ----------- ----------- 2008-01-01 00:00:00...

  • RE: Fill Factor clarification

    How does one determine if a page split has occured during an update?

  • RE: CrossTab Query-URGENT PLEASE!

    erdem (2/17/2008)


    Thank you very much for your replies...At least, you replied this question 🙂

    My final data report should include just six columns:

    StockCode

    SalesPrice1

    SalesPrice2

    .

    .

    SalesPrice5

    That's all..

    But, you didn't read my previous reply... you've...

Viewing 15 posts - 52,471 through 52,485 (of 59,070 total)