Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

How to use a quoted “referencing” identifier in an Oracle trigger body

sql oracle plsql triggers

Day light savings time is resulting in incorrect dates in database

sql sql-server tsql dst

How far can you really go with "eventual" consistency and no transactions (aka SimpleDB)?

SQL Delete Where Not In

sql sql-server

Define Generic Data Model for Custom Product Types

Finding the lowest value in a table greater than a certain value

sql oracle

Is it possible to create a table with a variable name in PostgreSQL?

sql postgresql plpgsql

How would one represent scheduled events in an RDBMS?

Complex rails query - unions? sub-select? can I still used named_scope?

Pre-Deployment in Database project

Storing a Windows SID in a Database for Lookup

SQL: "Write Protect" row of data possible?

Stored Proc and SqlCommand Timeout

Do linq generated queries get cached effectively by SQL Server 2008?

sql linq performance

Merge queries into one query

sql mysql

Foreign key reference to a two-column primary key

sql schema primary-key

Are these tables respect the 3NF Database Normalization?

sql database normalization

Oracle Database Enforce CHECK on multiple tables

sql oracle

Using SQL for localization instead of RESX files in ASP.NET

asp.net sql resx

Conditionally set a column to its default value in Postgres

sql postgresql