Forum Replies Created

Viewing 15 posts - 8,356 through 8,370 (of 9,244 total)

  • RE: Poll on backup validation

    Paul Randal (3/7/2009)


    I can do databases

    oh you do those too in your spare time Paul! LOL

    we use Redgate and set the redgate extended stored procedure to 'verify', not...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: consolidation

    Sailor (3/6/2009)


    I was told it has 8 drives.

    Disk time on all servers is pretty low. Only one of them has any sort of activity which around 10%...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Simple Recovery Mode, Yet Logfile Very Large?

    that's a good point Jeff, although Simple and Bulk Logged recovery do minimally log create and alter index transactions

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: consolidation

    as already mentioned, you really do need to take a good look at the disk subsystem

    minimum you could get away with would be

    RAID1 for OS (2 disks)

    RAID1 for logs...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: how to take script for database table data

    dastagirid

    i am assuming from your post that you want a script to generate an insert statement for each row in a table, is that correct? If so, take the following...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Simple Recovery Mode, Yet Logfile Very Large?

    Gail

    i was under the impression that a database backup in simple recovery mode also initiates a checkpoint which will truncate the log file

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: consolidation

    exactly how many disks do you have available?

    what version\edition of windows do you plan to use?

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Maintenance Plan Order of Operation?

    also dont forget to back up the database after the index rebuild as this could fill up the log file depending on database size and no of indexes

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Logs show backup device Type = Virtual_Device when should be DISK

    what is the result of the following query

    select * from sys.backup_devices

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: High Disk Queue length on C drive and backup Drive????

    exclude the scanner from scanning sql data and program files

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server Services

    you could use VBS something along the lines of

    strComputer = "."

    Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2")

    Set colItems = objWMIService.ExecQuery( _

    "SELECT * FROM...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server virtualisation

    Ellis (3/3/2009)


    Hi All,

    I'm really sorry for the vagueness of this question, I need to expand my knowledge on running SQL Server in a virtual environment, for example using...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to give permissions to a stored procedure only?

    Mani (2/27/2009)


    I created a login abc with default database master and I need to give access to this abc login to a stored procedure SP_ABC in database Mydb.

    have you mapped...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Removing cursor from TSQL - 2

    oohhh, this is pork chop territory. Me gonna duck and keep my faceguard on ROTFL

    hey Jeff fancy seeing you in this thread 😉 LOL

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Designing Transaction Log files - SQL Server or Any server in general

    Krishna (3/1/2009)


    Index Rebuilding etc..

    you probably don't want to be\shouldn't nedd to be doing this daily

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 8,356 through 8,370 (of 9,244 total)