Top "Sql-server-2008r2-express" questions

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

Unable to connect to SQL Express "Error: 26-Error Locating Server/Instance Specified)

I am at an loose end with one particular box that is running SQL Server 2008 R2 Express. Windows Firewall is …

sql sql-server sql-server-2008r2-express
How to get current instance name from T-SQL

How can I get the SQL Server server and instance name of the current connection, using a T-SQL script?

sql sql-server tsql sql-server-2008r2-express
Unable to connect to SQL Server instance remotely

I’m trying to access the SQL Server instance on my VPS from SQL Server Management Studio on my local …

sql-server database remote-access sql-server-2008r2-express
SQL Server 2008 R2 Express permissions -- cannot create database or modify users

Recently just upgraded to SQL Server 2008 R2 Express. When I attempt to create a database after logging in using Windows …

sql-server permissions sql-server-2008r2-express
SQL Server: How to concatenate string constant with date?

select packageid,status+' Date : '+UpdatedOn from [Shipment_Package] The below error is appeared when executing the above code …

sql sql-server sql-server-2008r2-express
Microsoft SQL Server Native Client 10.0 Login timeout expired

I have a freshly installed SQL Server 2008 R2 Express. I'm trying to run SQLCMD locally (please do take note locally) …

sql sql-server sqlcmd sql-server-2008r2-express
how to import an excel file into sqlserver 2008

How can i import an excel file into a new table in sqlserver2008 express edition using an sql query without …

sql sql-server-2008 sql-server-2008r2-express
Upgrading from SQL Server 2008 R2 Express to SQL Server 2008 R2 Enterprise

When I tried upgrading from SQL Server 2008 R2 Express to SQL Server 2008 R2 Enterprise, it passed all tests and then …

sql-server windows sql-server-2008-r2 upgrade sql-server-2008r2-express
SQL Server Express performance problems

Initiation I have a SQL Server Express 2008 R2 running. There are ten users who read / write permanently to the same …

performance sql-server-2008r2-express
login failed for user sa at SQL Server 2008 R2

After upgrading to Service Pack 1, sometimes i got failed to login my server at this time, Server Configuration Manager is …

windows-7-x64 sql-server-2008r2-express