Viewing 15 posts - 1,456 through 1,470 (of 1,932 total)
We went to Office 365 months ago, and it worked fine then. The only thing that's different now is having migrated to SQL 2012.
October 16, 2013 at 8:53 am
Sean Pearce (10/16/2013)
The mail server is not authenticating the sender (your SQL Server). Are you using an exchange server?
I believe the answer to your question is yes. We have Office...
October 16, 2013 at 8:08 am
Bhuvnesh (10/15/2013)
Check if email address is right or not ? and another thing profile has been configured correctly ?
As far as I can determine, the profile has been set correctly....
October 15, 2013 at 12:56 pm
Thank you, that was very useful. I've run the SELECT statement that you gave me in msdb and here's the results:
The mail could not be sent to the recipients because...
October 15, 2013 at 12:46 pm
John Jakob (10/14/2013)
If you try something like this:
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'DBMailPublicProfile', ...
October 15, 2013 at 7:53 am
J Livingston SQL (10/8/2013)
does this help?
Thank you, this does help, but I wonder about setting up an on-premise SMTP server? We didn't have to do that before, when we had...
October 8, 2013 at 12:59 pm
We have now migrated to SQL Server 2012, with SSRS 2012. Does SSRS 2012 allow for multiple sorts, or do you still suggest that we use a report parameter?
October 8, 2013 at 7:53 am
Just an addendum, the more I think about this, the less I think that I actually had a disk for service pack 1 for SQL Server 2008 R2. I believe...
October 1, 2013 at 11:36 am
Thank you, Koen and Grant.
September 30, 2013 at 8:40 am
Thank you, Gail, for your answer. Now I'm trying to work out the correct syntax. It looks as though I should use the GRANT statement. I've created a custom role...
September 30, 2013 at 8:12 am
GilaMonster (9/27/2013)
Grant those roles to the user, you can't afaik nest roles.
Hi Gail,
I'm confused, I'm sorry. I thought that the MSDN article that Bhuvnesh pointed to said that you could...
September 27, 2013 at 12:54 pm
OK, Bhuvnesh and Gail, I've created a new role, but adding db_datareader and db_datawriter has me stumped. I've tried doing it through the SSMS GUI, but it won't let me,...
September 27, 2013 at 9:47 am
Viewing 15 posts - 1,456 through 1,470 (of 1,932 total)