LOCK:TIMEOUT in Tempdb, ObjectID=0
The setup: SQL Server 2000 sp4, 2 CPU box with hyperthreading, 4G memory, more than enough free hard drive space. The application is written in Java, and uses Hibernate, c3p0, jTDS, JNDI, and I'm not...
View ArticleNot clustered or the cluster service is up and online
Hi All,Issues while installing new instance on one node (which is acting as a DR server in availability groups).I am getting below error When I am applying SQL 2012 SP2 after SQL Server 2012...
View ArticleDoes SQL Server 7.0 have the option of Full, Simple, Bulk Recovery models
HiI have a lot of versions of SQL Server Standard edition. Does anyone know if SQL Server 7.0 have the concept of recovery models?ThanksKathy
View ArticleContinuous slowness from last 2 week
Hello,We are supporting one of the client and they are facing slowness from last couple of weeks at a specific time. I have setup the sql profiler but not couldnt find anything unusual. I did check...
View ArticleDecyphering waitresource
I have a spid that shows a wait resource in the form n:n:nnnnnnn . The first number is dbid and the second (I believe) is fileid, and I think the third might be page number? This is different than the...
View ArticleSQL Server 2000 Replication
I have a SQL Server 2000 Database that I cannot delete because it is being used for Replication (I believe it is a subscriber) but I do not know which instance the Publisher is. Is there a way to...
View ArticleRed Squiggly line by my Server name in SQL Server 7.0
HiCan anyone tell me why I have a red squiggly line by my server name in SQL Server Enterprise Manager 7.0?ThanksKathyPlease see jpg attached
View Article'MMC could not create the snap-in' Error in SQL 2000
Hi!Our Systems guys were doing SQL patching the night before. Now I am not able to access SQL Server Enterprise Manager. At every attempt, the following error message shows up: "MMC could not create...
View ArticleDescription of a TempTables
Hi,I would like to find the equivalent command to describe the property of a temp table.You can use sp_help tablename where tablename is permanent...But get an error message when using sp_help on a...
View ArticleOpen Transactions
Hi All,I know how to see active open transaction or current long running transaction (DBCC OPENTRAN) but how can I get the information of the long running transaction which has been occcured yesterday....
View ArticleCheckpoint Duration
Is there any way to know, what is the duration set for Checkpoint.I know we can set\customize it, but i want to know the current duration, if someone has changed it.Also i want to know if there is any...
View ArticleCannot log in/connect to databases
Hello,I really don't work with SQL Server much. I had to move some servers from one building to another and set them back up. After booting up the SQL Server (2000) and went into Server Manager I saw...
View ArticleHow to fix "Divide by zero error" in SQL Server
Hi All,Anyone know how to fix the error "Divide by zero error encountered. [SQLSTATE 22012] (Error 8134) "Thanks in advance-snt
View Articletempdb..syscolumns growing in size without obvious reason
Hi all, Does anybody have ever seen tempdb..syscolumns table growing in size while maintaining ~300 entries? [code="sql"]select cast(object_name(id) as varchar(10)) as...
View Articlesysobjects id field value limit reached (INT)
We have an application that creates physical tables in the database. The tables serves like a temporary tables and are supposed to be automatically dropped after use. Over the years, nobody realizes...
View ArticleCannot delete data file
I have a database with 8 data files. I ran a DBCC Shrinkfile with emptyfile option on one file (90GB size) which ran successfully. But when I try to delete the file now, it throws the following...
View ArticleThe log for database "databasename" is not available.
"The log for database MYDB is not avaiable" .. when writing an UPDATE statement to a table.We first observed this problem today in a database but I found out that in addition we have had an error in...
View ArticleBCP in file where 1st line is different
Hi there,Basically I have a comma delimited file (with 5 fields) that I need to import into SQL Server 2008 using BCP. The first line however is different from the rest in that it only contains one...
View Articleenabled job vs enabled schedule
Hi all, a really stupid newbie question.Say you created a new job. This job is schedule to run everyone 1 hour. Now I don't want it to run every 1 hour but disable the job (don't want to delete it just...
View ArticleXP_INSTANCE_REGREAD
I have a SQL2005 question:I have a query that runs fine on SQL2000declare @rc int,@dir nvarchar(5)exec @rc =...
View Article