Same alias for SQL Server 2008 R2 and SQL Server 2012 - sql-server-2008-r2

I am using SQL Server 2012 and now I have installed SQL Server 2008 R2 on my machine. I have both SQL Server 2008 R2 and SQL Server 2012 running on my machine.
And I already have created an alias for SQL Server 2012 as 'serverhost\sql',
and now it I require to create an alias for SQL Server 2008 R2 with same name as 'serverhost\sql'.
And when I am trying to connect to database using serverhost\sql, user get connected to database but to SQL Server 2012 not SQL Server 2008 R2.
I don't know that: we are able to create alias with same name for 2 diff server instances on same machine.
Is It possible?
if yes then how would I achieve this?

Related

Migration from SQL Server 2000 to SQL Server 2008 R2

Is it possible to migrate database from SQL Server 2000 Enterprise edition to SQL Server R2 Standard edition?
I read some where that you can upgrade SQL Server 2000 Standard Edition to SQL Server 2008 R2 Enterprise Edition, but you can’t upgrade SQL Server 2000 Enterprise to SQL Server 2008 R2 Standard. But I want to migrate database from SQL Server 2000 Enterprise edition to SQL Server 2008 R2 Standard edition, so is it possible?

How to restore backup from SQL Server 2008 R2 in SQL Server 2014?

I took a backup of a database in SQL Server 2008 R2 via SSMS backup utility and restored the same backup in SQL Server 2014 via SSMS backup utility and the database restore. It was successful but am not seeing any tables in SQL Server 2014 after restoring the database. Can someone help me to restore the SQL Server 2008 R2 database backup (.bak) in 2014?
The sql 2008 r2 database backup file should be completely compatible on sql 2014. you can try to restore the database on sql 2008 r2 at first, and check if the table was deleted before the backing up.

Specified cast is not valid. (SqlManagerUI) in sql server 2008 r2

I am using SQL Server 2008 R2 Standard (version 10.50.1600.1) and tried to restore database with bakup
of same version of sql server 2008 R2. but it tells the error Specified cast is not valid. (SqlManagerUI)

migrate existing biztalk server database from sql server 2008 R2 to sql server 2012

we are planning to move biztalk database from one place to another as well as upgrade the sql server.
the initial database is in sql server 2008 R2 and target is sql server 2012.
but the thing is that we have to set up database on another system,
i tried to search it on msdn but they are providing reference to upgrade from 2005 to 2008 , or moving database from one server to another.
do you think that will work in my case !!
i found this article.http://msdn.microsoft.com/en-us/library/ee378547%28v=bts.10%29.aspx
relating to upgrading as well as moving..
but this is quite older one.
how can i upgrade as well as move biztalk database from sql server 2008 R2 to sql server 2012 on a different system (side by side upgrade).
do i have to follow same steps as upgrading a normal database from sql server 2008R2 to sql server 2012 or some other one ??
As long as the SQL Server edition (2012 in your case) you are migrating to is supported by your BizTalk Server edition, you can follow the procedure to move BizTalk databases.
You can check the version compatibility here.

How to deploy SQL Server 2008 R2 on target machine?

I have been using SQL Server 2000 for a few years. For the deployment of SQL Server 2000 I was using MSDE (Microsoft Desktop Engine 2000) on target machine.
Now I have switched over to SQL Server 2008 R2. I have develop an application by using SQL Server 2008 R2 as my database. Now I am confused about the deployment of this app.
I have searched for MSDE 2008 R2 but could not find it. Will anyone please tell me that what should I use in the place of MSDE 2000?
The replacement for MSDE as of versions 2005 and newer is SQL Server Express.
See more about SQL Server 2012 Express here.
You can also still download the SQL Server 2008 R2 Express version here