Click here to Skip to main content
15,905,419 members
Home / Discussions / Database
   

Database

 
GeneralRe: bcp command problem Pin
basementman14-Jul-03 7:05
basementman14-Jul-03 7:05 
GeneralGet databse name Pin
Hoang Dung12-Jul-03 7:54
Hoang Dung12-Jul-03 7:54 
GeneralRe: Get databse name Pin
William Bartholomew14-Jul-03 1:44
William Bartholomew14-Jul-03 1:44 
Generalnewbie question about tracking database changes Pin
Anonymous11-Jul-03 12:12
Anonymous11-Jul-03 12:12 
GeneralRe: newbie question about tracking database changes Pin
Not Active11-Jul-03 15:45
mentorNot Active11-Jul-03 15:45 
GeneralPorting to Oracle V's DB2 from Access 2000 Pin
Giles10-Jul-03 23:52
Giles10-Jul-03 23:52 
GeneralRe: Porting to Oracle V's DB2 from Access 2000 Pin
Heath Stewart11-Jul-03 8:19
protectorHeath Stewart11-Jul-03 8:19 
GeneralRe: Porting to Oracle V's DB2 from Access 2000 Pin
Mike Dimmick12-Jul-03 4:11
Mike Dimmick12-Jul-03 4:11 
I'll warn you from our experience: give the machine LOTS of memory.

While in a slow period (we're a custom software house, for the most part), we tried out both Oracle's Developer Edition equivalent and DB2's equivalent on, admittedly, a fairly old spec test machine - Pentium 200 with 192Mb of RAM, if memory serves.

SQL Server 2000 (Developer Edition, typically) on this box isn't exactly fast, but it's certainly competent.

Oracle and DB2's user interfaces - the equivalent of Enterprise Manager - are both written in Java and a bit quirky and slow.

Obviously the first thing to try with any new database software is to create a new database.

SQL Server takes about eight seconds. All it has to do is make a physical copy of the model database.

DB2 took about half an hour.

Oracle took all night, ate the entirety of system memory and swap file, swapped to hell and back (we had to kill off some processes to relieve pressure on the swap file), and ultimately failed because the system was using DHCP and had to renew its lease. This caused the connection between the client software and the server - running on the same machine - to break. The client tools couldn't recover.

If you go with DB2, you'll have to install Visual Studio 6.0 on the same system if you want to use stored procedures - DB2 translates your SQL into C, then compiles the C code into a DLL which gets loaded at run time.

For Rapid Application Development, SQL Server is streets ahead.

If you don't need to support many users, I'd go with the SQL Server Desktop Engine[^] (also known as MSDE), which is free if you have a license for Visual Studio .NET, or many other products. See Microsoft's Appropriate Uses FAQ[^]. MSDE has a query governor built in that seriously affects performance if more than five batches are executed simultaneously. The latest download already includes Service Pack 3.

Traditionally SQL Server has been a little more susceptible to security issues - searching for 'microsoft sql server' at http://cve.mitre.org/cve/[^] yields 56 results, while searching for DB2 only finds 3 issues. Searching for 'oracle' produces 70 results. There are probably some false positives in these results.

--
Mike Dimmick
GeneralRe: Porting to Oracle V's DB2 from Access 2000 Pin
Heath Stewart12-Jul-03 7:18
protectorHeath Stewart12-Jul-03 7:18 
GeneralRe: Porting to Oracle V's DB2 from Access 2000 Pin
Mike Dimmick12-Jul-03 7:24
Mike Dimmick12-Jul-03 7:24 
GeneralRe: Porting to Oracle V's DB2 from Access 2000 Pin
Heath Stewart12-Jul-03 7:32
protectorHeath Stewart12-Jul-03 7:32 
GeneralRe: Porting to Oracle V's DB2 from Access 2000 Pin
Mark Conger16-Jul-03 7:50
Mark Conger16-Jul-03 7:50 
QuestionDoes ODBC allow mapping to remote DSN via TCP/IP? Pin
Terry O'Nolley10-Jul-03 13:27
Terry O'Nolley10-Jul-03 13:27 
AnswerRe: Does ODBC allow mapping to remote DSN via TCP/IP? Pin
Nino_110-Jul-03 20:35
Nino_110-Jul-03 20:35 
GeneralRe: Does ODBC allow mapping to remote DSN via TCP/IP? Pin
Terry O'Nolley11-Jul-03 5:54
Terry O'Nolley11-Jul-03 5:54 
GeneralRe: Does ODBC allow mapping to remote DSN via TCP/IP? Pin
Nino_111-Jul-03 16:05
Nino_111-Jul-03 16:05 
GeneralRe: Does ODBC allow mapping to remote DSN via TCP/IP? Pin
Terry O'Nolley12-Jul-03 3:44
Terry O'Nolley12-Jul-03 3:44 
GeneralRe: Does ODBC allow mapping to remote DSN via TCP/IP? Pin
Mike Dimmick12-Jul-03 7:40
Mike Dimmick12-Jul-03 7:40 
GeneralRe: Does ODBC allow mapping to remote DSN via TCP/IP? Pin
Terry O'Nolley14-Jul-03 13:22
Terry O'Nolley14-Jul-03 13:22 
GeneralDataGrid columns renaming Pin
Kant10-Jul-03 7:39
Kant10-Jul-03 7:39 
GeneralRe: DataGrid columns renaming Pin
Not Active10-Jul-03 12:52
mentorNot Active10-Jul-03 12:52 
GeneralRe: DataGrid columns renaming Pin
Kant10-Jul-03 13:16
Kant10-Jul-03 13:16 
GeneralPass array to pl/sql procedure using .NET OracleClient Pin
IPC20009-Jul-03 8:45
IPC20009-Jul-03 8:45 
GeneralMSDE sp3 Installation Hangs Pin
Nathan Blomquist9-Jul-03 2:36
Nathan Blomquist9-Jul-03 2:36 
Questionquery problem? Pin
Asim N.9-Jul-03 2:20
Asim N.9-Jul-03 2:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.