Use this tag for questions specific to the 2000 version of Microsoft's SQL Server.
On a SQL Server 2000 system, I have a templog.ldf file that seems to grow without bound! But when I …
sql-server-2000 size transaction-log tempdbWhen I am saving data into a table, extra spaces being added to the valued at the tail. I observed …
sql-server sql-server-2005 database-design sql-server-2000We have a big system with several hundred concurrent users so sql profiler gives a bit too much information without …
sql-server sql-server-2000 sql-server-profilerI have a SQL Server 2000 database with approximately 220 tables. These tables have a number foreign key relationships between them. Through …
sql sql-server sql-server-2000 foreign-keysI know NTEXT is going away and that there are larger best-practices issues here (like storing XML in an NTEXT …
sql-server xml sql-server-2000 types sqlxmlThis is going to sound like a crazy request. The databases that I report from do not have any foreign …
tsql sql-server-2000 constraints information-schemai have a stored procedure that performs a join of TableB to TableA: SELECT <--- Nested <--- TableA …
sql-server error-handling sql-server-2000 deadlock database-deadlocksTrying to run a cross-server update: UPDATE ASILIVE.CustomerManagementSystem.dbo.Sessions SET ASILIVE.CustomerManagementSystem.dbo.Sessions.VarianceAmount=Variances.VarianceAmount FROM …
sql-server sql-server-2000 linked-serverWhat's the easiest way to export data to excel from SQL Server 2000. I want to do this from commands I …
sql sql-server sql-server-2000 query-analyzerBelow is a simplified version of SQL script I have. print @RowNum always shows 0, rather than the real record number …
sql sql-server sql-server-2000 rowcount