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.

Connecting to SQL Server Express from Visual Studio

I have SQL Server 2008 installed with Visual Studio 2010, I have downloaded a project which has database files created in Visual …

c# visual-studio-2010 sql-server-2008 sql-server-express database-connectivity
Linked Server In SQL Server Express

I am developing an app where i have a local database in SQL Server Express. During work in local database, …

sql-server database sql-server-express linked-server
Entity Framework EF4.1 - stored procedure "could not be found in the container"

I have a SP in my database. For EF4.1, using the DbContext API. After importing the function from the data …

c# sql-server-2008 entity-framework-4.1 sql-server-express appharbor
SQL Server Management Studio Express 2005 has no Configuration Manager

Where is the configuration manager for SQL Express 2005? I need to configure SQL Server for TCP/IP but there is …

sql-server sql-server-express ssms sql-server-2005-express
How do I add NETWORK SERVICE login via SQL Authentication?

I am trying to add the NETWORK SERVICE login cause I still can’t connect to the AdventureWorks3 database. But …

sql login sql-server-express sql-server-2005-express
Run SQL script after start of SQL Server on docker

I have a Dockerfile with below code FROM microsoft/mssql-server-windows-express COPY ./create-db.sql . ENV ACCEPT_EULA=Y ENV sa_password=##$…

tsql docker dockerfile sql-server-express
Point to localhost\sqlexpress using only localhost

Working on a common codebase, one developer is running SQL Server Express 2005 and the other 2 are running SQL Server 2005. Everything …

sql-server-2005 connection-string sql-server-express
sql server 2008 express installation problem in windows xp sp2

I need to install Sql Server Express 2008 on my PC which has Windows XP SP2 (32 bit). But while installing Sql …

sql-server-2008 sql-server-express failed-installation windows-xp-sp2
SQL LocalDB vs SQL Server CE

I have a small project that will have 1 user on 1 computer. The database will be rather small (probably less than 1 …

sql-server entity-framework sql-server-ce sql-server-express sql-server-2012
Can't Install SQL Server 2008 R2 Express

I have a problem with installing SQL Server 2008 R2 Express. On my computer, I have installed VC# and VWebdev 2010 express. …

installation sql-server-express