Top "Sql-server-express" questions

Microsoft SQL Server Express is a freely downloadable and distributable version of Microsoft's SQL Server relational database management system.

SqlServer 08: Query to list all databases in an instance?

How do I list all the databases for a given sql server 08 instance using sqlcmd?

sql-server sql-server-express sqlcmd
SqlDataReader to read into List<string>

I am writing a method in C# to query a SQL Server Express database from a WCF service. I have …

c# sql wcf ado.net sql-server-express
How do I connect to a SQL database from C#?

I am trying to write a local program management and install system for my home network, and I think I've …

c# .net sql-server ado.net sql-server-express
Windows could not start the SQL Server (SQLEXPRESS) service on local computer. Error 1053

I am running Windows 7 32 bit and I have IIS, Visual Studio 2008, 2010 installed. I am haunted by this error in SQL …

sql sql-server database sql-server-express sql-server-2008-r2
which datatype to use to store a mobile number

Which datatype shall I use to store mobile numbers of 10 digits (Ex.:9932234242). Shall I go for varchar(10) or for the …

sql-server-2005 sql-server-2008 sql-server-express sqldatatypes
Need to create new database without using management studio

How to create new database with SQL Server Express 2008 without using Management Studio? Do i need to download sp1?

database sql-server-express sql-server-2008-express
SQL Server Express vs MS Access

A colleague I work with recently told me that SQL Express and MS Access were essentially the same thing; that …

sql-server ms-access sql-server-express
How to export an entire Access database to SQL Server?

I've just got a lovely Access database, so the first thing I want to do is to move it over …

ms-access export sql-server-express
create table permission denied in database 'master'

I have installed the free version of sql server 2008 (sql server management studio express edition) on my PC. After installation …

sql sql-server-2008 sql-server-express