Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

Complex LINQ-TO-SQL solution.......or just my inexperience?

c# linq t-sql linq-to-sql

Complex SQL statement feasibility

Is there a way to detect a cycle in Hierarchical Queries in SQL Server?

Exclude weekends and custom days (i.e. Holidays) from date calculations

Can this SQL CASE WHEN statement be made shorter?

sql-server t-sql

How to add trailing space after some number of character using select statement?

sql-server-2005 t-sql

How to select from or store result of sp_describe_first_result_set

How to select rows as a column for View in TSQL?

sql-server-2008 t-sql

Selecting all foreign rows for each row useing a N-N table

sql sql-server string t-sql join

Optimize update query

sql sql-server t-sql

LIKE not working in TSQL

How to apply non standard SQL column sort order?

sql-server t-sql

Assign quotient or longer expression to local (real) variable T SQL

sql sql-server t-sql

Is there any performance difference between ASC and DESC when ORDER BY clause is properly indexed?

sql-server t-sql

fill in missing data gaps in a table

Fastest way to check if a character is a digit?

Conditional where clause T-SQL

t-sql sql-server-2008

SQL Server 2000 - Debugging Deadlocks

How do I use locking hints so that two parallel queries return non-intersecting results?