Showing posts with label ctp. Show all posts
Showing posts with label ctp. Show all posts

Tuesday, March 27, 2012

Can not install July CTP with June CTP already installed

I was thinking the installing July CTP upon June CTP is like installing a service pack, but the set up tells me the upgrade was blocked.

Any one has any idea how to install July CTP on a server with June CTP installed already?

Do I have to back up all the databases and uninstall June CTP and do a installation of July CTP from scratch and restored all the databases or is there a way of upgrading to July CTP?

Any comments and inputs are highly appreciated.

Bo

Hi Bo,

We are currently not supporting a direct upgrade between the two CTPs. You should however be able to backup your database, uninstall the June CTP, install the July CTP and then attach your database. This should be the easiest route between the two CTPs.

Thank you,

Elisa Flasko

Program Manager, Data Programmability

|||

It worked for me, though it seems a little bit tedious.

Thanks a lot for your advice, Elisa.

sql

Thursday, March 8, 2012

Can I work with abril ctp and migrate later to an express version?

Hello

The final customers of my application should have sql server express. Can I work with sql abril ctp and then when the final version of sql express has been released install it and migrate the database?

You should use June CTP (build 1187), not April CTP.

June CTP to RTM (Release) migration is a supported scenario. However, since you will be downgrading the SKU (e.g. Developer SKU to Express SKU) certain features may/will be unavailable. Some of this is transparent to the app (e.g. you won't get AWE support), but some may impact functionality (e.g. feature functionality is limited). It depends on what your application uses.

If you are concerned about databases only, upgrade should work fine from June CTP.

Regards,
Boris.

|||The only thing I need to create is tables, views, triggers and CLR stored procedures. So If I create these objects with sql 2005 june ctp and visual studio 2005 june ctp.

And when the final version of sql express and vs 2005 had been released it should work? I guess i only have to make a backup of the sql june ctp database, uninstall june ctp, uninstall vs 2005 june ctp, and then install vs 2005 profesional or team system , and then install final version of sql express and restore the database and it should work?

Am I missing something?|||

Yes, what you describe should work.

There are two parts to your question:

1. Going from June CTP to RTM – this should be just fine
2. Going from Developer SKU to Express SKU – this has caveats as outlined below

Caveat: if you use a feature that is available only on Dev/Enterprise SKU, once you migrate to Express you may run into problems. Most notable features that may create problems are database mirroring, database snapshot, failover clustering and table partitioning.

At release time there will be a document describing upgrade/downgrade process.

HTH,
Boris.

Friday, February 10, 2012

Can I just use Management Studio for now?

I don't have a SQL dev box to install a full blown CTP on, but I was wondering if it is possible to somehow only install Managememnt Studio on my client to work on SQL 2000 servers?

I downloaded the June CTP and tried to run setup on my client, hoping it would work similarly to the SQL 2000 install and auto recognize that the machine wasn't a server and just install the client tools, but setup generates a WMI error and closes down.

Anyone know if this is possible? I would really like to start using Management Studio to get used to it...

ThanksIt is possible to only install SSMS but you are going to have to install >net Frameworks B2, also you can not use it in production and SSMS does not have full support for SQl2k (can't manage services and some other stuff).

-Euan

Can I install sql server april ctp with sql server express already installed

Can I install sql server april ctp with sql server express already installed
This is within vs2005 beta2.

A related question. Are any of the later sql server 2005 ctps compatible with vs studio 2005 beta2?

Thanks in advance.

dennistHi,

I do not recommend you to run express and CTP side by side, because there are known isuess. I for example coul not use the Sql Server tools.

Sql Servr only runs with the .net version it was shiped. So having an earlier or later version may cause problems.