Showing posts with label requires. Show all posts
Showing posts with label requires. Show all posts

Wednesday, March 28, 2012

Installing MS sql server 2000 on win 2003 server

How do I do this when my instalation cd is an old veriosn with no SPs? Win
2003 requires MS SQL 2000 SP3 sp what do I do?

Regards
Anders> When you get the prompt saying that it must be SP3 you can continue to the
> end of the installation as per normal. You should then install SP3
> immediately before you do anything else. SP3a can be download from the
> microsoft web site.

Actually not. It says:

Ms SQL Server 2000 Enterprise Ediditon server componenet is not supportet on
this operating system. Only client componentes will be avaible for
instalation.

I juts read that before SQL server 2000 could run i would need SP3. But I
get no chance of installing it. Is it because its enteprise edition?

ANders|||> When you get the prompt saying that it must be SP3 you can continue to the
> end of the installation as per normal. You should then install SP3
> immediately before you do anything else. SP3a can be download from the
> microsoft web site.

Ahhhh. Stupid stupid me. So embarrassed. Id used my locally cdrom drive as
mountet network drive. Somehow i have manished to click on autorun menu at
my local computer! Thougt the popup window was on the server. (Using VNC)

Anyay thx. I'll just crawl back in my hole.

Anders

Monday, March 26, 2012

Installing error for SQL Server 2000 SP4

I am installing SQL 2000 SP-4 & at one point after clicking next,
next
i am getting this error message "Setup requires an additional 3072kb
free space on E:" Where this Drive E: is on SAN Storage & as 13GB
free
space, i tried "Retry" 3-4 times & getting same error. So i "CANCEL"
&
rebooted server to rule out all possibilities & after reboot i
started
setup process again came to the same error message that is mentioned
earlier. even though i have 13GB free space i don't know where the
problem is. any help is appreciated. thanking in advance.
<myrights99@.gmail.com> wrote in message
news:1175623943.799477.108990@.d57g2000hsg.googlegr oups.com...
>I am installing SQL 2000 SP-4 & at one point after clicking next,
> next
> i am getting this error message "Setup requires an additional 3072kb
> free space on E:" Where this Drive E: is on SAN Storage & as 13GB
> free
> space, i tried "Retry" 3-4 times & getting same error. So i "CANCEL"
> &
> rebooted server to rule out all possibilities & after reboot i
> started
> setup process again came to the same error message that is mentioned
> earlier. even though i have 13GB free space i don't know where the
> problem is. any help is appreciated. thanking in advance.
>
Sounds like a permissions issue.
Greg Moore
SQL Server DBA Consulting Remote and Onsite available!
Email: sql (at) greenms.com http://www.greenms.com/sqlserver.html
sql

Installing error for SQL Server 2000 SP4

I am installing SQL 2000 SP-4 & at one point after clicking next,
next
i am getting this error message "Setup requires an additional 3072kb
free space on E:" Where this Drive E: is on SAN Storage & as 13GB
free
space, i tried "Retry" 3-4 times & getting same error. So i "CANCEL"
&
rebooted server to rule out all possibilities & after reboot i
started
setup process again came to the same error message that is mentioned
earlier. even though i have 13GB free space i don't know where the
problem is. any help is appreciated. thanking in advance.<myrights99@.gmail.com> wrote in message
news:1175623943.799477.108990@.d57g2000hsg.googlegroups.com...
>I am installing SQL 2000 SP-4 & at one point after clicking next,
> next
> i am getting this error message "Setup requires an additional 3072kb
> free space on E:" Where this Drive E: is on SAN Storage & as 13GB
> free
> space, i tried "Retry" 3-4 times & getting same error. So i "CANCEL"
> &
> rebooted server to rule out all possibilities & after reboot i
> started
> setup process again came to the same error message that is mentioned
> earlier. even though i have 13GB free space i don't know where the
> problem is. any help is appreciated. thanking in advance.
>
Sounds like a permissions issue.
Greg Moore
SQL Server DBA Consulting Remote and Onsite available!
Email: sql (at) greenms.com http://www.greenms.com/sqlserver.html

Installing error for SQL Server 2000 SP4

I am installing SQL 2000 SP-4 & at one point after clicking next,
next
i am getting this error message "Setup requires an additional 3072kb
free space on E:" Where this Drive E: is on SAN Storage & as 13GB
free
space, i tried "Retry" 3-4 times & getting same error. So i "CANCEL"
&
rebooted server to rule out all possibilities & after reboot i
started
setup process again came to the same error message that is mentioned
earlier. even though i have 13GB free space i don't know where the
problem is. any help is appreciated. thanking in advance.<myrights99@.gmail.com> wrote in message
news:1175623943.799477.108990@.d57g2000hsg.googlegroups.com...
>I am installing SQL 2000 SP-4 & at one point after clicking next,
> next
> i am getting this error message "Setup requires an additional 3072kb
> free space on E:" Where this Drive E: is on SAN Storage & as 13GB
> free
> space, i tried "Retry" 3-4 times & getting same error. So i "CANCEL"
> &
> rebooted server to rule out all possibilities & after reboot i
> started
> setup process again came to the same error message that is mentioned
> earlier. even though i have 13GB free space i don't know where the
> problem is. any help is appreciated. thanking in advance.
>
Sounds like a permissions issue.
Greg Moore
SQL Server DBA Consulting Remote and Onsite available!
Email: sql (at) greenms.com http://www.greenms.com/sqlserver.html

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

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