且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

关于SQL Server的基本问题

更新时间:2023-02-02 23:37:04

1)任何机构都可以告诉我是否可以在2008或2012年使用SQl Server Express 2005数据库文件吗?



当然,你可以。我上个月为我的一个客户进行了迁移,其中涉及安装SQL Express 2012并将2005数据库附加到其中。它没有问题。



2)SQL Server 2008和2012的默认实例的名称是什么,就像SQLEXPRESS for 2005版本一样?



这也应该是2008年和2012年的SQLEXPRESS。
1) Can any body tell me if I can use SQl Server Express 2005 database files with 2008 or 2012?

Sure, you can. I did last month a migration for one of my customers that involved installing SQL Express 2012 and attaching a 2005 database to it. It worked without problem.

2) What is the name of default instance of SQL Server 2008 and 2012, like it is SQLEXPRESS for 2005 version?

This should be SQLEXPRESS for 2008 and 2012 as well.