Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tsql

PRINT statement in T-SQL

sql-server tsql

ORDER BY items must appear in the select list if SELECT DISTINCT is specified

sql sql-server tsql

How to compare values which may both be null in T-SQL

How do I get just the date when using MSSQL GetDate()? [duplicate]

Can you explain the use of sys.sp_addextendedproperty in the following code?

select unique rows based on single distinct column

sql-server tsql

Perform insert for each row taken from a select?

Why is 199.96 - 0 = 200 in SQL?

Escape a string in SQL Server so that it is safe to use in LIKE expression

Inserting rows into a table with one IDENTITY column only [duplicate]

What should be the best way to store a percent value in SQL-Server?

sql sql-server tsql types

Get Multiple Values in SQL Server Cursor

sql sql-server tsql cursor

Use of SqlParameter in SQL LIKE clause not working

Why not use varchar(max)?

SELECT FOR UPDATE with SQL Server

Command for adding a default constraint

SQL Server 2008 Empty String vs. Space

Does T-SQL have an aggregate function to concatenate strings? [duplicate]

Combine multiple results in a subquery into a single comma-separated value

sql-server tsql join

Convert a SQL Server datetime to a shorter date format

sql-server tsql datetime