Friday, March 23, 2012

Installing .NET Framework on a sql server

We have a DTS package which use .NET Exe as 'Execute Process Task'.
As this is a .NET application, it requires .NET Framework. Can we
install .NET Framework on a Production SQL Server.
What are other options?
Thanks a lot for the help.
PalsIf you want to run a .NET application, you have to install the framework. I
have had no problems having the framework on an SQL server. Be aware that
the ADO.NET components require that you update MDAC to at least 2.7 so that
may affect you.
Christian Smith
"DoNotReply" <palmskumar@.yahoo.com> wrote in message
news:31f15ba6.0402201342.13afff7@.posting.google.com...
> We have a DTS package which use .NET Exe as 'Execute Process Task'.
> As this is a .NET application, it requires .NET Framework. Can we
> install .NET Framework on a Production SQL Server.
> What are other options?
> Thanks a lot for the help.
> Pals

No comments:

Post a Comment