Scaling MySQL Beyond LAMP Websites
MySQL has established itself as the most popular database in the world, powering more web applications than any other database. Since many companies... more »
0 commentsSave Tags: database
Show hide system objects SQL Server's Enterprise Manager
If you want to show or hide the system objects in SQL server's enterprise manager such as "master database, system tables, system stored... more »
0 commentsSave Tags: database, microsoft
Policy-based Management in SQL Server 2008 – Part II
Facets support “On Change – Prevent” if there is transactional support for the DDL statements that change the facet state. Only the Login, User and... more »
0 commentsSave Tags: database, microsoft
Hitting 300 SimbleDB Requests Per Second on a Small EC2 Instance
Parallelization is the approach taken by Haakon@AWS in his Java code example of how to get the most out of SimpleDB. You can find the code at Indexing... more »
0 commentsSave Tags: database, frameworks, server, trends
ADO.Net Scenarios in ASP.Net Data Access
Performance is at high priority before complex functionality of ADO.Net objects. Isn't It?
0 commentsSave Tags: .net, announcement, database, research
Prepared Statements gotchas
I spotted an interesting blog post about prepared statements over on Planet OSDB about prepared statements gotchas. It illustrates very well the issue... more »
0 commentsSave Tags: database
Render barcode images on SSRS reports with Aspose.BarCode for Reporting Services
Aspose.BarCode for Reporting Services is a .NET solution for the rendering of barcode images in Microsoft SQL Server 2000 and 2005 Reporting Services.... more »
0 commentsSave Tags: .net, database, news, windows
Automating Processes by observing the Pattern
Use the SQL Queries to save time in Seagull Framework's Permision
0 commentsSave Tags: database, php
XForms and DB2 pureXML
Understand the end-to-end exchange of XML data from an XForms-based browser to a DB2 database with XML support. Learn to create XForms and have them... more »
0 commentsSave Tags: database, tools, web 2.0, xml
Cross Compare of SQL Server, MySQL, and PostgreSQL - Postgres OnLine Journal
"The below is by no means an exhaustive comparison of these 3 databases and functionality may not be necessarily ordered in order of importance. These... more »
0 commentsSave Tags: database, opinion, reviews
Accent Insensitive search in sql server + COLLATE SQL_Latin1_General_CP1_CI_AI
Accent Insensitive search on the fly not case insensitive Search data which contains çéèêëñòóôõöàáâãäåìíîïùúûüŵŷýÿ within English words.
0 commentsSave Tags: database
Export RDL reports to HTML and TXT with Aspose.Words for Reporting Services
Aspose.Words for Reporting Services is a rendering extension for Microsoft SQL Server 2000, 2005 and 2008 Reporting Services (32 bit & 64 bit). Now... more »
0 commentsSave Tags: .net, database, news, windows
Tracking Database Changes Using Triggers
How to easily and automatically track database changes, both in a single table and in foreign key tables. Also, code to effectively display changes in... more »
0 commentsSave Tags: .net, database, how-to, server
via