Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2000

What is the syntax to drop a Stored Procedure in SQL Server 2000?

WHERE IS NULL, IS NOT NULL or NO WHERE clause depending on SQL Server parameter value

What exactly does the T-SQL "LineNo" reserved word do?

Select column, if blank select from another

sql sql-server-2000

INSERT INTO @TABLE EXEC @query with SQL Server 2000

How do I select a 1 as a bit in a sql-server view?

sql sql-server-2000

MSSQL Select statement with incremental integer column... not from a table

SQL get the last date time record [duplicate]

How to output a boolean in T-SQL based on the content of a column?

sql sql-server-2000

How to fix the embedded text qualifier issue while exporting data to CSV flat file?

ORDER BY DATE showing NULLS first then most recent dates

Is there a way to get a list of all current temporary tables in SQL Server?

select a value where it doesn't exist in another table

sql sql-server-2000

Get the time of a datetime using T-SQL?

How can I insert binary file data into a binary SQL field using a simple insert statement?

SQL Server 2000: How to exit a stored procedure?

SQL where datetime column equals today's date?

datetime sql-server-2000

Get structure of temp table (like generate sql script) and clear temp table for current instance

Is SQL IN bad for performance?

sql sql-server-2000

Is there a way to persist a variable across a go?