Forum Replies Created

Viewing 15 posts - 76 through 90 (of 279 total)

  • RE: Understanding and Using APPLY (Part 1)

    Great article Paul! Looking forward to next weeks article.

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: processor/licensing

    For 80 CALs + Server License you'd probably pay more than 2 CPU Licenses....

    If it is only 1 CPU, then per CPU license is definitively the way to go.\So, in...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Checking fragmentation taking forever

    The way you are running it, it will still do it on all the objects in that database and then only return the results for the Invoice table.

    You might want...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: SQL performance issues after increasing memory from 32 to 64 gig

    jwa082276, did you ever find out why the query was running slower with more memory?

    We are having some weird issues that are intermittent but kind of similar after we upgraded...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Differing version numbers??

    It seems like you have a disparate installs of Cumulative Updates and Security Patches, which yielded those "odd" versions.

    Now, the A Server, is Standard, not Enterprise, will that matter?

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Number of concurrent requests to SQL Server 2005

    I am not sure, but I believe the OP meant to know the number of current requests on a SQL instance.

    To obtain the number of current connected sessions you could...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Decoding the SQL Server Index Structure

    Kit G (4/1/2010)


    Any chance of getting a translation of that Latin in that last paragraph?

    One transaltion I got was this

    But in truth these and to accuse and due forms to...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: No More NULL

    Brilliant Steve!

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Please help me to resolve this query

    I'd suggest creating a new post with that inquiry, so it gets proper attention. Embedding it here will probably not produce answers you need, plus it makes it more difficult...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Please help me to resolve this query

    How many results where you getting before?

    Did you by any chance change the Database selected in SSMS? If you are not in the same database where the tables reside in,...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Please help me to resolve this query

    In that case it should only have reorganized that specific index. I thought you might have used the ALL parameter on a table which would have done all indexes on...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Please help me to resolve this query

    What command did you use to Reorganize the index?

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Script to delete orphaned users

    Here's the solution we use:

    -- 1) List all Orphaned users on existing DB

    -- 2) Associate the DB User with the server Login, if existing

    -- 3) If 2) fails, try to...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Drop all connections

    not sure if related, but the line that reads

    FETCH NEXT FROM my_cursor INTO @SPId

    should be changed to

    FETCH NEXT FROM my_Spid INTO @SPId

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: 3-node Database Mirroring

    ...and I guess the only caveat on doing this, of course, is that none of the databases to be mirrored have the same name....

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

Viewing 15 posts - 76 through 90 (of 279 total)