Viewing 15 posts - 31 through 45 (of 130 total)
Thank You :-):-):-):-):-):-) !!! Its working now :-):-):-):-):-)
December 27, 2011 at 11:57 pm
First you need to create an Operator(The Operators option can be found when U drop down the Sql Server Agent menu).
When a Maintenance plan is created a Job will also...
December 27, 2011 at 5:18 am
My other requirement is:
I am inserting values into my table test.
The attributes are:
col1
col2
status
Now when inserting if I insert 3 into status, i need to generate a trigger which will send...
December 26, 2011 at 6:59 am
I figured it out
USE Test;
GO
CREATE TRIGGER ColumnChanges
ON DATABASE
FOR ALTER_TABLE
AS
-- Detect whether a column was created/altered/dropped.
DECLARE @Message varchar(200);
DECLARE @Message1 varchar(100);
DECLARE @Message2 varchar(100);
SET @Message1='The folowing Changes have been applied to...
December 26, 2011 at 6:31 am
Let me check with the IT guys about the SMTP settings.
December 16, 2011 at 12:09 am
Hakuna Matata (11/24/2011)
ravisamigo (11/24/2011)
Hi All,Can someone please advise me on this.
Thanks and Regards,
Ravi.
Hope this helps 🙂
When I upgraded my Eval to DataCenter for testing purpose...
November 24, 2011 at 5:50 am
ravisamigo (11/24/2011)
Hi All,Can someone please advise me on this.
Thanks and Regards,
Ravi.
Hope this helps 🙂
November 24, 2011 at 5:39 am
Eralper (11/23/2011)
Were you able to find why it creates emails so frequent?
Still have no idea , why it generated so mails. The schedule was every hour. If somebody can...
November 23, 2011 at 2:10 am
I cracked it. I had to first remove the subscription & then delete the report from Report Manager.
November 23, 2011 at 1:30 am
Under normal circumstances the client is created using the application. When the clients to be created is high they provide me an excel to populate the tables. There is no...
November 19, 2011 at 2:59 am
Thats right I did get it from google
EXECUTE SP_CONFIGURE 'show advanced options', 1
RECONFIGURE WITH OVERRIDE
GO
EXECUTE SP_CONFIGURE 'Ad Hoc Distributed Queries', '1'
RECONFIGURE WITH OVERRIDE
GO
EXECUTE SP_CONFIGURE 'show advanced options', 0
RECONFIGURE...
November 17, 2011 at 5:57 am
Maddy...! (11/9/2011)
The scenario is something like this :
I have two instances of sql server 2008 r2 on the same...
November 9, 2011 at 6:46 am
Dev @ +91 973 913 6683 (11/9/2011)
The main purpose is if I have made any change to the field(such as change the name of field) , i need to update...
November 9, 2011 at 6:36 am
Thanks a ton Lowell for the help. I am able to retrieve the Tables referencing the Field.:-):-):-):-)
November 9, 2011 at 6:23 am
Viewing 15 posts - 31 through 45 (of 130 total)