Use this tag for questions specific to the 2000 version of Microsoft's SQL Server.
I need to install MSDE 2000 Release A on Windows 10. The installation window pops up and then immediately closes without an …
sql-server-2000 windows-10 msdeI've got a number of ASP.Net websites (.Net v3.5) running on a server with a SQL 2000 database backend. For …
asp.net sql-server iis-6 sql-server-2000 asp.net-3.5It seems that some scripts generated by Enterprise Manager* (or not, it doesn't matter) created check constraints WITH NOCHECK. Now …
sql-server sql-server-2000 check-constraints database-integrity sp-msforeachtableEvery now and then in a high volume .NET application, you might see this exception when you try to execute …
c# sql-server tsql ado.net sql-server-2000How can I tell SQL Server not to raise an error if I insert or update a string longer than …
sql-server-2000Is it possible to make efficient queries that use the complete regular expression feature set. If not Microsoft really should …
sql-server regex sql-server-2005 sql-server-2008 sql-server-2000My customer is running MS SQL Server 2000. I completed a project, but I failed to realize that MS SQL Server 2000 …
sql sql-server-2000 coldfusion-10i have two queries being combined with a UNION ALL1: --Query 1 SELECT Flavor, Color FROM Friends --Query 2 SELECT Flavor, (SELECT …
sql-server sql-server-2000 sql-order-by union union-allI can't seem to figure out how to set the default database in Sql Server from code. This can be …
sql-server database sql-server-2000I'm migrating a legacy SQLS2k to 2008R2, and it seems all data access was done through stored procs, and …
sql-server sql-server-2008 join sql-server-2000 outer-join