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.

.mdf is too new (661) my database supports version 655

I am using SQL Server 2008 express and i want to import .mdf and i get this error: .mdf version is 661, …

sql-server-express sql-server-2008-express
What profiler to use with sql express?

is there a way to monitor detail of sql calls in express version?

sql-server sql-server-express
How do you backup and restore a database as a copy on the same server?

I have a SQL2005 Express database that I would like to create a copy of on the same instance. How …

sql sql-server sql-server-express restore
How do I insert Chinese characters into a SQLExpress text field?

How do I insert Chinese characters into a SQLExpress text field? I'm using SQL Express from VS 2008. When I add …

character-encoding full-text-search sql-server-express cjk
Violation of UNIQUE KEY constraint during SQL update

I have a simple database table (SQL Server 2008 R2 Express), which has a definition as follows: ID INT Auto Inc, …

sql sql-server stored-procedures sql-server-express
Create a table without columns

Can I create a table without any columns in SQL Server by t-sql?

sql-server-2005 tsql sql-server-express
SQL Server: enable remote connections without SSMS

I've got a SQL Server Express 2008 install on my web server, which by default does not allow remote connections (probably …

sql-server tsql sql-server-express ssms
SQL Server (SQLEXPRESS) and SQL Server Agent (SQLEXPRESS)

I came across these two services separately running in Services.msc - SQL Server (SQLEXPRESS) - started+Automatic SQL Server …

sql-server sql-server-express sql-server-agent
Replication from one SQL Server Express to another

I have one SQL Server Express instance with a pretty normal well formed database. I need to have the data …

sql-server replication sql-server-express
SQL Server Express vs express localdb

I am having quite a few problems understanding differences between regular SQL Server Express and express Localdb. Before you go …

sql-server visual-studio sql-server-express localdb sql-server-2016-express