Top "Sql-server-2008r2-express" questions

Use this tag for questions specific to scaled down, free edition of SQL Server 2008 R2.

Reporting Services availability SQL Server Express 2008 R2

I am trying to add Reporting Services to my already installed version of SQL Server Express 2008 R2. I am installing …

reporting-services sql-server-2008r2-express
SQL Server 2008 R2, cant create a new DB

Having real problems creating a DB on my version of SQL Server 2008 R2 Express. I've followed the links to the …

sql sql-server-2008r2-express
Connect Delphi to SQL database

I'm using Microsoft SQL Server R2 Express to create databases. When I try to connect to a database using delphi, …

sql-server delphi sql-server-2008r2-express
SQL Server 2008 R2 Express with advanced services installation does not have all options

I don't know how else to ask this, and I think the title could be changed. I've been downloading different …

installation sql-server-2008r2-express management-studio-express
How to delete all tables from db? Cannot delete from sys.tables

How can I perform this query on whatever way: delete from sys.tables where is_ms_shipped = 0 What happened is, …

sql-server sql-server-2008 adhoc sys sql-server-2008r2-express
How to connect Visual Studio 2010 Express C# to SQL Server Express

Is there any real workaround to getting the Express edition of C# connected to database options other than the lightweight …

c# visual-studio-2010 visual-studio-express sql-server-2008r2-express
SQL: Comparing Dates with only Month and Year columns

I have a table MonthlyShipments that looks like: partnumber | quantity | month | year | part1 | 12 | 6 | 2011 | part1 | 22 | 5 | 2011 | part1 | 32 | 4 | 2011 | part1 | 42 | 3 | 2011 | part1 | 52 | 2 | 2011 | I want to …

sql sql-server tsql sql-server-2008r2-express
How to check if my SQL Server Express database exceeds the 10 GB size limit?

I am developing a web site, it uses SQL Server 2008 R2 Express for its database. And in testing, there is …

c# sql-server entity-framework entity-framework-5 sql-server-2008r2-express