Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

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

Is there any performance difference between a SQL "IN" statement versus using "OR"?

sql sql-server-2008 syntax

How to do a batch update?

c# sql sql-server linq-to-sql

How do I accurately handle a batch separator for SQL from C#

c# sql tsql parsing

Does Hibernate log the values that it assigns to placeholders in prepared SQL statements?

java sql hibernate logging log4j