Top "Sql-server-2008-express" questions

SQL Server 2008 Express is a free edition of SQL Server that is an ideal data platform for learning and building desktop and small server applications, and for redistribution by ISVs.

How can I clone an SQL Server database on the same server in SQL Server 2008 Express?

I have an MS SQL Server 2008 Express system which contains a database that I would like to 'copy and rename' (…

sql-server sql-server-2008-express
Limitations of SQL Server Express

My hosting provider (Rackspace) is offering a fully managed dedicated server with SQL Server Web version () installed. My company handles …

sql-server sql-server-2008-express
Sql connection-string for localhost server

I am newbie in this .NET and please don't mind in answering my simple question. I am trying to write …

c# sql sql-server-2008-express
How to create jobs in SQL Server Express edition

Could anyone please explain to me how to create jobs in SQL Server Express edition?

sql-server sql-server-2008-express sql-job
What is the difference between SQL Server 2012 Express versions?

I've come across this page http://www.microsoft.com/en-us/download/details.aspx?id=29062 and I am a bit confused …

sql-server-2012-express sql-server-2008-express
An explicit value for the identity column in table 'customers' can only be specified when a column list is used and IDENTITY_INSERT is ON

Possible Duplicate: Cannot insert explicit value for identity column in table ‘table’ when IDENTITY_INSERT is set to OFF I …

sql sql-server-2008-express
c# 2008 SQL Server Express Connection String

I have a 2008 SQL Server Express installed on one of my machines and I'm attempting to establish a remote connection... …

c# sql-server connection-string sql-server-2008-express
Save password for ODBC connection to MS SQL server from MS Access 2007

I am in charge for migrating old Access 2007 project to MS SQL server 2008 Express. The first stage is to move …

ms-access odbc ms-access-2007 sql-server-2008-express
How can I restore a database backup file (.bak) from SQL Server 2012 into SQL Server 2008 Express?

A database that was originally from SQL Server 2008, was restored into SQL Server 2012. A backup from SQL Server 2012 was made …

sql-server-2008-express sql-server-2012
What is the default username and password of my SQL Server Express?

It installed automatically with Visual Studio 2010 Ultimate. I didn't create any users for the server or ANYTHING. I'm using: string …

sql-server connection-string sql-server-2008-express