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.

Connection String to Connect to .MDF

I've created a new project in VS2008, and added a .MDF file to the project. This is the first time …

connection-string sql-server-express mdf datadirectory
SQL Server 2008 Express Grant User Permission

What is the appropriate SQL commands (not through the GUI) to add a windows user account to permissions on a …

sql-server permissions sql-server-express
Copy SQL Server Express Database to Another Computer

I am upsizing the back end of a client's Access app tomorrow and need to be ready with a plan …

sql-server sql-server-2008 sql-server-express
SQL Express for production?

Is using SQL Express in a production environment a reasonable choice? I looked at Microsoft's comparison chart: http://www.microsoft.…

sql-server sql-server-express
Express with Advanced Services, can't create Full Text Index

I have installed SQL Server 2012 Express Edition Advanced Services which states that it includes Full-text indexing. Here is a link …

full-text-search sql-server-express sql-server-2012
How do I connect to an older sql database using LocalDb in VS 2012?

I am trying to construct a connection string to a 2008 SQL Express database file in VS 2012. I am getting an …

sql sql-server visual-studio-2012 sql-server-express localdb
ASP.NET Web Api: Project requires SQL Server Express

I created a Web API project under VS 2010. After I switched to VS 2012, I always get a warning: The Web …

configuration asp.net-web-api sql-server-express
How to get BIDS for Visual Studio 2008 SP1?

I currently use Visual Studio 2008 SP1 and have been migrating older projects into VS2008 but existing SSIS and SSRS (2005) projects …

visual-studio-2008 sql-server-2008 sql-server-express bids
confusion about SQL Server Express and localdb

I need to deploy a WCF service with a database on client machines. I am confused about SQL Server Express. …

sql-server sql-server-express embedded-database localdb