SQL Server Database Objects
Grok Headline matches for SQL Server Database Objects
SQL Server profiling, monitoring and
tuning: SQL Server Performance Objects
(Part 3)
SQL Server profiling, monitoring and
tuning: SQL Server Performance Objects
(Part 3)
05/21/2004 06:44 PMPDO: Python Database Objects
PDO: Python Database Objects
11/03/2003 11:13 AMPython Database Objects (PDO) 1.1.0 Released
MDO - Mercury Database Objects
MDO - Mercury Database Objects
12/09/2003 10:59 PMMercury beta release 0.8.4
Deleting SMS Software Delivery Objects
from Notification Server
Deleting SMS Software Delivery Objects
from Notification Server
08/14/2004 04:23 AMHotFix Watch: The package objects in a
Systems Management Server 2.0 child site
are not synchronized
HotFix Watch: The package objects in a
Systems Management Server 2.0 child site
are not synchronized
05/23/2004 04:32 PMFirebird Database Server
Firebird Database Server
06/13/2004 10:32 AMBeyond Proprietary
Databases: Helen Borrie on the Future of Firebird: Here's an
interesting interview with one of the people behind Firebird, an emerging
open-source, multi-platform database server.
It's a fork of a mature commercial database called
InterBase. InterBase is an enterprise-level database — Firebird
is the same, but better. You'll find Firebird behind a number of Web
sites, storing records for telecom companies and managing data for
point-of-sales systems — just about anywhere you might find
Oracle or [Microsoft] SQL Server.
Firebird, you may remember, was the reason that the Mozilla browser
project had to change its
name to Firefox.
Click here to comment on this entry
Copying An SMS Database From One Server
To Another
Copying An SMS Database From One Server
To Another
09/24/2004 05:54 PMPostgreSQL Database Server
PostgreSQL Database Server
11/19/2003 02:44 AMPostgreSQL 7.4 Now Available For Download
Server/Database Engineer at Six Apart
Server/Database Engineer at Six Apart
01/28/2004 04:35 AMSix Apart - United States, CA, San Mateo (2004-01-27)
Oracle Database 10g Available for Mac OS
X Server
Oracle Database 10g Available for Mac OS
X Server
12/24/2004 12:21 PMNow certified on Mac OS X Server, Oracle Database 10g is the first
database designed for grid computing and it offers a cost-effective
way to manage enterprise information. Pairing it with Apples
powerful server hardware and software, customers get a robust,
scalable database platform thats easy and affordable to deploy
and maintain. [Dec 23]
Server CE Database Development with .NET
Server CE Database Development with .NET
12/17/2003 11:55 AMWilliam Ryan writes "SQL Server CE is Microsoft's preferred database
backend for its Compact Framework initiative. Compact Framework is a
cool technology, but ...
MySQL Database Server 4.1.4 (Gamma
(4.1.x))
MySQL Database Server 4.1.4 (Gamma
(4.1.x))
08/31/2004 09:34 AMA fast SQL database server.
MySQL Database Server 4.1.1 (Alpha
(4.1.x))
MySQL Database Server 4.1.1 (Alpha
(4.1.x))
12/04/2003 02:29 PMA fast SQL database server.
MySQL Database Server 4.1.3 (Alpha
(4.1.x))
MySQL Database Server 4.1.3 (Alpha
(4.1.x))
07/02/2004 06:24 PMA fast SQL database server.
MySQL Database Server 4.0.18 (Production
(4.0.x))
MySQL Database Server 4.0.18 (Production
(4.0.x))
02/13/2004 12:09 PMA fast SQL database server.
Configuring SMS Database Server Memory
Configuring SMS Database Server Memory
09/03/2004 04:25 PMMicrosoft beefs up SQL Server database
Microsoft beefs up SQL Server database
04/04/2005 04:38 AMMicrosoft last week shared details about the business intelligence
features it is adding to the forthcoming SQL Server 2005 database,
code-named Yukon.
MySQL Database Server 4.0.17 (Production
(4.0.x))
MySQL Database Server 4.0.17 (Production
(4.0.x))
12/17/2003 06:09 PMA fast SQL database server.
Firebird Database Server Penetration
Firebird Database Server Penetration
03/30/2005 03:30 PM'Most important ever' MySQL reaches beta: I found this
stat in this article about MySQL 5.0, and I'm amazed by it:
[MySQL] accounted for 40 percent of open source database
deployments, while Firebird and PostgreSQL accounted for 39 percent
and 11 percent of deployments respectively.
Firebird has a 39% share of open-source database deployments? One
percent behind MySQL? That's amazing, as I thought it was still a
hidden gem.
We've talked about Firebird here and here.
Great database platform, by all appearances. I'm moving an enterprise
system I built off of SQL Server, and I made the decision to put it on
Firebird, so know that you'll be hearing much more about it in the
coming months.
MySQL Database Server 5.0.0 (Development
(5.0.x))
MySQL Database Server 5.0.0 (Development
(5.0.x))
12/24/2003 09:21 PMA fast SQL database server.
Pulling Logic Out of PHP and Onto the
Database Server
Pulling Logic Out of PHP and Onto the
Database Server
01/07/2003 02:46 PMPulling Logic Out of PHP and Onto the Database Server
For a lot of us who haven't ever worked with databases other than
MySQL, we're not really used to putting our database logic onto the
database server. This a really good article, both the author of
SourceForge, on implementing server side database logic (in Postgres)
and illustrating triggers, advanced SQL, etc. Recommended!
As my programming skills have improved over the years, I find myself
demanding more precise and guaranteed control over my data. Simply
inserting into the database and hoping for the best is not good enough
anymore. Using transactions and foreign keys are good first steps in
ensuring data integrity, but with some of the more advanced databases,
you can go further still and move programming logic into the database
itself, stripping it from your PHP code.
I recently picked up development of GForge, an open source software
development/project management tool. Part of what I wanted to do was
create a first-class "Project Manager", similar to MS Project or
similar tools which do Gantt charting, and I wanted to do it with PHP
using a web interface.
In Gantt charting, you have a series of tasks, which can be
constrained by prior tasks, as in the example below. Task B is
dependent on the completion of Task A, and Task C is dependent on Task
B.
That sounds easy enough, but what if a user attempts to enter a start
date on Task B that is earlier than the end date of Task A? At the
time you insert Task B, or update its entry in the database, you could
have PHP logic that queries the database and checks the end date of
task A. That's a couple lines of PHP. But what if you need to delay
Task A by a week? Now you need a recursive function in PHP which will
go all the way down the line and delay Task B and then Task C by the
proper amount and commit all the changes to the db. Suddenly, you are
looking at a lot of queries and recursion in PHP and you've got a
performance problem, especially if you have a high-traffic web
application. [_Go_]
SQL Server Scripts for Database
Maintenance
SQL Server Scripts for Database
Maintenance
05/19/2004 12:02 AMMySQL Database Server 4.0.20 (Production
(4.0.x))
MySQL Database Server 4.0.20 (Production
(4.0.x))
05/19/2004 04:27 AMA fast SQL database server.
An Overview of SQL Server "Yukon" for
the Database Developer
An Overview of SQL Server "Yukon" for
the Database Developer
10/31/2003 12:37 AMWith the advent of the next version of Microsoft SQL Server code named
"Yukon" the world of database development is changing. Developers now
have the option of locating their code appropriate to its
functionality, accessing data in native formats, like XML, and
building complex systems driven by the power of the database server.
Also, database development is becoming more integrated than ever with
all the tools that developers need presented at their fingertips.
Moving Your Access 2002 Database to SQL
Server
Moving Your Access 2002 Database to SQL
Server
12/22/2004 01:48 AMMicrosoft Access developers generally consider a move to SQL Server
for performance, security, and stability reasons. This process is
known as upsizing, and developers will find a number of key
differences while migrating from Access to SQL Server. It is crucial
that these differences are noted and appropriate action is taken to
ensure a seamless and incident-free migration from Access to SQL
Server.
An Overview of SQL Server 2005 for the
Database Developer
An Overview of SQL Server 2005 for the
Database Developer
08/03/2004 12:31 AMWith the release of Microsoft SQL Server 2005 Beta 2, the world of
database development is changing. As a database developer, you now
have the option to appropriately locate your code in relation to its
functionality, to access data in native formats such as XML, and to
build complex systems that are driven by the power of the database
server. Database development is becoming more integrated than ever
before, and all of the tools that you need are available right at your
fingertips.
This paper discusses some of the new features of SQL Server 2005 that
will enable you to build a new class of database application.
Using The SQL Server Web Assistant To
Publish SMS Database Information
Using The SQL Server Web Assistant To
Publish SMS Database Information
01/04/2004 09:31 PMCasino Hits Database Jackpot With SQL
Server
Casino Hits Database Jackpot With SQL
Server
05/31/2004 10:05 AMIntegrated BI makes SQL Server a winner for the Borgata.
MySQL Database Server 4.0.2 (Alpha)
released
MySQL Database Server 4.0.2 (Alpha)
released
07/11/2002 05:29 PM MySQL is a widely used and fast SQL database server. It is a
client/server implementation that consists of a server daemon (mysqld)
and many different client programs/libraries.
Microsoft Targets New Database
Developers with SQL Server Express
Microsoft Targets New Database
Developers with SQL Server Express
06/29/2004 05:28 PMSQL Server 2005 Express Edition will replace Microsoft SQL Server
Desktop Engine as the software maker's lightweight database offering
of choice.
Dell, Oracle offer server-database
bundle
Dell, Oracle offer server-database
bundle
09/21/2004 05:01 PMPursuing enterprise departments and smaller businesses, Oracle and
Dell Computer are offering a package featuring a Dell PowerEdge server
bundled with the Oracle Database10g Standard Edition One database and
the Microsoft Windows Server 2003 operating system.
Generate Unique Notification Server
Database Records
Generate Unique Notification Server
Database Records
06/24/2004 04:40 AMSQL Server 7.0 to DB2 Universal Database
6.1 comparison: Part2 - Implementation
Differences
SQL Server 7.0 to DB2 Universal Database
6.1 comparison: Part2 - Implementation
Differences
07/28/2004 08:01 AMSQL Server 7.0 to DB2 Universal Database
6.1 comparison: Part1 - Administration
Issues
SQL Server 7.0 to DB2 Universal Database
6.1 comparison: Part1 - Administration
Issues
06/10/2004 06:11 PMMaking a PHP Site on Linux Work with a
Microsoft SQL Server Database
Making a PHP Site on Linux Work with a
Microsoft SQL Server Database
02/14/2003 10:43 AMIt's a LAMP site, but the M isn't MySQL. Can PHP on the Linux box make
the connection to Microsoft SQL Server?
Informix Database at Heart of IBM's
Server-Based Software Strategy
Informix Database at Heart of IBM's
Server-Based Software Strategy
05/10/2004 05:54 PMIBM executives say the 100 percent Java database, named Cloudscape,
will ensure zero administration burden, a small footprint and
portability that will enable it to run on PDAs and other client
devices.
[SHATTER Team Security Alert] Multiple
vulnerabilities in Oracle Database
Server
[SHATTER Team Security Alert] Multiple
vulnerabilities in Oracle Database
Server
09/02/2004 05:38 PMSHATTER (Application Security, Inc.) (Sep 02 2004)
SQL Server forum stories - How to backup
an entire mssql database from a command
line
SQL Server forum stories - How to backup
an entire mssql database from a command
line
05/25/2004 04:37 PMSolution Guide for Sybase/UNIX to SQL
Server 2000: Database Engine Migration
and Application Interoperation
Solution Guide for Sybase/UNIX to SQL
Server 2000: Database Engine Migration
and Application Interoperation
05/18/2004 01:31 PMThis guide presents information on the most common issues encountered
and possible solutions for migrating Sybase databases to SQL Server.
The guide focuses on procedures for transferring the items in a Sybase
database and on redirecting and redeploying DB-Library and CT-Library
applications to use a migrated database. Depending on the specific
technologies used to host these client applications, at least three
options are available for reconfiguring them: 1) Client applications
can remain in their existing environment and be redirected to SQL
Server. 2) Client applications previously executing under UNIX can be
redeployed to the computer running Microsoft Windows®, hosted in the
Microsoft Windows Services for UNIX (SFU) environment, and then
redirected to SQL Server. 3) Client applications can be fully ported
to the Microsoft Windows platform and rewritten to take advantage of
Microsoft technologies and APIs.
Grok Description matches for SQL Server Database Objects
GrokA matches for SQL Server Database Objects
SQL Server Database Objects