Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

ROW_NUMBER OVER (ORDER BY date_column)

Querying SQL Server from PHP

php sql-server collation

Sql transaction failure

SQL Server: querying hierarchical and referenced data

sql sql-server hierarchical

pdo-odbc doesn't work whit bind values, nvarchar and text are incompatible in the equal to operator

php sql-server pdo odbc freetds

Dynamic sql using table variable -TSQL

sql sql-server tsql

Why is a nullable rowversion column is semantically equivalent to a varbinary(8)?

Error 20009 (severity 9):Unable to connect: Adaptive Server is unavailable or does not exist OS error 111, "Connection refused"

sql-server ubuntu odbc freetds

Why can't I ORDER BY a column alias when using PDO on SQL Server?

Converting UTC to local time returns strange result

Is there an OrmLite option for DateTime.SpecifyKind(DateTimeKind.Utc)?

How to know the TimeZone StandardName or DayLightName from TimeZoneOffset in Sql Server

Creating sequential invoice numbers in SQL Server without a race condition

Database table remains locked, if client process is killed after transaction start

Free form text again find in database

c# sql-server algorithm tsql

Weird side effect of "SET STATISTICS TIME ON" in SQL Server 2008R2?

How to create a LocalDB on Visual Studio 2013 that doesn't require SQL Server installed

Why Declare Table Variable is very slow compared to Temporary Table?

Optimistic concurrency on multi-table complex entity

For which indexes there are no entry in the Index Usage Stats Table?