April 25, 2005 at 5:36 am
What is the difference between sql server 2000 and sql server 2000 64 bit.
How can i find out which one i am using?
Pavas
Dream The Dream
Explore the World
Experince The Exhilaration
April 26, 2005 at 4:45 am
You can run select @@version in your QA. This will tell you what version of SQL server are you using.
--Kishore
April 26, 2005 at 11:47 pm
@@version
command is not running !This is giving me following error!
Server: Msg 1044, Level 15, State 1, Line 1
Cannot use an existing function name to specify a stored procedure name.
Pavas
Dream The Dream
Explore the World
Experince The Exhilaration
April 27, 2005 at 12:08 am
What did you execute? Open a new window in Query Analyzer and execute the line below (and only that line):
SELECT @@VERSION
Anyway, if you do not know which one you are using you are probably not using the 64-bit version. And in any case, there is nothing in general that you should be concerned about if you are running 64-bit. Or do you have something specific in mind?
April 28, 2005 at 3:29 am
Nothing specific
when i run this commend it give me below detials.
which version is it?
Microsoft SQL Server 7.00 - 7.00.1063 (Intel X86) Apr 9 2002 14:18:16 Copyright (c) 1988-2002 Microsoft Corporation Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)
Pavas
Dream The Dream
Explore the World
Experince The Exhilaration
April 28, 2005 at 4:53 am
Uhm, you are running SQL Server 7 SP4.
April 28, 2005 at 6:36 pm
FYI
Here is the string returned on a 64bit Itanium:
Microsoft SQL Server 2000 - 8.00.760 (Intel IA-64) Feb 6 2003 16:07:24 Copyright (c) 1988-2003 Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 5.2 (Build 3790: Service Pack 1)
April 28, 2005 at 11:50 pm
Does this mean i am using sql server 7
Microsoft SQL Server 7.00 - 7.00.1063 (Intel X86) Apr 9 2002 14:18:16 Copyright (c) 1988-2002 Microsoft Corporation Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)
Pavas
Dream The Dream
Explore the World
Experince The Exhilaration
April 29, 2005 at 12:45 am
Yes, like I said, SQL Server 7 with Service Pack 4.
April 29, 2005 at 1:18 am
Also FYI, heres SQL Server 2005 x64
Microsoft SQL Server 2005 - 9.00.1116 (X64)
Apr 9 2005 20:59:14
Copyright (c) 1988-2004 Microsoft Corporation
Beta Edition (64-bit) on Windows NT 5.2 (Build 3790: Service Pack 1)
Looks like they need to update their copyright
--------------------
Colt 45 - the original point and click interface
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply