Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 how to find version

Author  Topic 

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2007-09-05 : 01:14:21
Dear all,
i've sql server 2005 in my system, it is like start--programs--sqlserver2005-sql server management studio express

what this means is it expres edition?

coz i'm trying to pratice replication on this....

it allows or not?



Vinod
Even you learn 1%, Learn it with 100% confidence.

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-09-05 : 01:20:25
see http://support.microsoft.com/kb/321185


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2007-09-05 : 01:42:32
it is giving like this. for this developer edition, can i practice replication?

8.00.2039 SP4 Developer Edition

one more doubt...no one is able to connect to my system remotely. is there any option should i enable?



Vinod
Even you learn 1%, Learn it with 100% confidence.
Go to Top of Page

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2007-09-05 : 02:00:19
i'm using windows 2000 professional edition.is that the reason, i was unable to work on replication?

Vinod
Even you learn 1%, Learn it with 100% confidence.
Go to Top of Page

PeterNeo
Constraint Violating Yak Guru

357 Posts

Posted - 2007-09-05 : 02:43:30
Try this

Exec master..xp_msver
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-09-05 : 04:22:01
SELECT @@VERSION
SELECT SERVERPROPERTY('Edition')



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2007-09-05 : 07:36:09
thanks a lot

Vinod
Even you learn 1%, Learn it with 100% confidence.
Go to Top of Page
   

- Advertisement -