Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

In SQL Server, how do I create a reference variable to a table?

Cannot use the ROLLBACK statement within an INSERT-EXEC statement [duplicate]

sql sql-server-2005

How to convert hex 'YMD' date to a readable date?

sql date hex

How do I map true/false/unknown to -1/0/null without repetition?

Why does EF generate this sql when querying reference property

Statistical query in SQL - is this possible with NHibernate LINQ?

Connect by prior tree must be symmetrical

sql oracle

How can I query between two columns while still taking advantage of indexes?

mysql sql indexing

INSERT ALL INTO and Sequence.nextval for a Surrogate Key

sql oracle plsql

Contradictory Oracle query result

sql oracle

How to ensure a SQL like NOLOCK when using Django Model Queries

sql django pyodbc

Way to debug stored procedures in SQL Azure?

Best practices for synchronizing a SQL database with a REST remote server on Android

Best (NoSQL?) DB for small docs/records, unchanging data, lots of writes, quick reads?

sql nosql

PostgreSQL: The lower the LIMIT, the slower the query

What is enough to store dates/times in the DB from multiple time zones for accurate calculations?

Is bind peeking disabled on distributed queries?

sql oracle plsql oracle11g

Why are individual SELECT queries running when an all-encompassing SELECT already ran? (Rails/ActiveRecord)

MySQL index optimization with Subquery vs Left Joins

mysql sql join subquery

(relational) database performance for a date/time point/interval

sql performance ms-access