Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tsql

T-SQL rounding vs. C# rounding

Force T-SQL query to be case sensitive in MS

Select data from XML file as table in TSQL

sql-server-2005 tsql

SQL Server: Number of 8K Pages Used by a Table and/or Database

sql-server tsql

What is the difference between CHECKSUM_AGG() and CHECKSUM()?

tsql

multiply rows in t-sql

In SQL Server, how to create while loop in select

SQL Server 2005: Determine datatype of variable

sql sql-server-2005 tsql

TSQL: Try-Catch Transaction in Trigger

sql-server tsql triggers

Convert T-SQL to MySQL

mysql tsql

The argument 1 of the XML data type method "value" must be a string literal

sql xml tsql

T-SQL dynamic pivot

GETDATE() method for DB2

Bulk DELETE on SQL Server 2008 (Is there anything like Bulk Copy (bcp) for delete data?)

Tsql union of sub queries that each require an ORDER BY clause

How to get Previous Value for Null Values

How to add custom attributes to SQL connection string?

Choosing a binary collation that can differentiate between 'ss' and 'ß' for nvarchar column in Sql Server

Is there any reason for numeric rather than int in T-SQL?

sql database oracle tsql types

What's the best to check if item exist or not: Select Count(ID)OR Exist(...)?