Viewing 15 posts - 1 through 15 (of 40 total)
When I do that I get blanks in the dbrole column and garbage in the memername column:
CREATE TABLE #temp (
DatabaseName VARCHAR(128),
dbrole VARCHAR(40),
membername VARCHAR(40)
);
GO
declare @query nvarchar(2000)
set @query = 'USE...
March 24, 2015 at 3:02 pm
3 jobs are configured to send notification to account W; 3 configured to send noti to account X; 3 configured to send noti to account Y. when all 9...
February 23, 2012 at 11:56 am
Using the wizard does not add a row to msdb.dbo.sysmail_principalprofile, either.
February 23, 2012 at 11:40 am
zero rows. there are no rows in msdb.dbo.sysmail_principalprofile.
February 23, 2012 at 9:56 am
i don't.
the default should be set when u enable dbmail. this is the issue... the dfault shows as account 2 while the emails show as FROM account 3.
February 23, 2012 at 9:12 am
I appreciate the replies.
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 it...
February 23, 2012 at 9:06 am
In looking at results from 'select * from msdb.dbo.sysmail_account' I do see the display name for another count is what's showing in the FROM: of the notification email. However,...
February 23, 2012 at 8:36 am
Thanks for the reply.
Could you be more specific?
The sp is in the yo schema. Where do I look to see who is the owner of the sp? I...
June 9, 2009 at 8:40 am
thanks ramesh
another question:
when i execute:
execute ('select * From fn_my_permissions(NULL, ''SERVER'')') AS USER = 'firstuser'
REVERT
i get no rows returned; however, when i execute:
EXECUTE AS LOGIN = 'firstuser'
GO
SELECT *
FROM fn_my_permissions(NULL, 'SERVER');...
April 2, 2009 at 10:17 am
I did find this article:
http://msdn2.microsoft.com/en-us/library/bb153838.aspx
However, when I right click the 2000 maint plan as it says to do, 'Migrate' isn't an option and I am sysadmin.
Any comments appreciated. Thanks
September 5, 2007 at 1:04 pm
Viewing 15 posts - 1 through 15 (of 40 total)