Forum Replies Created

Viewing 15 posts - 376 through 390 (of 479 total)

  • RE: Scaling for large number of users

    Hi there

    It really comes down to the architecture of the application, from there, you have a better opportunity to scale the application and ask questions from the group on specific...


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: Speed of Partitioned Views

    I read an article (cant remember where though!) about partitioned views. Apparently queries are still executed serially from 1 server to the next and not in parallel (which you...


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: Index scans & cache usage

    Hi all

    Thanks for the input, Ive picked up a few things already, is there a way of dumping the buffer cache contents? (probably a trace number).

    Cheers

    Chris


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: Suggestions needed: good monitoring software

    Hi

    I use SQL*Probe and have also used Spotlight. Both are excellent products and well worth looking at. In the end you need to clearly define the type of...


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: Index scans & cache usage

    ill give it a look 🙂


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: Indexing in SQL Server 7.0/2000

    Steve - yep, no problem there, but when I search a non-clustered index and get the the leaf node, what does it point to? to start of the page in...


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: Indexing in SQL Server 7.0/2000

    Hi there

    I just read a short paragraph from a performance tuning book by England. He basically says what you stated and I can see your point now. Basically,...


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: What do you like best about databases?

    .Net excites me about IT and MS in general, especially where its going to take SQL Server. I enjoy playing around with rarely used features, namely clustering and replication....


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: sql profiler

    Dont believe what profiler tells you, full stop! 🙂

    Sorry, but I have never come accross any figures in profilers duration column that is even half close to the truth. ...


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: SQL Server and IIS

    Hi

    I believe you wont have any compatibility issues for anything like that, but you may experience CPU contention. As an example, we use COM+ for all our business logic,...


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: Problem SQL statement

    thanks guys, i ran some tests with full-text and the performance has improved 200%, but as we are going live in 2 weeks we will hold off for the time...


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: Indexing in SQL Server 7.0/2000

    Hi

    Not quite (others please correct me!). The cluster index IS a b*tree index as the word "index" defines, but it also defines the storage of data in the table,...


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: NT Perf Mon - counters not showing?

    Hi all

    Found it. In the NT event logs it told me that perf counter dll's have been removed. Oh well, there goes a bulk of my perf tuning...


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: How do I run .sql script from the Enterprise Mgr?

    nope - use query analyser or isql/osql for command line.

    try and test on your local machine first 🙂


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

  • RE: SQL BACKUP-SIZE

    here are some examples for some of my databases...

    DB1

    data = 57Mb

    index = 0.81Mb

    backup file size avg = 48Mb

    winzip compressed = 8Mb

    DB2

    data = 1.7Gb

    index = 158Mb

    backup file size avg = 916Mb

    winzip...


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

Viewing 15 posts - 376 through 390 (of 479 total)