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.

Cannot connect to local SQL Server Express 2008 R2

I just installed SQL Server Express 2008 R2 and I have a problem connecting to it using the SQL Server Management …

sql-server sql-server-express
copy a database within SQL Server Express?

I would like to make a copy of a database I have but keep it on the same server as …

sql-server sql-server-express
How to add users to SQL Server 2008 Management Studio

I am trying to install DotNetNuke CMS. I created a database in my Microsoft SQL Server Management Studio 2008, which I …

sql-server login sql-server-express
how to auto increment primary key in visual studio built in sql server?

I am using Visual Studio 2010 premium, and I created a database by using Visual Studio database tool. I set a …

visual-studio-2010 sql-server-express auto-increment
How to make SQL Server find a login matching the name provided?

I have just restored a database backup to my local SQL Server express instance. In management studio under the server …

sql-server-2008 login sql-server-express
SQL Server Express connection string for Entity Framework Code First

I am working in Visual Web Developer 2010 Express, and using the Entity Framework code-first CTP. I am able to do …

entity-framework connection-string sql-server-express code-first
SQL/C# - Best method for executing a query

I need to execute a sql query from within a c# class. I have thought of 2 options Starting a process …

c# sql sql-server-express
DB cannot be opened because it is version 655. This server supports version 612

I'm trying to do some excercises from exam 70-515. Unfortunately I fail while trying to attach Northwind to a grid-control. …

sql-server visual-studio-2010 sql-server-express
How to install SQL Server Reporting Services (SSRS) on an existing SQL Server Express install?

I have SQL Server 2005 Express, but I haven't got SQL Server Reporting Services (SSRS). How do I install it separately? …

reporting-services sql-server-express
SQL Express connection string: mdf file location relative to application location

I am using SQL Express databases as part of a unit test project in c#. My databases is located here: ./…

c# sql connection-string database-connection sql-server-express