Can SQL Server 2005 Compact Edition be installed in the same server environment as SQL Server 2005?
Thank you!
Indeed they can. SQL Server CE is an embeddable database that runs inside your application process. It does not interact with other processes. You can even have multiple SQL CE applications running on the same machine.
Related
Are there any known issues with installing MariaDB on to a Windows Server which is already running MS SQL Server 2008 R2?
I need the two to safely work and co-exist with each other.
Thanks.
Besides SQL Server's SSIS, what other options do I have to export data from an Oracle database on a remote server to a local SQL Server 2008 R2 database? This process would later be automated to run hourly.
I cannot access/install anything in the server with the Oracle installation. The local server is a Windows Server 2008 Enterprise running SQL Server 2008 R2.
I've briefly read about SSMA for Oracle, but I haven't tried anything out.
Thanks.
I Create my database with sql server 2008 R2 .
now when setup this software in other computers must install sql server 2008 R2 management studio ?
not exist other way ?
and how i set SqlConnection that run at other systems.
(i connect to database with data connection in visual studio)
thanks.
Exist other way. I mean, there are other ways. Nearly any software that can connect to a database created in SQL Server 7, 2000, 2005 or 2008 is capable of connecting to a database created in SQL Server 2008 R2.
SQL Server Management Studio is used when a human user wants to connect to the database, but not when software connects to it.
I have some questions about SQL Server Compact Edition.
Now we are using SQL Server 2008 and developing in Visual Studio 2008 C#.net
and linq for connect database.
My questions are:
Is it possible to change our database to SQL Server Compact Edition?
What is the differece between both of this?
Is there any limitions when using SQL Server CE, for eg. database size, data size?
Can CE version support all data type from SQL Server 2008?
best regards,
Indi
As of my experience using sql server compact edition.
(1) Is it possible to change our database to sql server compact edition?
Yes
Maybe you can use this :
Convert sql server to sql compact
Or
Prime works Dataport wizard
(2) What is the differece between both of this?
Differences Between Sql server compact and sqlser server
(3) Is there any limitions to use sqlserver ce,for eg.database size,data size?
Yes, sql compact support only limited storage capacity.
Working with SQL Server Compact
(4) Can CE version supports all data type from sqlserver2008?
Not All
Regards
You can alos try my Export2SqlCe command line utility: http://exportsqlce.codeplex.com
Can I use Reporting Services 2008 with SQL Server 2005 database?
Do I need both licenses (for SQL server 2008 and SQL server 2005)
Do I need two instances (SQL Server 2008 and Sql server 2005) or can Reporting Services 2008 be "installed" as add on to Sql server 2005?
Thanks for answers,
Matra
Yes, you can install the database on a SQL Server 2005 instance. However, you very much need another license for SSRS 2008. It's an entirely different product. It is, by far, not just a SQL Server 2005 "add-on."