Free online Database Transactions Summit (& in Helsinki)
Free online Database Transactions Summit 2013 September 4th at 09:00-16:00 EET Keynote speakers Monty Widenius and Antoni Wolski. "Who needs transactions any more?" by Ph.D. Antoni Wolski MariaDB by...
View ArticleAdapting Northwind Traders
I was wondering if it is possible to start out with the Northwind Traders template for my needs. We have production here that involves a shop order to assemble parts. The shop order needs to include...
View ArticleI need help!! Error msg
Hello, I need some help. Our office uses BD for all contacts and student records, yesterday, I had to reboot my computer by just hitting the power button because there was no other way. Now I am...
View ArticleSuggested steps to gracefully reboot a Windows server running DB2 9.5
We need to move a Windows 2003 Server running DB2 9.5 to another rack, so I'd like to shut down DB2 as gracefully as possible. This server is used by our website and receives data from Q Apply (running...
View Articlecomparing 2 database environments
Guys how can i compare 2 database environments (Dev vs Prod) without using third party software (IF IT IS POSSIBLE).
View ArticleAlter Table with Stored Procedure
I have the following procedure in which I attempt to query the system views to determine if a column exists within a table. If the column does not exist then it is added. CREATE PROCEDURE...
View ArticleDB2 - OS upgrade
DB2 9.7 ESE FP8 / Win 2008 R2. We are thinking to upgrade the OS from 2008 R2 to Win 2012. As the application supports only DB2 V9.7, we are not in a possition to upgrade the DB2 right now. So, What is...
View ArticleInsert slow after large delete
Hi, There have been regular large deletes over the past few months on a big table that is 84GB ( 888, 879,462 rows).. we are using db2 v8.2. I noticed that a program that was inserting records after...
View ArticleRetrieving rows with updates
Hi All, From a table I want to retrieve only the rows that have been updated but I am not able to. Here's the scenario: Code: select distinct price ,ofr, prd from prod where ofr = '412064' gives the...
View ArticleSegmentation fault on db2 express c on linux
Hi folks, We are trying to execute the stored procedure (SQC) on db2 express c edition (v10.1) installed on Ubuntu 13.04. But however we are facing segmentation fault (signal 11). We are quite sure...
View ArticleNS lock blocking others
Hi there, My database (V9.5) hit a locking problem that I cannot figure out how it happened. From the snapshot, my database had a chain of locks like this: Locks being waited on : AppHandl [nod-index]...
View ArticleDB2 HADR memory consumption & network traffic
Hello people, I have two questions and I would be glad if you could provide more information (maybe some stats, graphs or a useful link) because my search lead nowhere. First of all, is there somewhere...
View ArticleHow to create a matrix of values from a single table
I'm a real novice user and I we use SQL Server. I have a table called TableLog that has the 4 columns. The first column is repeated x number of times for each value in the second column. I'd like to...
View ArticleUpdates inserted to the wrong record
I cant figure out why when I reopen a batch and make changes to it after I re save it all the updates go the last record. Thank you for your help. This is my save button save event : Protected Sub...
View ArticleadDBDate
Hello, I cannot for the life of me find out what provider/OLE DB version supports this field type... Can anyone help? Thanks, MK
View ArticleLoading a Combobox via an Enumeration
Greetings all, I am new with enumerations, so be gentle... I have an enumeration that lists types of cards and numeric values (called "cardType"). Our sailing school may soon have to validate credit...
View ArticleHelp: Create a Vacation leave Form
Hello All, I am new to this group but I have been following this website. I have an MS Access Database where I stored basically all of the data of my company. First, I wanted to automate the Leave...
View ArticleAppend Query for date range
I am currently trying to make an Append query that will take the Start date from one table and the end date from the same table and append all dates between those 2 into another table. Currently have...
View ArticleAccess SQL:: Help please :: Urgent
I Want to select one row from below table like Col1 | Col2 | Col3 a | b | 3.4 b | a | 3.4 c | d | 2.5 d | c | 2.8 result a | b | 3.4 c | d | 2.5
View ArticleTransform SQL statement
Hi All, I found following statement run pretty slow. I am not sure this statement can transform it to better statement like analytic function, etc ? for information, the referring tables records are...
View Article