Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2005

Query to Select Between Two Times of Day

sql tsql sql-server-2005

Conditional group by in sql server?

negative selection SQL Query

A script to test existence of primary keys

SQL query to exclude records if it matches an entry in another table (such as holiday dates)

sql join sql-server-2005

Replace empty cells with NULL values in large number of columns

How to fetch the nth highest salary from a table without using TOP and sub-query?

How to get the xml-safe version of an sql server XML Column

What is an alternative to cursors for sql looping?

How to check when autogrowth is done last?

sql sql-server-2005 tsql

T-SQL: Comparing Two Tables - Records that don't exist in second table

sql sql-server-2005 tsql

Keyboard shortcut for "Connect to Server" in Management Studio

sql-server-2005 ssms

Use hardcoded list of values in query

sql-server-2005

subqueries in UPDATE SET (sql server 2005)

sql-server-2005 subquery

Entity Framework - default values doesn't set in sql server table

get new SQL record ID

Is it possible for a trigger to find the name of the stored procedure that modified data?

SQL Server 2005 : str(4.65,5,1) = 4.7, str(3.65,5,1) = 3.6?

Why can't i refer to a column alias in the ORDER BY using CASE?

What is the minimum number of rows required to create an index?