Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Declaring a default constraint when creating a table

How do I drop a function if it already exists?

tsql sql-server-2000

Is there a way to list open transactions on SQL Server 2000 database?

Grant execute permission for a user on all stored procedures in database?

How to get the first and last date of the current year?

Find index of last occurrence of a sub-string using T-SQL

Can I protect against SQL injection by escaping single-quote and surrounding user input with single-quotes?

How do I generate a random number for each row in a T-SQL select?

How to Join to first row

Check if table exists in SQL Server

Add a column with a default value to an existing table in SQL Server