Default Collation of SQL Server 2008
Recently I wrote article about SQL SERVER - 2008 - Install SQL Server 2008 - How to Upgrade to SQL Server 2008 - Installation Tutorial, I received... more »
0 commentsSave Tags: database, reviews
MySQL Connector/C++ 1.0.1 Alpha Released offering a JDBC API for MySQL C++ developers
The MySQL Connector/C++ Connector project has successfully reached its first major milestone by releasing its Alpha version. The Connector provides a... more »
0 commentsSave Tags: c-and-cpp, database
Null and Empty Strings
Anyone who has programmed for any length of time has encountered the concepts of null and empty strings. They are not the same, and confusing the two... more »
0 commentsSave Tags: database, php
SQL Execution (Enterprise Manager-QA) VS. .NET Execution *and timeout exceptions
Resolution to Message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding problem. ... more »
0 commentsSave Tags: .net, database, server, web design
Oracle CData-Integrity Code to Linux Kernel
Oracle has contributed data-integrity protection code, partly developed with the hardware vendor Emulex, to the Linux kernel, the vendors announced... more »
0 commentsSave Tags: announcement, database, unix-linux
SQL Server Fibonacci Sequence
This probably falls under the category of ‘Why bother’. However, there has been some recent interest in calculating arbitrarily large fibonacci... more »
0 commentsSave Tags: database, how-to
Fluent NHibernate’s AutoPersistenceModel: I Love it!
I checked out the latest version of Fluent NHibernate today and noticed the AutoPersistenceModel. I looked at the unit-tests to see what it’s supposed... more »
0 commentsSave Tags: database, reviews
Be Paranoid. Be Very Paranoid.
Do you maintain an application with a backend database? Does that application ever write to the database? Be afraid. The worst situation to be in with... more »
0 commentsSave Tags: database, trends
Migrating from LINQ to SQL to the Entity Framework: Stored Procedures for data retrieval
LINQ to SQL supports a wide range of scenarios that involve stored procedure mapping and usage. This also happens to be an area where there is a... more »
0 commentsSave Tags: .net, database, frameworks, how-to
A ‘Many To Many’ field template for Dynamic Data
Unlike Linq To Sql, Entity Framework directly supports Many to Many relationships. I’ll first describe what this support means. In the Northwind... more »
0 commentsSave Tags: .net, database
Construct SQL to Create Indexes - MySQL
You have several instances of a database, and you adds indexes to improve the performance. Sometimes you does not adds these indexes in all the... more »
0 commentsSave Tags: database, other languages
How did I reduce CPU overhead problem caused by mySql?
In this you'll see a simple technique used to reduce the mysql database overhead reducing the CPU load.
0 commentsSave Tags: database, how-to, php
Adobe AIR Annotation-Based ORM Framework
In this demo Christophe builds a simple annotation based ORM framework for use with the local database in Adobe AIR. Check out the demo with source... more »
0 commentsSave Tags: database, flash-flex, ria
Adobe AIR 1.5 Database Encryption Demo
Christophe updated his Salesbuilder sample application to leverage the new database encryption in Adobe AIR 1.5. Check out this great demo with... more »
0 commentsSave Tags: database, flash-flex, ria, security
Oracle SQL Developer Data Modeling
Oracle releases Data Modeling tool which will eventually be bundled with Oracle SQL Developer. SQL Developer Data Modeling offers a full spectrum of... more »
0 commentsSave Tags: database, tools
CouchDB Edge: Security and Validation
Anytime you want to catch up with CouchDB’s bleeding edge, the first stop is couch_tests.js. It’s just a series of Javascript tests that run from the... more »
0 commentsSave Tags: database, javascript, security
via