SQL Server Errors Questions and Answers

Recent IT Questions

61 - 80 of 88

Upgrading from SQL Server 2000 SP3 to SQL Server 2000 SP4

We have SQL Server 2000 SP3 running on Windows 2003 Server. Every week, after running our optimization and integrity checks on Sunday, we get this error: Time out occurred while waiting for buffer latch type 2... This happens several hours into the day every Monday. Would upgrading to SQL Server...

View Answer   |  Jul 22 2008  7:58 PM GMT
SQL Server 2000, SQL Server errors, SQL Server 2000 SP4
asked by SQL Server Ask the Experts

  2445 pts.

SQL Server 2000 error in log: WARNING: EC 5c3320c0, 9 waited 300 sec. on latch 44173b2c. Not a BUF latch.

I am seeing this error weekly in the sql server log with associated performance hit: WARNING: EC 5c3320c0, 9 waited 300 sec. on latch 44173b2c. Not a BUF latch. Has anyone resolved this error?

View Answer   |  Jul 18 2008  9:02 PM GMT
SQL Server 2000, SQL Server errors, SQL Server logs
asked by Ftornoe

  35 pts.

How do I write the code to connect an .aspx webform to a MS SQL server and database

This was done in VS 2008 the web forms are registration and log in forms with aspx controls. I created the database and the tables ( but am having issues with the constraints for 3 columns). I am trying to find out how to connect the 2 and where would I put the code. I am not a programmer and I...

View Answer   |  Jul 17 2008  1:47 PM GMT
SQL Server 2005, SQL Server errors, VS 2008
asked by Twinkles rules

  5 pts.

Catching an uncaptured error in SQL

This is a batch of SQL code I’ve been using: BEGIN TRY begin BULK INSERT DBXMRPAS2.dbo.[STG_drive] FROM '\Wdmyitpxmdev1xmmsbcpcsvfile20080715drive.200807151100.extracting' WITH ( MAXERRORS =1000, FIELDTERMINATOR = '^', ROWTERMINATOR = '|n' ) end END TRY ...

View Answer   |  Jul 15 2008  6:52 PM GMT
SQL, SQL Server errors, CSV
asked by SQL Server Ask the Experts

  2445 pts.

failure to register an SPN

Event Type: Information Event Source: MSSQLSERVER Event Category: (2) Event ID: 26037 Date: 07/07/2008 Time: 07:37:40 User: N/A Computer: Computer name Description: The SQL Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service. Error: 0x2098,...

View Answer   |  Jul 15 2008  11:50 AM GMT
SQL Server errors, SPN
asked by Tiz

  5 pts.

slow outer join after delete rows

Hi, I've tried this on two installations of SQL Server 2005 service pack 2. If I delete rows of a table, an outer join on the empty table is extremely slow...if I truncate it's ok, if I delete with the tablock hint it's ok. Any ideas why? The code to reproduce this follows, the outer join takes...

View Answer   |  Jul 10 2008  1:50 PM GMT
SQL Server 2005, SQL Server errors
asked by Dpaproskijr

  5 pts.

Dealing with a hyperactive SQL Server

On occassion, our SQL Server goes hyper - 100% disk activity with I/O queues. It happens only once a year, lasts for a couple of days and then stops. We have our database administration staff look at it, but we have no real idea what the cause is. Can you suggest a direction or idea?

View Answer   |  Jun 30 2008  7:31 PM GMT
SQL Server, SQL Server errors, SQL Server performance
asked by SQL Server Ask the Experts

  2445 pts.

Managing a sytem with both SQL Server 2000 and SQL Server 2005

I am the systems administrator on a system that has both SQL Server 2000 and SQL Server 2005 running on it. When they are starting up, the system works fine, but when we reboot the server, the 2 SQL Servers appear to fight each other for resources and the system crashes. This does not occur every...

View Answer   |  Jun 27 2008  6:42 PM GMT
SQL Server 2000, SQL Server 2005, SQL Server errors
asked by SQL Server Ask the Experts

  2445 pts.

I am using SQL Server 2005 and the following error keeps being reported in the Domain Controller Logs:"There are multiple accounts with name MSSQLSvc/....."

I am using SQL Server 2005 and the following error keeps being reported in the Domain Controller Logs: "There are multiple accounts with name MSSQLSvc/....."

View Answer   |  Jun 20 2008  2:44 PM GMT
SQL Server 2005, SQL Server errors
asked by Tizi

  30 pts.

I am using SQL Server 2005, I keep receiving the following error message:The following error keeps occurring every 30 minutes in error logs. "The specified user account has expired".

