Top "Sql-server-2000" questions

Use this tag for questions specific to the 2000 version of Microsoft's SQL Server.

How to monitor SQL Server Agent Job info in C#

I need to create an application for monitoring SQL Server 2000 Agent Job status and info when Job occur same as …

c# sql-server-2000 sql-server-agent
How do I get the list of all stored procedures and their parameters starting with a certain prefix?

Is there a way to query the database and retrieve a list of all stored procedures and their parameters? I …

sql-server stored-procedures sql-server-2000
DayOfYear function in T-SQL / SQL Server 2000

2 FEB is the 33rd day of the year, for example. Is there a built-in T-SQL function that returns the day-of-year (…

sql-server tsql sql-server-2000
How do I perform a case-sensitive search and replace in SQL 2000/2005?

In order to perform a case-sensitive search/replace on a table in a SQL Server 2000/2005 database, you must use the …

sql sql-server-2005 sql-server-2000 collation
How can I search for rows that contain a non-alphanumeric or space character?

I want to search a table for all rows that contain a non-alphanumeric and non-space character in a specific field. …

sql sql-server-2000 non-alphanumeric
How do I generate scripts for all tables with single stroke in SQL Server 2000?

How do I generate scripts for all tables with a single stroke in SQL Server 2000?

sql-server sql-server-2000
Trying to set a variable inside a case statement.

I'm trying to update a date dimension table from the accounting years table of our ERP System. If I run …

tsql initialization sql-server-2000 case-statement
SQL Server printf

Is there a printf-like function in Sql Server? I want the same features as the RAISERROR function, but instead of …

sql-server sql-server-2000
Find last sunday

How will you find last sunday of a month in sql 2000?

sql sql-server tsql sql-server-2000
How to create and populate a table in a single step as part of a CSV import operation?

I am looking for a quick-and-dirty way to import CSV files into SQL Server without having to create the table …

sql-server sql-server-2000 bulkinsert create-table openrowset