Configuring MS SQL Server system databases - best practices?
Hi, I need some advices and best practices regarding the size of MS SQL Server system databases. We use MS SQL Server for few services for our product and we provide to the clients sizing for...
View ArticleSELECT B WHERE no A, Else Select A
Having a tough time trying to work out a SELECT statement... I have a table like this: ID Name Type ============= 100, Babbit, A 101, Jones, A 101, Jones, B 102, Smith, B The result set should be: ID...
View ArticleLaccdb file behavior
iN THE OLD DAYS WITH LDB Files entries seemed to be made and deletions - alot easier. Please correct me if I misunderstand When a user launches an Access application - lets say Frontend (FE) with...
View ArticleHow to show a balance for all denominations even when a denomination has no...
I know this is got be a simple solution, but for some reason it eludes me. Thanks for taking the time to read this. I need to create a report that shows the balance for each denomination for a pawn...
View Articlecascade combo boxes
Hi, Im new here, and I was wondering if this sound logical to you guys. Im creating a DB to store employees. I have a tblEmpleados with the employees info. Another table called tblDepartamentos to...
View ArticleSelect Multiple Max Values from Multiple Columns
Hello Everyone, I have a table that contains hundreds of columns with duplicate unique keys (customer ID). I would like to get rid of the duplicates by selecting the row that contains the max values in...
View ArticleSum the distinct docid's
select distinct gt.docid, gt.act_id, Sum(gt.gm_amt) amt from gtemp gt WHERE gt.gm_amt != '0' AND docid IN ('12343','436220','asde32','641154','frd456') Group BY gt.docid, gt.act_id These are the actual...
View ArticleM2M Relationship Field - configuring 'Selection'
I have a Many-to-Many Relationship Field. Within the Form Editor, Individual Properties, Configure Appearance, Rows, and within the Selection area there is a box that states "Hide selection for columns...
View Articlehow we can allocate the space to create the table in DB2 v9
All, how we can allocate the space (tracks) to allocate the table/tablespace used physically in DASD in DB2 V9. for example; while creating the tablespace ,we have the parameter like PRIQTY AND SEC.QTY...
View ArticleSending an Access Report with Gmail
Hi Guys, I was just looking for some assistance. I'm looking to send an access report in RTF format attachment direct from a command button through my gmail account. I have found some code that allows...
View ArticlePicking a Representative Subset
This is an old problem, but Ia m looking for new solutions for it. The problem is to find a subset of rows such that each value in each of two columns (animals and food brands in this example) appears...
View ArticleAccess Query Question
Hello I have an Access Query with 450,000 rows. I'd like to convert the data in 6 columns to rows.
View Articleemail notice of backup in progress
AIX 6.1 DB2 9.7 We have recently upgraded to DB2 9.7. I understand that things get deprecated, like the Control Center and the DAS. I have been trying to commit to using the Data Studio, but one thing...
View ArticleMail Merge Multiple Documents At Once, Albert Kallal
Hello, I am currently using Albert Kallal's (Awesome) mail merge. I am looking for a way to select multiple documents from the word Merge Templates list and merge them all at once. Mail merge is a...
View ArticleTable index rolled-back automatically?
Hello, I connected to a AS/400 database and used "IBM Data Studio" to create an index on a table: CREATE INDEX "TDSBFA"."WEPOH_IDX" ON "TDSBFA"."WEPOH" ("STBDE" ASC) The index was successfully created,...
View Articleschool timetable in access
hi guys i have a question regarding my table.. i got problem with my table under Timetable. Is there any solutions to find whats the exact primary key for Timetable. I understand once we set as primary...
View ArticleAge Old Question - Export a Report to Multiple Files for Each Record
I've been searching forums all day, hoping to find a way to accomplish this. Many people seem to have a similar need and so far, every attempt I've tried has failed. So I'll start a new thread. In...
View ArticleReport subreport problem
I have a form that records accidents a subform selects employee can be more than one - involved another subform records notes - date employee notes. All works fine Both these draw from the same...
View ArticleDB2 package used by Data Studio?
Does Data Studio use any DB2 system package such as CLP package (ie. NULLID.SQLC2H23)? I'd like to know if there any package that needs to be bound / execute privilege granted before users can use Data...
View ArticleNew to it all
Hello Everyone, I'm looking for some advice on a simple database template/design that i can use to store company names, who work there, contact details, and email addresses that i can use to send...
View Article