Viewing 15 posts - 76 through 90 (of 180 total)
We have one Servers for our customers and another one for Reporting,
We have one key database for our customers which gets updated, and we have a log shipping for that...
April 19, 2012 at 11:48 am
The reason we have simple recovery is we do not use transaction log in case of recovery, we have the daily backup done on symantec
April 19, 2012 at 9:53 am
Everything looked fine to me, I had to restart the SQL Agent Job, and that make the notification working,
April 19, 2012 at 9:34 am
My Qusetion:
All our databases are in Simple Mode, we do not use transaction logs for recovery purposes, there is one database we have created the log shipping for, secondary server...
April 19, 2012 at 9:32 am
I will have the same version, I will upgrade them to SQL 2008 R2
April 18, 2012 at 12:45 pm
I am still not receiving the notification after the job fails
April 18, 2012 at 11:52 am
sorry, I am going to notification tab of job and select the email address
April 18, 2012 at 11:47 am
USE [msdb]
GO
/****** Object: StoredProcedure [dbo].[xp_sendmail] Script Date: 04/18/2012 13:21:36 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROC [dbo].[xp_sendmail]
@recipientsvarchar(max)=NULL,
@messagevarchar(max)=NULL,
@queryvarchar(max)=NULL,
@attachmentsvarchar(max)=NULL,
@copy_recipients varchar(max)=NULL,
@blind_copy_recipientsvarchar(max)=NULL,
@subjectvarchar(max)=NULL,
@typesysname=NULL,
@attach_resultschar(5)=NULL,
@no_outputchar(5)=NULL,
@no_headerchar(5)=NULL,
@widthint=9,
@separatorchar(1)='',
@echo_errorchar(5)=NULL,
@set_usersysname=NULL,
@dbusesysname=NULL,
--call parameters outside the range of old xp_sendmail call
@profile_namesysname=NULL,
@body_formatVARCHAR(20)='TEXT',
@importanceVARCHAR(6)='NORMAL',
@sensitivityVARCHAR(12)='NORMAL',
@query_attachment_filenameNVARCHAR(260)=NULL,
@append_query_errorBIT=0, ...
April 18, 2012 at 11:30 am
What is the better way for me you suggest, data mirroring or replication, where I can get the best knowledge for replication please
April 18, 2012 at 11:14 am
You have a point here, The Reporting Server I have is 2008R2 and Primary is 2008
April 18, 2012 at 10:47 am
I want to make it standby/readonly as secondary server is just for reporting purposes
April 18, 2012 at 10:34 am
Viewing 15 posts - 76 through 90 (of 180 total)