Forum Replies Created

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

  • 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...

  • RE: Sequential numbering issue

    Hassie (2/17/2008)


    Thanks alot - this did the job

    You bet... Thanks for the feedback.

    Just remember...if the count of rows for each group starts to grow, the performance will suffer greatly very...

  • RE: Check if table exists

    Peso (2/17/2008)


    Msg 208, Level 16, State 1, Line 1

    Invalid object name 'New.AddAnnex'.

    Doh!... Thanks for the correction, Peter... that's what I get for late night posting. I'll correct that post...

  • RE: Show data upto 2 decimal places but with exact values

    Yes, I absolutely agree... any type of formatting should be done only in the GUI... if there is one...

    But the keyword in the title of the thread is "Show"......

  • RE: CrossTab Query-URGENT PLEASE!

    C'mon... I know you're in a pinch but stop and think about it... we don't know what your SalesDetails detail table looks like, we know nothing about the data in...

  • RE: Using PATINDEX to find all numeric values

    Oh... be careful, now... IsNumeric cannot be equated to IsAllDigits. IsNumeric will allow currency symbols, $, comma, decimal point, spaces, tabs, and a host of other individual characters. ...

  • RE: CLR Profiling

    This was a pretty interesting question with no responses and I have no idea of what the answer might be... anyone got any idea on this, at all?

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