I am using SQL Server 2005, I keep receiving the following error message: The following error keeps occurring every 30 minutes in error logs. "The specified user account has expired". Has anyone ever come across this error message?

View Answer   |  Jun 20 2008  2:42 PM GMT
SQL Server 2005, SQL Server errors
asked by Tizi

  30 pts.

Restoring SQL Server 2000 database

I want to restore a database in SQL Server 2000, using a specific name. I tried restoring it using Enterprise Manager, but kept getting the error 'You must select a backup set to restore'. Why is this and how do I resolve it?

View Answer   |  Jun 5 2008  10:09 AM GMT
SQL Server 2000, SQL Server backup, SQL Server errors
asked by Gini 2

  5 pts.

Index Tuning Wizard shows error occurred while executing SQL statement but I can't find the problem

I am facing a strange problem while using the Index Tuning Wizard (ITW) in SQL Server 2000. It shows error occurred while executing a SQL statement. I've checked every thing like trace is okay, as they show no problem with SQL Server 2005. Kindly give me some solution, URGENT.

View Answer   |  May 14 2008  3:36 AM GMT
SQL, SQL Server performance tuning, SQL Server errors
asked by SQL Server Ask the Experts

  2445 pts.

Error when trying to restore SQL Server database backup file

We have a SQL Server database backup file with the extension .bak. In the new server we created a database with the same name. We are trying to restore the database with the backup file, but we’re unable to do that. When we try to add the backup file, SQL Server raises error that we have no...

View Answer   |  May 14 2008  2:55 AM GMT
SQL Server errors, SQL Server backup and restore
asked by SQL Server Ask the Experts

  2445 pts.

SQL Server error message 'Could not find the index entry for RID '1628000000a412030044160000869a0000040000' in the database

I'm getting the error 'Could not find the index entry for RID '1628000000a412030044160000869a0000040000' in the database. The table is a very big table and lots of transactions are happening every minute. Please let me know what would be the possible cause and solution for this problem.

View Answer   |  May 7 2008  4:21 PM GMT
SQL Server, Index, SQL Server errors
asked by SQL Server Ask the Experts

  2445 pts.

Error when upgrading SQL Server 2000 to SQL Server 2005

I am upgrading SQL Server from 2000 to 2005. While upgrading I have received the below mentioned error. Kindly review and advise me on this. By the way, I have sufficient disk space on my server. "TITLE: Microsoft SQL Server 2005 Setup SQL Server Setup has encountered the following problem: ...

View Answer   |  May 7 2008  3:29 PM GMT
Upgrades, SQL Server errors, SQL Server upgrades
asked by SQL Server Ask the Experts

  2445 pts.

Query error when using application role with ADO connection

I am developing an application with an ADO connection. I need to run a query on two different databases on the same server using an application role. When I run the query I get an error \domainusername does not have a logon on database (referring to the second database). Is there any way around it?...

asked by SQL Server Ask the Experts

  2445 pts.

Can't Install SQL Server 2000 on Window XP SP2

I try to install SQL Server 2000 on Window XP SP2, but there is an error message mean "OS not support.". What should I do? How can I install SQL Server 2000 on Window XP SP2? Please, give me the best and detail answer. Thanks.

View Answer   |  May 2 2008  4:29 AM GMT
Windows XP, SQL Server 2000, SQL Server errors
asked by Yoyo

  5 pts.

New user permission to SQL server

Hi all, I have created a new local user on the sql server. Now when i access the sql enterprise server, it fails and gives error as " login failed to user, check SQL registration properties. Thank you.

asked by Mutallib

  5 pts.

Error when restoring a .bak file in SQL Server

I’m having a problem restoring a .bak file in SQL Server. The .bak file is fine and good. But when I restore it, I get an error. It says " TITLE: Restore failed for Server <servername>(Microsoft.SqlServer.Smo) ------------------------------ ADDITIONAL INFORMATION: ...

View Answer   |  Apr 10 2008  2:12 AM GMT
Backup & recovery, SQL Server backup, SQL Server errors
asked by SQL Server Ask the Experts

  2445 pts.

Great Plains 8 ODBC Error (45)

This just started today, Great Plains has been working for a good time now. I get first error message when logging on " A get/change first operation on table 'tablename' (45)." And then when you click on More Info... it says "[Microsoft][ODBC SQL Server Driver][SQL Server]Database'Databasename' is...

View Answer   |  Apr 7 2008  1:47 PM GMT
Database, ODBC, Great Plains
asked by Bradob

  115 pts.

61 - 80 of 88