Viewing 15 posts - 91 through 105 (of 434 total)
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...
September 16, 2010 at 1:26 am
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...
September 16, 2010 at 1:14 am
I think sturner had replied the same above.
September 16, 2010 at 1:10 am
SQL Girl (9/15/2010)
TITLE: Microsoft SQL...
September 16, 2010 at 1:01 am
mjkreddy1927 (9/15/2010)
Please advice its very urgentHow 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...
September 16, 2010 at 12:50 am
use the sys.partitions view
for detail can be found in http://www.sqlservercentral.com/articles/partition/64740/
September 16, 2010 at 12:43 am
You will find plenty of white papers on net.
download.microsoft.com/.../SQLServer2008FailoverCluster.docx
September 16, 2010 at 12:34 am
d.qureshi (9/15/2010)
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...
September 16, 2010 at 12:29 am
We have setup weekly full backup with daily diff. backup on the primary server. You can try the same.
September 13, 2010 at 1:49 am
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...
September 13, 2010 at 1:39 am
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...
September 9, 2010 at 1:32 am
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...
September 7, 2010 at 4:01 am
What changed have you made to the server?
Check if the job owner have suifiicient privilleges?
September 7, 2010 at 3:56 am
We have similar setup, backup to the network shared location and restored the same backup to a diff test server for QA testing.
August 30, 2010 at 4:21 am
Viewing 15 posts - 91 through 105 (of 434 total)