Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tsql

Join on data from XML in T-SQL

sql-server xml tsql join

Casting String to Money Value in SQL Server

sql sql-server tsql casting ssis

How to insert into a static table using EXCEPT?

tsql sql-server-2008 except

Query AD Group Membership Recursively Through SQL

How do I calculate the equivalent to SQL Server (hashbytes('SHA1',[ColumnName])) in C#?

c# sql-server tsql sha

Two different update triggers for the same table

sql-server tsql triggers

Find out what stored procedures are signed using certificate in SQL Server 2008

Conversion failed when converting the varchar value to data type int in sql

SQL Query to truncate to two decimal points?

sql sql-server tsql

Should we end stored procedures with the GO statement?

last quarter and next quarter

sql sql-server-2008 tsql

Arithmetic overflow error converting IDENTITY to data type tinyint

SQL Offset total row count slow with IN Clause

sql sql-server tsql pagination

How to embed image in html and send html as email by msdb.dbo.sp_send_dbmail?

sql html sql-server tsql

Update table a from table b where (conditions)

sql sql-server tsql sql-update

T-SQL String Replace

sql sql-server database tsql

can we return a null from stored procedure

How do I close SQL Server output subwindow which appears when I run a T-SQL script from inside Visual Studio 2010?

visual-studio tsql

How do you extract just date from datetime in T-Sql?

sql-server-2005 tsql

Can Entity Framework model be passed a SQL script to be run against the database

.net sql tsql entity-framework