Viewing 15 posts - 1,546 through 1,560 (of 2,647 total)
Are you referring to replication? If so, you can go to the publisher, expand "replication", expand the "Publications", choose the one you want and expand it, then right-click on the...
February 23, 2012 at 10:20 am
Satya_0000 (2/23/2012)
What are the best way to deal with Suspect database issue.
I don't understand what you are referring to. Can you please provide more detail?
February 23, 2012 at 10:13 am
Sounds like a problem to me... Something was not configured correctly when setting up database mail. What if you go into the wizard and modify a profile all the way...
February 23, 2012 at 10:02 am
hat are the results if you remove the WHERE clause?
February 23, 2012 at 9:40 am
Figured it out...
SELECT *
FROM msdb.dbo.sysmail_profile p
JOIN msdb.dbo.sysmail_principalprofile pp
ON p.profile_id = pp.profile_id
WHERE pp.is_default = 1
February 23, 2012 at 9:23 am
anthony.green (2/23/2012)
SQLKnowItAll (2/23/2012)
Sorry... My point there was that the default has been changed, but SQL Agent probably has not been restarted.Forgot about that, always catches me out, something so simple
:-)...
February 23, 2012 at 9:19 am
Sorry... My point there was that the default has been changed, but SQL Agent probably has not been restarted.
February 23, 2012 at 9:16 am
When did the default change from account3 to account2?
February 23, 2012 at 9:14 am
rocky (2/23/2012)
I did the selects on the system tables like anthonly suggested.
I see 3 dbmail profiles and accounts. when ANY job on the instance completes...
February 23, 2012 at 9:09 am
anthony.green (2/23/2012)
rocky (2/23/2012)
February 23, 2012 at 8:51 am
Does this help?
From http://msdn.microsoft.com/en-us/library/ms188609.aspx
Comma-separated value (CSV) files are not supported by SQL Server bulk-import operations. However, in some cases, a CSV file can be used as the data file for...
February 23, 2012 at 8:48 am
The mail profile that the database mail uses to send is mutually exclusive from the operator; they are unrelated. An operator is who it sends to in this case....
February 23, 2012 at 8:42 am
dnolan5323 (2/23/2012)
February 23, 2012 at 8:35 am
David Burrows (2/23/2012)
bulk load the data
then select the relevent detail associated to...
February 23, 2012 at 7:57 am
Viewing 15 posts - 1,546 through 1,560 (of 2,647 total)