Viewing 15 posts - 571 through 585 (of 1,365 total)
It would be better if you run profiler against your login and see from where that spid is gettng called up and which process is invoking such request.
MJ
March 10, 2009 at 8:37 am
http://msdn.microsoft.com/en-us/library/ms187997(SQL.90).aspx
This SQL Server 2000 system table is included as a view for backward compatibility. We recommend that you use the current SQL Server system views instead. To find the equivalent...
March 10, 2009 at 8:29 am
Would like to get updates as you proceed.
MJ
March 10, 2009 at 8:20 am
Try specifying a log file under the job logging option and see if it logs helpful error message there.
MJ
March 10, 2009 at 8:01 am
How to remove a failover clustered instance (Setup)
http://msdn.microsoft.com/en-us/library/aa216166(sql.80).aspx
There is however one known issue with build 2187 of SQL Server 2000 as described here, so you may need to apply this...
March 9, 2009 at 3:13 pm
You can create covering indexes in 2000. See -->http://www.sqlusa.com/bestpractices/coveringindex/
March 9, 2009 at 2:30 pm
If you applied the script before database restoration then they will get mapped automatically.
MJ
March 9, 2009 at 1:57 pm
Is your CPU the same as listed at -->http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/35f3f460-9168-401f-bca5-16536b6ad7fe/
MJ
March 8, 2009 at 9:48 am
Hope this works for you:
Create TABLE #db_file_information(
fileid integer
, theFileGroup integer
, Total_Extents integer
, Used_Extents integer
, db varchar(30)
, file_Path_name varchar(300))
-- Get the size of the datafiles
insert into #db_file_information
(...
March 6, 2009 at 3:20 pm
From-->http://blogs.msdn.com/sql_protocols/archive/2005/12/22/506607.aspx
Error Message 2:
A connection was successfully established with the server, but then an error occurred during the pre-login handshake. When connecting to SQL Server 2005, this failure may be caused...
March 6, 2009 at 7:09 am
What is the edition of sql server? Also, check sql error logs.
MJ
March 6, 2009 at 6:54 am
As long as you have space on any 1 mdf and any 1 ldf file(or the drive where they are residing if max size restriction is not there) then you...
March 6, 2009 at 6:52 am
Are there any memory related errors in sql server error log?
MJ
March 6, 2009 at 6:39 am
Please do check sql server error logs and event viewer logs for any errors. As another poster has posted "check for any service restart".
MJ
March 6, 2009 at 6:30 am
Is distributed transaction coordinator (MSDTC) service started on your machine?
Check the com+ applications on the machine-->my computer (Control panel\administrative tools\Componant services\Computers\My Computer\Com+ Applications).
MJ
March 6, 2009 at 6:15 am
Viewing 15 posts - 571 through 585 (of 1,365 total)