Viewing 15 posts - 616 through 630 (of 757 total)
Perry Whittle (2/4/2012)
yes, it is possible. Are you using the mirroring GUI or T-SQL?
Thanks
I'm using the GUI
February 6, 2012 at 12:15 am
That has nothing to do with the procedure
February 1, 2012 at 5:37 am
Ninja's_RGR'us (1/4/2012)
derekr 43208 (1/4/2012)
Ninja's_RGR'us (1/4/2012)
I have a few jobs that save data to a perm table, then the last step of the job (no error...
January 5, 2012 at 4:35 am
Ninja's_RGR'us (1/4/2012)
I have a few jobs that save data to a perm table, then the last step of the job (no error exit path), you...
January 4, 2012 at 8:00 am
MysteryJimbo (1/4/2012)
January 4, 2012 at 7:58 am
Try this
DECLARE @Sales DECIMAL (18,2)
DECLARE @Commission ...
December 29, 2011 at 6:52 am
mahesh.dasoni (12/22/2011)
Create a operator & then go to job properties->Notification->select email when job succeeds.
The poster wants to be notified in the event of the job finishing and when it fails,...
December 22, 2011 at 3:27 am
SKYBVI (12/21/2011)
first configure database mailthen create a sql job
inside job there is an option notifications
write email id in that ...
Regards,
Skybvi
Those options allow for send mail when job finishes or...
December 21, 2011 at 5:57 am
alishaik001 (12/21/2011)
here Name is the fieldName and Employee is the TableName;
SELECT Name FROM Employee GROUP BY Name HAVING ( COUNT(Name) >= 1 );
From this query I got...
December 21, 2011 at 5:21 am
alishaik001 (12/21/2011)
I get this by the following query:SELECT Column_Name FROM TableName GROUP BY Column_Name HAVING ( COUNT(Column_Name) >= 1 );
Inbetween SELECT and Column_Name add the keyword DISTINCT - That should...
December 21, 2011 at 5:13 am
Viewing 15 posts - 616 through 630 (of 757 total)