LOCK:TIMEOUT in Tempdb, ObjectID=0
Not clustered or the cluster service is up and online
Does SQL Server 7.0 have the option of Full, Simple, Bulk Recovery models
Continuous slowness from last 2 week
Decyphering waitresource
SQL Server 2000 Replication
Red Squiggly line by my Server name in SQL Server 7.0
'MMC could not create the snap-in' Error in SQL 2000
Description of a TempTables
Open Transactions
Checkpoint Duration
Cannot log in/connect to databases
How 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
tempdb..syscolumns growing in size without obvious reason
sysobjects id field value limit reached (INT)
Cannot 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 error:
Error 5042: The file 'data8' cannot be removed because it is not empty.
I tried the same thing with other smaller data files and I could easily delete those files.
Even when I try to shrink the file, the file size remains same.
Please help!! I need to urgently get the database size reduced.
Thanks,
Kedar
The log for database "databasename" is not available.
BCP in file where 1st line is different
enabled 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 yet). In the job properties, I unchecked the 'enabled' tick box. So now the job is disabled, but I didn't disabled the schedule itself (the one that runs every 1 hour), will that still cause the job to run even though I disabled it?
thx
XP_INSTANCE_REGREAD
I have a SQL2005 question:
I have a query that runs fine on SQL2000
declare @rc int,@dir nvarchar(5)
exec @rc = master.dbo.xp_instance_regreadN'HKEY_LOCAL_MACHINE',N'Software\Microsoft\MSSQLServer\MSSQLServer\SuperSocketNetLib\Tcp',N'TcpPort', @dir output
select @dir
@dir returns 1433
Under SQL2005 it returns
RegQueryValueEx() returned error 2, 'The system cannot find the file specified.'
Anyone have an idea?
thanks