An error occurred while processing log encryption
SQL Server 2000 SP4 - Read Only DB Suspect
Login accounts
Sql server 2000 - Reverse the fill factor values after DBCC Reindex
SQL server does not use tempdb
What's running update statistics with fullscan
Performanence very slow after migrated database from 2000 to 2008 sql
RESTORE (SQLSERVER 2008) VIA BAT
SQLServerAgent Error: 32. [SQLSTATE 42000] (Error 22022)
space given in DB name and backup failure
Error 0: This server has been disconnected. You must reconnect to perform this operation.
Differences between MS SQL Server and Gupta SQL Server
Hi Guys!!!
I needed to support one of the Gupta SQL Base 8.5 database very soon. Right now I am supporting quite a few MS SQL Server databases (6.5, 7.0 and 2000). Just wanted to check if there were any differences between the two.
Can you please give some information on how big are they different, any links, etc.
Thanks so much.
need sql 2000 (developer) to work on new windows 10 development machine
SQL 2000 PK Constraint Error
detach and re-attach mdf/ldf files results in read only database
SQL 2000 cant not login using servername\Instancename
PAGEIOLATCH_EX
Environment:
- SQL Server 2000 sp3
- 8 CPUs
- Auto Statistics option is ON
- Simple Recovery Mode
Issue:
- Running a batch of INSERT statements that has been running for a very long time during development of a migration tool
Some diagnostic
- SELECT * FROM sysprocesses WHERE spid = 53
spid kpid blocked waittype waittime lastwaittype waitresource ecid 53 2104 0 0x0000 0 PAGEIOLATCH_EX 13:1:6938984 053 2828 0 0x0208 16 CXPACKET 153 2680 0 0x0208 16 CXPACKET 253 704 0 0x0208 16 CXPACKET 353 3408 0 0x0208 16 CXPACKET 453 2792 0 0x0208 16 CXPACKET 553 912 0 0x0208 16 CXPACKET 653 616 0 0x0208 16 CXPACKET 753 760 0 0x0208 16 CXPACKET 8
I am aware that ecid = 0 corresponds to the parent thread.
QUESTION: Does this look OK?
Thanks for your help.