Showing posts with label version. Show all posts
Showing posts with label version. Show all posts

Friday, March 23, 2012

Hi.. friends get set go is my position

Hi friends,

I had download the trial version of SLQ Server 2000 (190 Days Trials).But the sad think is i dont know how to get start with it :( . I have planned wat i want to do and wat i have to be..

I want to practice to get connecting the asp and SQL server . Now iam using ASP and Ms access and I confuse iam not a master brain in ASP . How i want an idea to get set go ...with this SQL server and connecting client tool and these active server page ect. ect...

Please anybody give me an idea to get start with this things and direct me from where should i start with ...

PlZzzz...

anukagniyou can refer http://w3schools.com this is a best site for starters

http://w3schools.com/asp/asp_ado.asp -- for ASP
http://w3schools.com/ado/default.asp -- for ADO
http://w3schools.com/sql/default.asp -- for SQL

M.V.Kishore Reddy

Friday, March 9, 2012

Help-Can I use 4 GB memory by SQL Server2000?

There is a Server with 4G Memory. I installed a SQL Server 2000 standard
version on it.
I heard that SQLServer2000 could use only up to 2GB memory. Is it true?
How can I use those 4GB memory? I can not upgrade to SQL Server 2005 or
other version because i don't want to take this risk.
Thank you very much.True. Standard edition is limited to 2GB
--
Kevin Hill
3NF Consulting
http://www.3nf-inc.com/NewsGroups.htm
Real-world stuff I run across with SQL Server:
http://kevin3nf.blogspot.com
"Damon" <Damon@.china.com> wrote in message
news:3YChh.69507$YV4.69275@.edtnps89...
> There is a Server with 4G Memory. I installed a SQL Server 2000 standard
> version on it.
> I heard that SQLServer2000 could use only up to 2GB memory. Is it true?
> How can I use those 4GB memory? I can not upgrade to SQL Server 2005 or
> other version because i don't want to take this risk.
> Thank you very much.
>|||Thank you Kevin.
Is there any solution to use 4 GB memory by sql2000?
"Kevin3NF" <kevin@.SPAMTRAP.3nf-inc.com> wrote in message
news:uL6CwcuIHHA.4760@.TK2MSFTNGP03.phx.gbl...
> True. Standard edition is limited to 2GB
> --
> Kevin Hill
> 3NF Consulting
> http://www.3nf-inc.com/NewsGroups.htm
> Real-world stuff I run across with SQL Server:
> http://kevin3nf.blogspot.com
>
> "Damon" <Damon@.china.com> wrote in message
> news:3YChh.69507$YV4.69275@.edtnps89...
>> There is a Server with 4G Memory. I installed a SQL Server 2000 standard
>> version on it.
>> I heard that SQLServer2000 could use only up to 2GB memory. Is it true?
>> How can I use those 4GB memory? I can not upgrade to SQL Server 2005 or
>> other version because i don't want to take this risk.
>> Thank you very much.
>|||Upgrade to Enterprise Edition.
Configuration -Maximum Capacity Specifications
2000
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/architec/8_ar_ts_8dbn.asp
--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf
"Damon" <Damon@.china.com> wrote in message
news:cuDhh.69523$YV4.18832@.edtnps89...
> Thank you Kevin.
> Is there any solution to use 4 GB memory by sql2000?
> "Kevin3NF" <kevin@.SPAMTRAP.3nf-inc.com> wrote in message
> news:uL6CwcuIHHA.4760@.TK2MSFTNGP03.phx.gbl...
>> True. Standard edition is limited to 2GB
>> --
>> Kevin Hill
>> 3NF Consulting
>> http://www.3nf-inc.com/NewsGroups.htm
>> Real-world stuff I run across with SQL Server:
>> http://kevin3nf.blogspot.com
>>
>> "Damon" <Damon@.china.com> wrote in message
>> news:3YChh.69507$YV4.69275@.edtnps89...
>> There is a Server with 4G Memory. I installed a SQL Server 2000 standard
>> version on it.
>> I heard that SQLServer2000 could use only up to 2GB memory. Is it true?
>> How can I use those 4GB memory? I can not upgrade to SQL Server 2005 or
>> other version because i don't want to take this risk.
>> Thank you very much.
>>
>|||Damon (Damon@.china.com) writes:
> Thank you Kevin.
> Is there any solution to use 4 GB memory by sql2000?
Upgrade to Enterprise Edition of SQL 2000.
Which is quite more expensive than moving to SQL 2005 Standard, I believe.
--
Erland Sommarskog, SQL Server MVP, esquel@.sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx|||"Erland Sommarskog" <esquel@.sommarskog.se> wrote in message
news:Xns989DEE520DF4DYazorman@.127.0.0.1...
> Damon (Damon@.china.com) writes:
>> Thank you Kevin.
>> Is there any solution to use 4 GB memory by sql2000?
> Upgrade to Enterprise Edition of SQL 2000.
> Which is quite more expensive than moving to SQL 2005 Standard, I believe.
Would a "Named Instance" on SQL 2000 Standard be able to use most of the
remaining half of the 4GB? When I expirimented with named instances back in
2001 - and decided not to use them in a production environment - I only had
2GB in the server.
Even if possible I'm not sure this would be a good solution, just wondering
what the behavior is.
> --
> Erland Sommarskog, SQL Server MVP, esquel@.sommarskog.se
> Books Online for SQL Server 2005 at
> http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
> Books Online for SQL Server 2000 at
> http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx|||The OS will require some memory I leave 512 MB as a minimum. The remaining
memory could be divided between the various instances of SQL Server,
equally, or one instance getting 2GB and the other only 1.5GB, etc.
You would need to use the Server setting for MAX Server Memory on each
instance.
--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf
"Russ Rose" <russrose@.hotmail.com> wrote in message
news:5_-dnWp8N8-s1BrYnZ2dnUVZ_u63nZ2d@.comcast.com...
> "Erland Sommarskog" <esquel@.sommarskog.se> wrote in message
> news:Xns989DEE520DF4DYazorman@.127.0.0.1...
>> Damon (Damon@.china.com) writes:
>> Thank you Kevin.
>> Is there any solution to use 4 GB memory by sql2000?
>> Upgrade to Enterprise Edition of SQL 2000.
>> Which is quite more expensive than moving to SQL 2005 Standard, I
>> believe.
> Would a "Named Instance" on SQL 2000 Standard be able to use most of the
> remaining half of the 4GB? When I expirimented with named instances back
> in 2001 - and decided not to use them in a production environment - I only
> had 2GB in the server.
> Even if possible I'm not sure this would be a good solution, just
> wondering what the behavior is.
>> --
>> Erland Sommarskog, SQL Server MVP, esquel@.sommarskog.se
>> Books Online for SQL Server 2005 at
>> http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
>> Books Online for SQL Server 2000 at
>> http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
>|||"Russ Rose" <russrose@.hotmail.com> wrote in message
news:5_-dnWp8N8-s1BrYnZ2dnUVZ_u63nZ2d@.comcast.com...
> "Erland Sommarskog" <esquel@.sommarskog.se> wrote in message
> news:Xns989DEE520DF4DYazorman@.127.0.0.1...
>> Damon (Damon@.china.com) writes:
>> Thank you Kevin.
>> Is there any solution to use 4 GB memory by sql2000?
>> Upgrade to Enterprise Edition of SQL 2000.
>> Which is quite more expensive than moving to SQL 2005 Standard, I
>> believe.
> Would a "Named Instance" on SQL 2000 Standard be able to use most of the
> remaining half of the 4GB? When I expirimented with named instances back
> in 2001 - and decided not to use them in a production environment - I only
> had 2GB in the server.
Note for say a website, as I recall, you need a CPU license for each
physical CPU in the machine for each instance (in Standard).
However, this probably won't necessarily help. It depends on the OS.
If you're running Windows 2000 Standard, you're limited to 4 GB of physical
RAM anyway.
Now, 2 gig of physical RAM can be given to a process (3 gig if compiled with
the right options, but that raises other issues here.)
So, if you have 5 gig of physical RAM and an OS that can address all of
that, in theory this could support 2 processes each using 2 gig of physical
RAM with 1 gig reserved for the OS.
If you have less memory, obviously this won't work as well.
Quite honestly, I think your best bet if you really need the memory (and
while I'm always a fan of more memory, sometimes it's just not worth it) is
to move to SQL 2005.
> Even if possible I'm not sure this would be a good solution, just
> wondering what the behavior is.
>> --
>> Erland Sommarskog, SQL Server MVP, esquel@.sommarskog.se
>> Books Online for SQL Server 2005 at
>> http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
>> Books Online for SQL Server 2000 at
>> http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
>|||Thank you every body!
Now, I am going to move to SQL 2005.
Merry Christmas.
"Greg D. Moore (Strider)" <mooregr_deleteth1s@.greenms.com> wrote in message
news:MdRhh.917$yx6.284@.newsread2.news.pas.earthlink.net...
> "Russ Rose" <russrose@.hotmail.com> wrote in message
> news:5_-dnWp8N8-s1BrYnZ2dnUVZ_u63nZ2d@.comcast.com...
>> "Erland Sommarskog" <esquel@.sommarskog.se> wrote in message
>> news:Xns989DEE520DF4DYazorman@.127.0.0.1...
>> Damon (Damon@.china.com) writes:
>> Thank you Kevin.
>> Is there any solution to use 4 GB memory by sql2000?
>> Upgrade to Enterprise Edition of SQL 2000.
>> Which is quite more expensive than moving to SQL 2005 Standard, I
>> believe.
>> Would a "Named Instance" on SQL 2000 Standard be able to use most of the
>> remaining half of the 4GB? When I expirimented with named instances back
>> in 2001 - and decided not to use them in a production environment - I
>> only had 2GB in the server.
>
> Note for say a website, as I recall, you need a CPU license for each
> physical CPU in the machine for each instance (in Standard).
> However, this probably won't necessarily help. It depends on the OS.
> If you're running Windows 2000 Standard, you're limited to 4 GB of
> physical RAM anyway.
> Now, 2 gig of physical RAM can be given to a process (3 gig if compiled
> with the right options, but that raises other issues here.)
> So, if you have 5 gig of physical RAM and an OS that can address all of
> that, in theory this could support 2 processes each using 2 gig of
> physical RAM with 1 gig reserved for the OS.
> If you have less memory, obviously this won't work as well.
> Quite honestly, I think your best bet if you really need the memory (and
> while I'm always a fan of more memory, sometimes it's just not worth it)
> is to move to SQL 2005.
>
>> Even if possible I'm not sure this would be a good solution, just
>> wondering what the behavior is.
>>
>> --
>> Erland Sommarskog, SQL Server MVP, esquel@.sommarskog.se
>> Books Online for SQL Server 2005 at
>> http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
>> Books Online for SQL Server 2000 at
>> http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
>>
>

Wednesday, March 7, 2012

Help:MS SQL 2000 SP4 dont run !

I have installed MS SQL 2000 Personal Edition on XP SP2 and It works !
I verified its version :
SQL Server 2000 Original Release 8.00.194 RTM

When I try to install SP4 after extracting locally I see the first windows for a moment and then nothing appens !

x86\setup\setupsql.exe process remain in task manager without make nothing.

Someone can help me ?Check windows event log & SQL error lgo for any information.
Also try to download the file again, make sure you're using correct SP4 file from MS.|||Thank you !

I have found only this warning in eventlog

SuperSocket info: (SpnRegister) : Error 1355.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

But I think it's because I have no SP4 installed .
When I try to install SP4 I have no message in any logs.
Process do nothing because, I suppose , It's waiting for a Dialog Window that I don't see :-(|||There was a problem on the Clustered environment previously as per KBA http://support.microsoft.com/?id=303411 , but yours it not that case. Anyway try downloading SP3a for SQL 2000 and apply, then use SP4.

BTW mention the filename of SP4 you're using to apply.|||I have the same problem with SP3.
File name is SQL2000-KB884525-SP4-x86-ENU.EXE
May be MSI ? I have 3.1
Or IIS ? I have 5.1
How can I remove IIS ?

Monday, February 27, 2012

HELP: SP4 Version?

I am convinced we do not have SQL 2000 SP4 installed but the console says I
do. After a few failed installation of SP4 I cannot imagine it is truly
installed.
It says: 8.00.2039 (SP4)
Do I REALLY have SP4?
@.@.version of 8.00.2039 seems correct.
"Whispering Leaf" wrote:

> I am convinced we do not have SQL 2000 SP4 installed but the console says
I
> do. After a few failed installation of SP4 I cannot imagine it is truly
> installed.
> It says: 8.00.2039 (SP4)
> Do I REALLY have SP4?
>
>

HELP: SP4 Version?

I am convinced we do not have SQL 2000 SP4 installed but the console says I
do. After a few failed installation of SP4 I cannot imagine it is truly
installed.
It says: 8.00.2039 (SP4)
Do I REALLY have SP4?
:)@.@.version of 8.00.2039 seems correct.
"Whispering Leaf" wrote:
> I am convinced we do not have SQL 2000 SP4 installed but the console says I
> do. After a few failed installation of SP4 I cannot imagine it is truly
> installed.
> It says: 8.00.2039 (SP4)
> Do I REALLY have SP4?
> :)
>

