Re: Mysql and Quoted Identifiers

2002-04-10 Thread Kevin Connell
ANSI92 states that quoted identifiers are delimited by double quotes " -Original Message- From: Nicholas A Read <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed, 10 Apr 2002 19:39:52 +0100 Subject: Mysql and Quoted Identifiers > > Hi, > I'm using MySQL version 3.23.37 which work

RE: database -> er diagram

2002-04-09 Thread Kevin Connell
ERWIN may be able to reverse engineer via an ODBC connection. Particularly, ERWIN can infer relationships via explicit foreign key constraints, or via similar column names, or indices. You should have started with model. Kudos to your boss for calling you on it. At 09:14 PM 4/9/2002 -0700,

Re: MySQL vs. MS SQL

2002-04-08 Thread Kevin Connell
If your databases have any size to them (like more than 1/2 the amount of ram you have), you'll need to manage memory. SQL Expects to be an only child. Check out sp_configure in books on line to learn how to limit the amount of RAM sql will take At 06:56 PM 4/8/2002 -0500, Tod Harter wrote: