Viewing 15 posts - 1,471 through 1,485 (of 1,949 total)
lshanahan (10/22/2013)
I see Steve's point, but I honestly learn more from forums like this than most blogs. Easier to find stuff here, too.
I, too, can find things easier here....
October 22, 2013 at 8:05 am
tim.hidalgo 98121 (10/16/2013)
We use office365 and our sys engineer setup a relay for us to use with SQL.
Oh, OK, then I'd better get a hold of my sys admin and...
October 16, 2013 at 12:59 pm
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
Viewing 15 posts - 1,471 through 1,485 (of 1,949 total)