Forum Replies Created

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

  • RE: Variable Array Table

    Carlo, nice try with this Question of the Day, but I really learned more with Hugo's explanation......

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

  • RE: Idera SQL Diagnostic Manager 6.2 Review

    Great review.

    We have been using SQLdm for quite a while now, focused on our main application and its DB server and it has provided timely and invaluable help...

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

  • RE: MSDB over 77 GB

    Run this against your msdb and it will give you an idea what tables are the big ones. If the sum of the ReservedKB column is not adding up close...

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

  • RE: Large LDF Despite Frequent Backups

    That's where a tool like Idera's SQL Diagnostic manager comes in handy, as you can go back in time and see things like active sessions running and what command it...

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

  • RE: Ways to backup restore Very Large Database (VLDB)

    Using a 3rd party tool like LiteSpeed is probably the answer for you.

    We have a 1.3TB DB that used to take about 2.5-3 hours using the native backup. With LiteSpeed...

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

  • RE: Evaluation Copy?

    Steve Jones - Editor (9/3/2010)


    IF it's eval edition, you can get info here: http://mangalpardeshi.blogspot.com/2009/05/expiration-date-of-sql-server.html

    If you want to query each server, I'd think that eval edition had a note in the...

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

  • RE: Evaluation Copy?

    Michael Valentine Jones (9/1/2010)


    select @@version

    That will only provide you with the Version/Edition of the running SQL instance. As of SQL 2005 the licensing info is no longer stored anywhere as...

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

  • RE: HAVING without GROUP BY

    Again a great question Hugo! Really makes you think (more than) twice about what to answer..... something new learned...again 🙂

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

  • RE: compatibility level of reportServer & reportserverTempdb changing to 100 every day at same time

    Dave Klug (8/20/2010)


    Out of curiosity, why would you want to run SSRS with a compatibility level of 90 as these databases are internal only.

    OP wrote "After the upgrade, we...

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

  • RE: Query Duplicates

    The problem here is that you are grouping by "CONID, Type,LID, CID, ContactCode, Date, EmpID", so only repetitions of same data for all those rows would "add" to the count...

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

  • RE: License question on the bundled Visual Studio Premier Partner Edition.

    Jonathan Kehayias (8/17/2010)


    ...You can install it just like you can install any of the client tools on end user workstations to connect to SQL Server.

    ... meaning you need only to...

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

  • RE: Calculating the Size of a Multi File Database Backup

    If you used the backup with multiple files, you would use a command like this to restore from multiple files:

    RESTORE DATABASE

    [DatabaseName]

    FROM

    DISK = N'Path_to_file_1.bak',

    DISK =...

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

  • RE: Round up or down II

    Hugo, nice question and very nice job on explaining it!

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

  • RE: Basic

    Lynn Pettis (8/6/2010)


    Richard M. (8/6/2010)


    I always chuckle when Wikipedia is cited as a reference. Wkipedia, although a nice place to look up stuff (you basically find anything you are looking...

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

  • RE: Basic

    I always chuckle when Wikipedia is cited as a reference. Wkipedia, although a nice place to look up stuff (you basically find anything you are looking for), is not always...

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

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