Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

By how much can i approx. reduce disk volume by using dvc?

python sql r git dvc

Do I really need to use transactions in stored procedures? [MSSQL 2005]

How to make conversions from varchar to datetime deterministic?

Can SQL CLR triggers do this? Or is there a better way?

Deploying Sql Server Reporting Services reports on production boxes

rrd tool alternative for high volume

SQL Express 2005/2008 Concurrent Connections

sql sql-server ado.net

Store time of the day in SQL

Descending sort order indexes

T-SQL equivalent of =rand()

sql sql-server tsql random

Is there a nesting limit for correlated subqueries in some versions of Oracle?

sql oracle

Database binding for OCaml?

Atomic exclusive SQL record update

sql sql-server tsql

SQL Server Enterprise Manager Download? (Or Windows 7 equivalent?)

sql sql-server

unique index slows down?

sql mysql

How to find unused tables in SQL Server

sql sql-server-2008

Good embedded database solution (like SQLite) for .Net

How to rename a table in the sql server compact edition

SQL join on one-to-many relation where none of the many match a given value

sql join one-to-many

Why does "SELECT DISTINCT a, b FROM..." return fewer records than "SELECT DISTINCT A + '|' + B FROM..."?