Viewing 15 posts - 6,106 through 6,120 (of 13,469 total)
so you have a linked server for ISCSGSWEBUP01, right?
did you specify which credentials should be used when accessing it?
could it be that YOU, as a sysadmin, have matching credentials on...
January 12, 2012 at 10:15 am
i think it has to do with the way you have the linked server set up;
if you look at it graphically, you want to make sure the radio button that...
January 12, 2012 at 10:12 am
can you show a screenshot of your dbmail profile you created? that might give us some more information.
January 12, 2012 at 10:05 am
i like to use a company and contact as examples.
a Company is an entity.
a table describing that entity, might include fields for the name, address, website and more.
then an...
January 12, 2012 at 9:45 am
wissam ismail (1/12/2012)
it worked on outlook, but not on SQL database Mail :angry:
oops spoke too soon then.
Jacks suggestion on checking the firewall is the first thing to check.
if that is...
January 12, 2012 at 9:40 am
wissam ismail (1/12/2012)
hi,I added the configuration same as I tested it and worked on outlook!
sweet! i was just about to post something about "Could not connect to mail server." and...
January 12, 2012 at 9:28 am
jr.sqldba (1/12/2012)
Thank you lowell
you are very welcome! good luck!
January 12, 2012 at 9:27 am
also, doublec check which email address you are using.
i know, for exmaple, from one of my mail servers, my from address must be the same as the email address realted...
January 12, 2012 at 9:22 am
wierd; you are getting the same error as before when you look in failed items?
SELECT
err.[description],
fail.*
FROM [msdb].[dbo].[sysmail_event_log] err
inner join [msdb].[dbo].[sysmail_faileditems] fail
...
January 12, 2012 at 9:18 am
wissam ismail (1/12/2012)
I have set up database mail.
I know the settings are correct because I use the same ones for MS Outlook on the same machine.
I am getting the following...
January 12, 2012 at 9:02 am
it might be easier to simply do it via TSQL:
select definition from sys.triggers
January 12, 2012 at 8:56 am
The idea is related to workflow and testing, and making sure you have a decent (rigid) testing dfunctionality before anything gets deployed to "production"
first, what are we trying to avoid:...
January 12, 2012 at 8:45 am
I'm under the impression that by using the default parameter, it reads all the automatically created rollover files.
http://msdn.microsoft.com/en-us/library/aa258856(v=sql.80).aspx
January 12, 2012 at 7:53 am
here's a snippet that woudl generate a CREATE view statement for your traces;
default naming convention of VW_TRACE_[traceid]
SELECT
' CREATE VIEW master.dbo.VW_Trace_' + CONVERT(varchar,id) + '
...
January 12, 2012 at 7:20 am
Viewing 15 posts - 6,106 through 6,120 (of 13,469 total)