目前,我们正在使用服务器2000年企业版。 数据库的规模低于一种GB,没有大量使用。 我们希望将其升级为2008年服务器。 哪版(Standard/Enterprise)适合这一升级? 我们使用的是Windows服务器2008。
Please advise.
感谢
Imran
目前,我们正在使用服务器2000年企业版。 数据库的规模低于一种GB,没有大量使用。 我们希望将其升级为2008年服务器。 哪版(Standard/Enterprise)适合这一升级? 我们使用的是Windows服务器2008。
Please advise.
感谢
Imran
您不妨审议“快车版”。 它有4个性别限制(我认为是免费的)。 如果你的数据库没有大量使用,这或许会有利于你。
任何版本都适合从快到企业。
问题是,你要求企业界提供哪些特征是无法用快递获得的。
例如,需要多少高可用性?
I need to declare 12 decimal variables, corresponding to each month s year, with a cursor I sum values to this variables, then later I Update some sales information. I don t know if sql server has ...
Does anyone have experience with using indexed view in MS SQL Server 2008? I am trying to find out how does indexed view affect performance of insert / update statements, that are adding / updating ...
In Microsoft SQL Server Management Studio 2008, is there a secret to be able to edit one row based on a key? There s an option to do "Edit Top 200 Rows", but what if I want to select some other row ...
Has anyone any experience moving a number of identical SQL Server databases (with unique data) from individual local servers to a single internet based server? We currently have 10 companies using ...
While altering a table (removing a column) in SQL Server 2008, I clicked the Generate Change Script button and I noticed that the change script it generated drops the column, says "go" and then runs ...
I have a Money column in my SQL Server 2008 table. In my below query how can I round it to nearest 5$ select FineAmount from tickets Thanks
I love the new DATE datatype in SQL Server 2008, but when I compare a DATE field to a DATETIME field on a linked server (SQL 2005, in this case), like this: DECLARE @MyDate DATE SET @MyDate = CONVERT(...
I am starting a project to create an "object versioning" feature for our software (.NET 3.5 / SQL Server 2008), basically it needs to do this: a user is looking at a customer: last name is "Smith-...