Forum Replies Created

Viewing 15 posts - 91 through 105 (of 433 total)

  • RE: emailing the query result

    You can attach the query result in "attach_query_result_as_file " parameter.

    Example from BOL:

    ===================

    EXEC msdb.dbo.sp_send_dbmail

    @profile_name = 'AdventureWorks2008R2 Administrator',

    @recipients = 'danw@Adventure-Works.com',

    @query...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Sync Develepment and Production Databases

    Novicejatt (9/15/2010)


    Hi,

    How can I sync the development and production databases. i.e how to keep the contents same other than backup and restore.

    Thanks

    Which env you want to sync...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Development to Production

    I think sturner had replied the same above.

    "More Green More Oxygen !! Plant a tree today"

  • RE: Not Installing 2008 SQl Server

    SQL Girl (9/15/2010)


    Link no longer works so I ask, what????? I installed just like I have in the past, serveral times. I am not new at this? Help...:unsure:

    TITLE: Microsoft SQL...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Restoring Single table frombackup

    mjkreddy1927 (9/15/2010)


    Please advice its very urgent

    How to restore Single table from fullDBbackup?

    Working on SQL serer 2008r2

    did you dropped the table? If yes, the If you have full backup then take...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Question on partioning

    use the sys.partitions view

    for detail can be found in http://www.sqlservercentral.com/articles/partition/64740/

    "More Green More Oxygen !! Plant a tree today"

  • RE: basic Requrements of Clustering

    You will find plenty of white papers on net.

    download.microsoft.com/.../SQLServer2008FailoverCluster.docx

    "More Green More Oxygen !! Plant a tree today"

  • RE: How to move tables, indexes & Logs from one disk to another disk drive

    d.qureshi (9/15/2010)


    Hi ALZDBA,

    Thank you for your reponse. The link you provided requires the database to be offilne.

    What I am looking for is a way to move or copy all...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Disaster recovery plan

    We have setup weekly full backup with daily diff. backup on the primary server. You can try the same.

    "More Green More Oxygen !! Plant a tree today"

  • RE: Database recovery process

    Recovery flow chart depend on the Backup / Restore strategy you have setup.

    and also depend on the recovery model you have.

    Let me first know what is the backup...

    "More Green More Oxygen !! Plant a tree today"

  • RE: memory not releasing

    Check the Total and Target memory counters?

    As said SQL will not release memory until OS is under pressure. are you sure queries sre performing bad due to memory issue?

    Did...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Logfile growth

    Change the growth option of the log file to in MBS instead of in percentage.

    Check if there is any BULK operation is going you can change the reciovery model...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Maintenance Plan failure

    What changed have you made to the server?

    Check if the job owner have suifiicient privilleges?

    "More Green More Oxygen !! Plant a tree today"

  • RE: Restoring data - remote server - cluster

    We have similar setup, backup to the network shared location and restored the same backup to a diff test server for QA testing.

    "More Green More Oxygen !! Plant a tree today"

Viewing 15 posts - 91 through 105 (of 433 total)