Viewing 15 posts - 46 through 60 (of 114 total)
EXEC msdb.dbo.sp_send_dbmail
@profile_name ='SAGAR',
@recipients=N'ssonawane@systime.net',
@subject ='Policy Alert',
@query='SELECT TOP 100 [EvaluatedServer]
,[EvaluatedPolicy]
,[EvaluatedObject]
,[PolicyResult]
...
March 5, 2012 at 12:52 am
Divine Flame (2/9/2012)
However, as you said that you are going...
February 9, 2012 at 8:05 pm
Complexity??? I guess no complexity will be there.... just found on web ....
Let's build a more complete strategy now: You can take a full backup every day, then diffs...
February 9, 2012 at 12:51 am
I mean If I schedule backup for F1
as
Full Backup (Everyday)
Differential Backup (Every 4 Hours)
Log backup every 15 mins.
what risk will be involved? in terms of time? or recovery??
February 8, 2012 at 11:21 pm
You can configure email alerts for this.
And you can use free web services that can sms the emails arrived.
February 7, 2012 at 10:51 pm
MysteryJimbo (2/2/2012)
Saga... (2/2/2012)
Thank you Howard & Grant. I will try to make memory availability at least 8Gb
Thats still pretty slim. I have more than that on my Windows...
February 3, 2012 at 5:16 am
Thank you Howard & Grant. I will try to make memory availability at least 8Gb
February 2, 2012 at 6:15 am
I have mentioned machine details that I am having.
I want to create 4 different SQL servers on 4 VMware clients(on single machine). Production, dev, QUA etc.
I want to test...
February 2, 2012 at 5:05 am
Please no one commented. 🙁
I want to create SQL Multiserver environment of atleast 4-5 Sql Servers .
February 2, 2012 at 4:36 am
I have scheduled Jobs for SQL backups. for daily, weekly and monthly.
Found last months backup output as 54217 rows.
manually its not possible to check job history.
Can you...
December 29, 2011 at 10:32 pm
As I found query for backup history from msdb..backupset
select database_name,backup_start_date,backup_finish_date,type, backup_size from msdb.dbo.backupset WHERE (CONVERT(datetime, msdb.dbo.backupset.backup_start_date, 102) >= GETDATE() - 30)
ORDER BY
msdb.dbo.backupset.database_name,
...
December 29, 2011 at 10:22 pm
Thanks TAVA for reply.
Actually I was seeking information for the failed backups in SQL Server. (Those backups which are not successful. We can notify it in error log, job...
December 28, 2011 at 9:14 pm
It is the maximum server memory supported by SQL Server. You can calculate!!
November 23, 2011 at 12:09 am
Viewing 15 posts - 46 through 60 (of 114 total)