Viewing 15 posts - 466 through 480 (of 1,219 total)
Sorry for the late reply, I have not had the time to reply. And that I have much to reply. With the settings you posted, it should work. There is...
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
April 16, 2014 at 3:17 pm
Sorry, I managed to mix up the catalog views. It's the output from sys.linked_logins we need to see. On VORTEX. The settings on the target server are not of interest.
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
April 15, 2014 at 4:21 am
Can you post the output from sys.servers and sys.remote_logins for this servers, so that we get an understanding of your current status?
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
April 15, 2014 at 3:00 am
The login you set up in the login mapping must be an SQL Server login. You cannot login to SQL Server windows login and password. To login to SQL Server...
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
April 14, 2014 at 3:34 pm
If there is no record of the successful login from the intruder, it is difficult to track.
But unless sa had a blank password or something else guess at first attempt,...
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
April 2, 2014 at 2:07 pm
Keeping the network engineer in a leash sounds like a good start. :--)
Disabling sa is also a good start. Disabling SQL authentication is even better for accidents like this, but...
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
April 2, 2014 at 1:40 pm
Yes, sa could create an executable file on the server. For instance by first inserting the binary string into a table, and the exporting it to file with BCP through...
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
April 2, 2014 at 12:28 pm
I see that Barry already has attempted to answer your questions, so I will not try to since there are so many of them. 🙂
However, in this article on my...
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
March 27, 2014 at 3:06 pm
This thread is also going on at
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
March 12, 2014 at 4:25 pm
rcraig 51362 (3/8/2014)
You don't know by chance where to configure encryption in ssis though? I did not see any options that do this.
There is not much I know about SSIS,...
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
March 9, 2014 at 4:10 am
It still not clear to me: does SSIS connect directly to your site? Or does it connect to a server at the client where it inserts data into a table...
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
March 8, 2014 at 4:19 pm
Hm, exactly which connections did you specify to be encrypted? You talk both about SSIS and a linked server, and that's definitely two different things. If you move data through...
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
March 8, 2014 at 12:59 pm
I will have to admit that I have not worked much with encrypted connections. But from what I read in Books Online, it should be possible. You need to set...
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
March 8, 2014 at 12:36 pm
When you create the linked server, you need to provide "Encrypt=yes" in the @provstr argument to sp_addlinkedserver. Obviously, both servers need to have the same certificate for the encryption to...
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
March 8, 2014 at 11:12 am
What is the architecture of the application? Web app? Three-tier with a separate application server? Or does the user run the application from his desktop and the application connects directly...
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
March 6, 2014 at 10:05 am
Viewing 15 posts - 466 through 480 (of 1,219 total)