Forum Replies Created

Viewing 15 posts - 3,226 through 3,240 (of 4,745 total)

  • RE: find size iof the index

    bitbucket-25253 (11/10/2009)


    Use the code posted by george sibbald-364359 to this forum.

    you can call me just george sibbald. Despite that darned number suffix which I hate I am the only george...

    ---------------------------------------------------------------------

  • RE: find size iof the index

    I owe bitbucket a favour so:

    the 'name' column is the name of the table.

    for clarity you could change the first line of the query to

    Select obj.name as 'table',

    barrys code...

    ---------------------------------------------------------------------

  • RE: find size iof the index

    courtesy of Mr. Barry Young

    /*

    vwTableInfo - Table Information View

    This view display space and storage information for every table in a

    SQL Server 2005 database.

    Columns are:

    Schema

    Name

    Ownermay be different from Schema)

    Columnscount of...

    ---------------------------------------------------------------------

  • RE: Is AWE needed in 64-bit SQL?

    I don't have 64 bit systems to check what actually happens, but that is definitely what the CSS blog says.

    ---------------------------------------------------------------------

  • RE: Is AWE needed in 64-bit SQL?

    I don't think you actually enable AWE, that sp_configure option has no effect on a 64 bit system. It is used behind the scenes in 64 bit to lock pages...

    ---------------------------------------------------------------------

  • RE: SQL Server Backup VS Other Backup Tools (like AppAssure Replay for SQL)

    SQL Noob (11/9/2009)


    i've used Veritas/Symantec Netbackup for almost 10 years now. it's buggiest piece of software i've ever seen but i'll use it over native SQL backup any day.

    having...

    ---------------------------------------------------------------------

  • RE: Backup Exec 12.5 for SQL Backups, nothing Else?

    2. Tape does not necessary mean physical tape nowadays. It could be virtual tape library/storage (consolidation, fast I/O…). Media is a better word to describe the backup destination...

    ---------------------------------------------------------------------

  • RE: SQL Server Backup VS Other Backup Tools (like AppAssure Replay for SQL)

    SQL server backup = no cost

    AppAssure = how much?

    Does the network admin realise backing up and recovering exchange server is not the same as for a SQL database?

    This tool would...

    ---------------------------------------------------------------------

  • RE: 3rd-party enterprise-level backup tools - Should DBAs still be in charge of backups/restores?

    If you do put sql types in charge of the 3rd party tool, then it definitely has to have advantages over native tools since we work with the native tools...

    ---------------------------------------------------------------------

  • RE: Unable to delete Maintanance Plans

    thanks for posting solution back grustni.

    moving msdb to a different server\renaming server has become a minefield since SQL2005. Let us know if you hit any other related problems.

    ---------------------------------------------------------------------

  • RE: 3rd-party enterprise-level backup tools - Should DBAs still be in charge of backups/restores?

    I am not so sure snapshot technologies will take over in the SQL sphere EXCEPT perhaps for VLDBs running on SQL, there a cost\suitability for purpose case could be made.

    For...

    ---------------------------------------------------------------------

  • RE: DELETE Fast

    not sure about faster but you certainly want to batch it up to avoid blowing your log

    create table A_DBA_breakout (stopnow char(1)NOT NULL default ('N'))

    insert A_DBA_breakout values('N')

    create trigger breakout_insert on A_DBA_breakout

    for...

    ---------------------------------------------------------------------

  • RE: scom System Center Server Management for sql

    we use MOM (the version before SCOM) to monitor SQL and will be upgrading to SCOM. Its a good enterprise level monitoring tool, but expensive. Does threshold monitoring, error alerting...

    ---------------------------------------------------------------------

  • RE: Error after moving system databases

    PiMané (11/3/2009)


    @Lynn Pettis

    The data files, along with the system databases (data and log), are on a RAID10.

    The log files are on a RAID1 and tempdb has a RAID1 of it's...

    ---------------------------------------------------------------------

  • RE: Log shipping backup job failed

    for performance thresholds search 'performance condition alerts [SQL Server Agent]' in BOL

    for a base script to reindex see the one under sys.dm_db_index_physical_stats in BOL or any number of scripts on...

    ---------------------------------------------------------------------

Viewing 15 posts - 3,226 through 3,240 (of 4,745 total)