HELP: SP4 Version?

I am convinced we do not have SQL 2000 SP4 installed but the console says I
do. After a few failed installation of SP4 I cannot imagine it is truly
installed.
It says: 8.00.2039 (SP4)
Do I REALLY have SP4?

@.@.version of 8.00.2039 seems correct.
"Whispering Leaf" wrote:

> I am convinced we do not have SQL 2000 SP4 installed but the console says I
> do. After a few failed installation of SP4 I cannot imagine it is truly
> installed.
> It says: 8.00.2039 (SP4)
> Do I REALLY have SP4?
>
>

Friday, February 24, 2012

Help: JDBC 1.22 and SQL 2000

HI, all

I need to write a program, which using VM 1.1.8.

So I need to find the JDBC driver version 1.22, Can anyone help me?

Please Reply, a link for download jdbc 1.22 or any other solutions .

Thank you!

You can take a look at the following links for Microsoft SQL Server 2005 JDBC Driver (recommended)

http://msdn.microsoft.com/data/ref/jdbc/

http://www.microsoft.com/downloads/details.aspx?FamilyId=6D483869-816A-44CB-9787-A866235EFC7C&displaylang=en

For SQL Server 2000 Driver for JDBC Service Pack 1

http://www.microsoft.com/downloads/details.aspx?FamilyID=4F8F2F01-1ED7-4C4D-8F7B-3D47969E66AE&displaylang=en