Viewing 15 posts - 31 through 45 (of 48 total)
check with your exchange server team, is it allowed to use SMTP server to send mail from your server IP.
March 21, 2014 at 4:05 am
Yes I have configured the same package to run from sql agent.
It was executing successfully before last two days.
March 21, 2014 at 4:00 am
Create new SQL Server Login and map that login to your required database.
After mapping you need to assign db_datareader role to user.
March 11, 2014 at 2:26 am
Thanks Koen Verbeeck,
I just re-entered the passwords into connection manager.
That's really work for me.
Thanks for your all prompt reply. 🙂
March 10, 2014 at 6:30 am
Thanks Koen Verbeeck for your reply and
Thanks SQLCJ for your helpful link.
Now I have changed protection level of package to "EncryptSensitiveWithPassword"
It is working fine on some of my packages, but...
March 10, 2014 at 5:43 am
Hi,
thanks for your prompt reply,
I have used "EncryptSensitiveWithUserKey" as protection level
March 10, 2014 at 4:28 am
Hi Lowell,
It is giving me following error,
TITLE: Microsoft SQL Server Management Studio
------------------------------
The linked server has been updated but failed a connection test. Do you want to edit the linked server...
February 28, 2014 at 1:26 am
Thanks for your reply,
My issue got solved ,I just updated my host file from drives\etc folder,
I added IP address and host name into the file in both server. :-):-):-)
September 20, 2013 at 2:26 am
I have one server in domain and another is in workgroup.
The one which is in Domain on that server i am executing the query and the procedure is on server...
September 17, 2013 at 5:34 am
I tried it like
Inser into #tmp
Exec linkedserver.db.dbo.mysp
Then it is giving me error but when I directly run following statement then it gives me output
linkedserver.db.dbo.mysp
September 13, 2013 at 10:59 am
No it is not.
I have also tried to execute other sp using same linked server but it is giving me same error.
September 13, 2013 at 10:49 am
Hi,
I have tried it like setting first recovery option for service --> run program
and there I have specified file location for windows task to send mail.
But it is asking...
May 27, 2013 at 4:34 am
Hi Matthew,
I have tried this but it is giving me error.
May 24, 2013 at 3:08 am
Thanks for your reply it worked on sql server 2008, but
on sql server 2005 it is giving me following error
Msg 195, Level 15, State 10, Line 4
'CONNECTIONPROPERTY' is not a...
May 23, 2013 at 5:08 am
Viewing 15 posts - 31 through 45 (of 48 total)