sql-server-2008r2-express Questions

13

Solved

I’m trying to access the SQL Server instance on my VPS from SQL Server Management Studio on my local machine. It’s not working (the error I’m getting is: A network-related or instance-specific e...
Championship asked 8/8, 2011 at 19:50

9

Solved

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

6

Solved

Recently just upgraded to SQL Server 2008 R2 Express. When I attempt to create a database after logging in using Windows Authentication with my id myuser I receive this error: An exception occur...
Galibi asked 7/2, 2012 at 22:42

19

I am at an loose end with one particular box that is running SQL Server 2008 R2 Express. Windows Firewall is configured to allow inbound TCP & UDP 1433, 1434. Windows Firewall is configured t...
Lituus asked 24/6, 2011 at 11:16

4

Solved

select packageid,status+' Date : '+UpdatedOn from [Shipment_Package] The below error is appeared when executing the above code in sql server. The type of UpdatedOn is DateTime and status is a va...
Sudatory asked 23/10, 2013 at 11:18

2

Solved

I have the following problem. Background I'm trying to implement an autocomplete selector with MVC3, EF4 and jquery over a table wit 4.5 million records. This is the table: CREATE TABLE [dbo].[...

6

I have a freshly installed SQL Server 2008 R2 Express. I'm trying to run SQLCMD locally (please do take note locally) but I am receiving the error: Named Pipes Provider: Could not open a connect...
Volans asked 11/2, 2013 at 15:30

5

Solved

I am developing a web site, it uses SQL Server 2008 R2 Express for its database. And in testing, there is a lot of data and images stored into this database. According to wiki, the SQL Server Expr...

3

Solved

I am working on SQL Server 2008 R2 Express, when I am using SQL Server debugging feature from client pc, this error occurs: The EXECUTE permission was denied on the object 'sp_enable_sql_debug',...
Hodosh asked 25/3, 2013 at 11:30

2

I wanted to drop all the synonyms of a database (sql server 2008 r2) using cursor. environment-database name- 'mydatabase', schema name- 'dbo'.. Can you please guide me as i did try but the stateme...
Discomposure asked 11/5, 2011 at 21:24

6

Solved

Initiation I have a SQL Server Express 2008 R2 running. There are ten users who read / write permanently to the same tables using Stored Procedures. They do this day and night. Problem The perfo...
Number asked 23/5, 2012 at 14:54

1

After upgrading to Service Pack 1, sometimes i got failed to login my server at this time, Server Configuration Manager is like below Do I need to change anything? thank you. -- Once I co...
Edrisedrock asked 10/6, 2013 at 3:54

1

Solved

Is there a SQL Server equivalent to PostgreSQL's EXPLAIN command that I can run on SQL Server 2008 R2 Express (ie. without SQL Profiler)?

1

Solved

I am using SQL Server 2008 R2 Express and the "SQL Server and Windows Authentication" mode in my database. I can open the database using Enterprise Manager, but when I run my aspx application, I ge...

5

Solved

When I tried upgrading from SQL Server 2008 R2 Express to SQL Server 2008 R2 Enterprise, it passed all tests and then it failed at step "Select features", saying the following error: There are n...

2

WARNING: This tale of woe contains examples of code smells and poor design decisions, and technical debt. If you are conversant with SOLID principles, practice TDD and unit test your work, DO NOT ...
Nano asked 14/11, 2012 at 9:49

1

I have a query that uses 3 functions and a few different views beneath it, which are too complex to post here. The odd thing I am experiencing is when running the top level query, having more than ...
Aikoail asked 11/9, 2012 at 3:11

7

Solved

How can I perform this query on whatever way: delete from sys.tables where is_ms_shipped = 0 What happened is, I executed a very large query and I forgot to put USE directive on top of it, now I...

1

Solved

I am trying to add Reporting Services to my already installed version of SQL Server Express 2008 R2. I am installing it on a Windows Server 2008 R2 Standard edition box. When ever I run the instal...
Irresolute asked 19/5, 2011 at 17:53
1

© 2022 - 2024 — McMap. All rights reserved.