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.

How can I determine installed SQL Server instances and their versions?

I'm trying to determine what instances of sql server/sql express I have installed (either manually or programmatically) but all …

sql-server sql-server-express
SQL Server® 2016, 2017 and 2019 Express full download

All previous version of SQL Server Express were available in both web and full downloads. But I cannot find full …

sql-server-express sql-server-2016-express sql-server-2017-express sql-server-2019-express
ASP.NET 4.5 has not been registered on the Web server

In my Win 7 development machine, and in order to use SQL Express instance instead of the localDB installed by default. …

asp.net-mvc-4 iis-7.5 sql-server-express localdb
SQL Insert Query Using C#

I'm having an issue at the moment which I am trying to fix. I just tried to access a database …

c# sql sql-server-express
How can I schedule a daily backup with SQL Server Express?

I'm running a small web application with SQL server express (2005) as backend. I can create a backup with a SQL …

backup sql-server-express scheduled-tasks
SQL Server after update trigger

I have a problem with this trigger. I would like it to update the requested information only to the row …

sql sql-server tsql sql-server-express sql-server-2014
CREATE FILE encountered operating system error 5(failed to retrieve text for this error. Reason: 15105)

I have a database file .mdf from MS SQL EXPRESS in folder: C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\…

sql sql-server-2008 sql-server-express
How do I view executed queries within SQL Server Management Studio?

I am new to SQL Server Management Studio and am wondering: is there is a way to see which queries …

ssms sql-server-express
SQL Server Express CREATE DATABASE permission denied in database 'master'

After I change the option as UserInstance="False", then the error starts to happen. Because I want to use full-text …

sql-server sql-server-express
How can I do a BEFORE UPDATED trigger with sql server?

I'm using Sqlserver express and I can't do before updated trigger. There's a other way to do that?

sql sql-server database triggers sql-server-express