Top "Sql-server-2005-express" questions

Use this tag for questions specific to scaled down, free edition of SQL Server 2005.

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
Connecting to SQL Server database using Visual C++

I am trying to connect to the sample database Northwind in SQL Server 2005 Express through Visual C++ 2008 using the following …

.net visual-c++ c++-cli sql-server-2005-express
unable to restore database in sql server (single_user)

I am trying to restore a database in my sql server 2005 express edition. I know that to restore the database …

sql-server sql-server-2005-express
Why do I get a permission error when connecting to SQL Server from Visual Studio?

I have SQL Server 2005 SP4 Express, when I try to establish connection from VS2010 to my database, I get a …

visual-studio-2010 sql-server-2005-express
This version of Microsoft SQL Server Management Studio Express can only be used to connect to SQL Server 2000 and SQL Server 2005 servers

I have installed SQL Server Management Studio Express 2005 in windows 7. SERVER TYPE: Database Engine SERVER NAME: Avani-PC\SQLEXPRESS AUTHENTICATION: Windows …

sql-server-2005-express
SQL query, select values of a column only if

Im using SLQ server 2005. I have this table were i register a list of items creating an "order" wich will …

sql sql-server select sql-server-2005-express
Why does my typed dataset not like temporary tables?

I am attempting add a tableadapter to a stored procedure in my SQL Server 2005 Express. The stored procedure, however, uses …

tsql stored-procedures visual-studio-2008 strongly-typed-dataset sql-server-2005-express