In my role I use SSIS occasionally. In my lastest package I have used a Script Task. My machine is more than fast enough, runs 64 bit and has heaps of memory but whenever I try to edit a script I must wait nearly a minute for the code to load. I'm using VS 2012 and SQL 2012. Any ideas, continually going out of the Scriptmain.cs, especially to fix such finicky little problems is taking forever. Any ideas would be appreciated.
Asked
Active
Viewed 4,233 times
3
-
Can it be that your virus scanner is being too busy scanning the VS files? – milivojeviCH Nov 25 '12 at 23:32
-
Perhaps you're seeing this problem? http://stackoverflow.com/questions/8570200/how-to-stop-ssis-from-phoning-home – Pondlife Nov 26 '12 at 20:39
-
Faster to just edit with the text editor in VS. Sure you lose intellisense, but this thing is painfully slow to deal with. Not to mention we have to close the script window every time we make a change. Sheesh – Jason Us Jun 09 '19 at 00:25
1 Answers
0
On the Windows control panel, "Internet Options" / "Advanced", under the "Security" group, uncheck "Check for publisher’s certificate revocation". Log off and log on again.

ljeremias
- 11
- 2
-
Even if this fixes the problem, it is [not recommended](http://social.technet.microsoft.com/wiki/contents/articles/964.certificate-revocation-list-crl-verification-an-application-choice.aspx) because it disables an important security feature – Pondlife Jan 18 '13 at 16:16
-
I've read a few things, including this one, which indicate the whole thing is a flawed idea, just turn it off: https://www.imperialviolet.org/2014/04/19/revchecking.html – Nick.Mc Feb 04 '15 at 22:40
-
-
I did not see where the Certificate Revocation List had an effect on the overall time it takes to load the scripting task. I found a location where it was listed on Connect.Microsoft.com but Microsoft scrapped that program. – Jamie Oct 17 '20 at 16:04