Use this tag for questions specific to scaled down, free edition of SQL Server 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-expressHaving 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-expressI'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-expressI 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-expressI am working on SQL Server 2008 R2 Express, when I am using SQL Server debugging feature from client pc, this …
sql-server debugging sql-server-2008r2-expressHow 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-expressIs 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-expressIs there a way to know if the data in a SQL Server 2008 R2 table has changed since the last …
sql-server sql-server-2008 tsql sql-server-2008-r2 sql-server-2008r2-expressI 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-expressI 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