Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2000

Subqueries are not allowed in this context. Only scalar expressions are allowed

Big parameter list for SQL query

How to get columns Primary key constraints using SqlConnection.GetSchema()

How to insert JPEG into a SQL Server 2000 database field of image type using Transact SQL

How to monitor SQL Server Agent Job info in C#

SQL Error: Incorrect syntax near the keyword 'End'

Is it possible to calculate MD5 hash directly in T-SQL language?

Get last inserted UNIQUEIDENTIFIER in SQL Server 2000

SQL Server 2000: how do i get a list of tables and the row counts? [duplicate]

tsql count sql-server-2000

SQL Server Deadlock Fix: Force join order, or automatically retry?

How I can get the first 3 digits in 123456 Numbers in sql?

sql tsql sql-server-2000

SQL query to return one single record for each unique value in a column

sql tsql sql-server-2000

What's the best way to store a title in a database to allow sorting without the leading "The", "A"

SQL Server Trigger loop

What is the limitation in the length of an SqlCommand query

T-SQL Between Dates Confusion

Stored procedures are timing out intermittently!

SQL Server *= operator [duplicate]

Executing stored proc from DotNet takes very long but in SSMS it is immediate

Is timestampdiff() in MySQL equivalent to datediff() in SQL Server?