Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tsql

SQL trigger on Truncate

sql sql-server tsql

Add Identity column to a view in SQL Server 2008

A more elegant way of escaping dynamic SQL?

Cannot resolve the collation conflict between "SQL_Latin1_General_Pref_CP1_CI_AS" and "Latin1_General_CI_AS" in the equal to operation

sql-server tsql collation

Where do I find Sql Server metadata for column datatypes?

How to get last char in a string in sql server

sql-server tsql

Quartz .Net - Meaning of BigInt DateTime

tsql quartz.net

alias not working on sql server 2008 r2

combining results of two select statements

sql tsql select

SQL take just the numeric values from a varchar

How to do the equivalent of a 'Tsql select into', into an existing table

sql sql-server tsql

Why prefix sql function names?

How to find difference between two columns data?

Error: Cannot alter or drop column 'x' because it is enabled for Full-Text Search

Invalid cast exception when reading result from SQLDataReader

How to get node name and values from an xml variable in t-sql

How do I remove extended ASCII characters from a string in T-SQL?

sql sql-server string tsql ascii

How to convert datetime to date only (with time set to 00:00:00.000)

Error creating a table : "There is already an object named ... in the database", but not object with that name

T-SQL Add Column In Specific Order

sql-server tsql alter-table