Viewing 15 posts - 226 through 240 (of 648 total)
Email not received from database even rows available as below query.. could suggestion me, what could be worng as below coding..I want receive email when rows available if no rows...
September 6, 2013 at 5:36 am
Ok. understand...
I changed EXISTS instead of NOT EXISTS..Mail not received because no rows selected that Query currently..
I have configured in SQL Jobs and run it every 5 mints then...
September 5, 2013 at 3:09 am
Thanks for reply..
I want send email the same query result.. But I don't want send mail if Diff value=0
September 5, 2013 at 1:39 am
could anyone suggestion me as below coding condition matching or not? if diff value = 0
if NOT EXISTS (Select A.MACHINE, A.Instance, B.InstanceA,
(B.InstanceA-A.Instance) as Diff from (select MACHINE, COUNT(*)
...
September 5, 2013 at 1:25 am
The below code working fine... I want send mail when difference data apperaing.. output like below, if Difference data = 0 don't want send mail.
Machine-CM6
Instance -23
InstanceA -19
Diff -4
EXEC...
September 5, 2013 at 12:34 am
GilaMonster (8/22/2013)
August 22, 2013 at 5:05 am
Thanks for clarification,
I am going to configure DBCC CHCKDB for all database t monthly once.. could you suggestion me? shloud I go for thru maintenance plan or Mr.ola-allengren coustmize script?
August 22, 2013 at 4:48 am
I want to know one things,
Enable - Checksum option
if corruptions happend that database by automatically Database backup also failed, so we comes know and checking in error log any...
August 22, 2013 at 4:24 am
Hi Steve Jones, I have doubt CHECKDB and CHECKSUM.
DBCC CHECKDB - it is allocate the huge resource for checking database Integrity & consistancy operation.
CHECKSUM - it is verify page level...
August 21, 2013 at 10:22 pm
I got it....
In my case current service pack is (sp1) already updated on Instance.
I could install SP3 only and not required latest CU12..
In SP3 included that hot fix as...
August 21, 2013 at 1:06 am
ok.. Thanks for replay
First update SP3 and then apply latest Cumulative update package 12 for SQL Server 2008 SP3, is it correct ?
August 21, 2013 at 12:48 am
Ok..
That error was fixed with CU6 of SP3.. SQL SERVER 2008 32 bit
Pl. confirm as below steps for updating SP3 and CU6
1. Install SP3
2. Install CU1, CU2....CU6 ( i need...
August 21, 2013 at 12:22 am
Thank you for replay
As per BOL, forcing service facilitates resynchronizing the databases (with possible data loss) when mirroring resumes and make it mirror database online..
Is it possible how much data...
August 15, 2013 at 10:48 pm
I have doubt.. I have Mirror setup manual failover without witness server
If Principal server is down due to N/W or H/W issues, In this cause mirror database condition is Restoring...
August 14, 2013 at 3:37 am
Hi
ALTER DATABASE<Databasename> SET PARTNER FORCE_SERVICE_ALLOW_DATA_LOSS
Instead of above query, can we run as below query for make it online in MIRROR Database..? Mirror database always sychronizing/Restoring mode. wheather High performance...
August 14, 2013 at 3:13 am
Viewing 15 posts - 226 through 240 (of 648 total)