Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2005

How can i use ' when - between ' statement in sql?

what is faster query (select name .... or select top(1) name

Using variables with GRANT and DENY in SQL Server 2005

Default SQL Server IsolationLevel Changes

SQL Server - OPENQUERY

Concatenating String in SQL Server 2005

sql sql-server-2005

SQL Server 2005 SSIS Data Transfer SQL to Excel Corrupts Excel File

SQL SELECT... WHERE with REPLACE - worried that it's inefficient

sql sql-server-2005 replace

How can I query the database culture (SQL Server 2005)?

SQL Server 2005 - Find minimum unused value within a range

remove time from sql

sql sql-server-2005

Operand type clash: int is incompatible with uniqueidentifier

c# sql-server-2005

Change collation during a query in SQL Server? Proper sort for English/Cyrillic/EU languages

Switch case/If in a where clause

Group by columns + COUNT(*), how to get the average count for every combination?

SQL Server 2005 - Reaching Table Row Size Limit

SQL Prompt alternatives for SQL Server 2005?

sql-server-2005

SQL Server 2000 XML PATH('') error

merge two columns into one column and get unique

sql-server-2005

How to get previous and current row value using recursive CTE?