Forum Replies Created

Viewing 15 posts - 16 through 30 (of 106 total)

  • RE: WAITFOR

    Only when my waitfor was buggy and it went into a loop with no wait

  • RE: Migrating from Access to SQL

    When I said two tier would be out of the question I meant within the perspective of this topic - two teir meaning the data is downloaded and processed on...

  • RE: Migrating from Access to SQL

    quote:


    the reason we want to switch to SQL Server is the amount of data we have - the application is getting slower...

  • RE: FK to a View

    Could also replicate the table that the FK would be referencing?

    Unless the replication will not occur fast enough for any usability at all, this would at least allow you to...

  • RE: Corrupt Indexes

    Hrm.. actually though I have had to rebuild indexes on a 6.5 server a couple times. I forgot about that. I think it was telling me that the...

  • RE: Corrupt Indexes

    In my experience, statistics may need updating, indexes can become fragmented, and there is the rare (I think im aware of 2, both of which have had patches for a...

  • RE: SQL Statement Question - Ghuru needed!

    You could test these also against your data (assuming you have a good set to test against) for speed.

    I tend to try to not use functions in filtering unless absolutely...

  • RE: Running Values Strategy

    quote:


    You can use a powerful but little-known technique, namely a running update with variables:


    I agree...

  • RE: Running value based on previous row

    quote:


    For a great discussion of your options, that can be done without iterating through each row, look at:

    http://www.sqlteam.com/item.asp?ItemID=3856


    December 11, 2003 at 9:07 am

    #485738

  • RE: Help me beat Excel - PLEASE!

    quote:


    And worse yet, if someone goes back and edits an NAV from several weeks ago - I need to change ALL the...

  • RE: PROCEDURES ENCRYPTION

    quote:


    The reason for the 4000 character limit within SQL Server is the limit for an nvarchar variable, the parameter for EXECUTE() or...

  • RE: Indexed View

    While I reproduced your issue below to make sure I understood, the only way I know of to fix it would be to reload as you said.

    This shouldn't take a...

  • RE: COUNT(*) returns incorrect count

    Sounds like it. Thanks jonathan you saved me some exploration time.

  • RE: Running value based on previous row

    You can use an update statement to achieve this... but Steve's way may be better. Have to test it i reckon.

    You need a clustered index to use the update...

  • RE: COUNT(*) returns incorrect count

    You mean the problem field isn't part of an index itself? I noticed in later versions of SQL it will allow bit fields to be indexed, but seem to...

Viewing 15 posts - 16 through 30 (of 106 total)