...While reviewing the four different databases such as the Oracle 11G, MySQL, IBM DB2, and Microsoft Sql Server 2008 which are all impressive databases, I chose to implement the IBM DB2 database system for Wildwood apartments. The key features that IBM DB2 has are table partitioning, database portioning, massively parallel processing (MPP), Continuous Ingest, Multidimensional clustering (MDC), Aggregates, Multi-Temperature Data Management, Mixed Workload Management, and Control over Workloads. DB2 has a number of performance optimization capabilities that give you the insight and ability to optimize workload execution. (DB2 for Linux, UNIX, and Windows) IBM DB2 meets the requirements for Wild Wood Apartments database so the managers can input the lease information, rent payment, maintenance request and with ease complete there quarterly reports. These capabilities can save you money and lower your risks by helping you to do more work with your existing hardware, ensure Service Level Agreements (SLAs) are met or exceeded and increase DBA productivity. (DB2 for Linux, UNIX, and Windows) The database is user friendly and the apartment managers should have no problem navigating through the system to input the information. This is essential DB2 transparently splits the database across multiple partitions and uses the power of multiple servers to satisfy requests for large amounts of information. (DB2 for Linux, UNIX, and Windows) Another reason why I chose IBM BD2 I because of...
Words: 628 - Pages: 3
...IBM DB2 Universal Database ® ™ Business Intelligence Tutorial: Extended Lessons in Data Warehousing V ersion 8 IBM DB2 Universal Database ® ™ Business Intelligence Tutorial: Extended Lessons in Data Warehousing V ersion 8 Before using this information and the product it supports, be sure to read the general information under Notices. This document contains proprietary information of IBM. It is provided under a license agreement and is protected by copyright law. The information contained in this publication does not include any product warranties, and any statements provided in this manual should not be interpreted as such. You can order IBM publications online or through your local IBM representative. v To order publications online, go to the IBM Publications Center at www.ibm.com/shop/publications/order v To find your local IBM representative, go to the IBM Directory of Worldwide Contacts at www.ibm.com/planetwide To order DB2 publications from DB2 Marketing and Sales in the United States or Canada, call 1-800-IBM-4YOU (426-4968). When you send information to IBM, you grant IBM a nonexclusive right to use or distribute the information in any way it believes appropriate without incurring any obligation to you. © Copyright International Business Machines Corporation 2000 - 2002. All rights reserved. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents About the...
Words: 7362 - Pages: 30
...SELECT e.firstName,c.CompanyName FROM Employees e JOIN Orders o ON e.employeeID=o.employeeID JOIN Customers c ON c.customerID=o.customerID ORDER BY e.firstName,c.CompanyName | | Compelling, but we see that there's many repeated entries in the list. We'd like to count up how many sales are at the intersection of each distinct customer and salesperson. To do this we'll add in a COUNT function and GROUP BY clause. SELECT e.firstName,c.CompanyName, COUNT(o.orderID) FROM Employees e JOIN Orders o ON e.employeeID=o.employeeID JOIN Customers c ON c.customerID=o.customerID GROUP BY e.firstName,c.CompanyName ORDER BY e.firstName,c.CompanyName | | Now the real fun begins as we transition this into a query that uses PIVOT. Because we're grouping by not one but two columns, this query is a good candidate for PIVOT. We'll start simple with a query that doesn't JOIN anything, but just references the Orders table. We'll choose to have Employee data put into columns since there are only 9 employees. Much more manageable. In this case the numbers 1 through 9 refer to the ID of employees: SELECT * FROM Orders PIVOT (COUNT(employeeID) FOR employeeID IN ([1],[2],[3],[4],[5],[6],[7],[8],[9])) p In the result set notice that the specific columns returned come from the result of the PIVOT clause and not directly from the Orders table! And that PIVOT clause brings up every column from the Orders table except for employeeID, which gets weeded out since it...
Words: 1353 - Pages: 6
...1 On Demand Business Volkswagen’s world-class procurement strategy produces breakthrough productivity gains. Based in Wolfsburg, Germany, Volkswagen AG (www.volkswagen.de) is Europe’s largest auto manufacturer with worldwide revenues approaching $110 billion and manufacturing facilities on every continent. While perhaps best known for its VW and Audi brands, Volkswagen is also the company behind such storied brands as Bentley, Bugatti and Lamborghini. Amid the everincreasing competition in the worldwide auto industry, Volkswagen has long set itself apart through the design and Volkswagen is the company behind such storied brands as Audi, Bentley, Bugatti and Lamborghini. Overview Challenge Faced with rising complexity within its supplier-facing processes, Volkswagen needed to make its employees more productive to stay ahead of the competition Why Become an On Demand Business? Volkswagen needed to integrate its information and processes to speed decision-making and become more responsive to a rapidly changing supplier environment Solution An On Demand Workplace that includes an enterprisewide portal for employees and suppliers whose sensing, analytic and workflow capabilities have radically streamlined the way employees access and act on information Key Benefits • 20% increase in procurement staff productivity • Expected 100% payback within one year • Significant decreases in materials purchasing and inventory costs “We need knowledgeable ...
Words: 2558 - Pages: 11
...Proposal – Data Warehouse Inventory What is data warehouse? It’s a simple assembling of data gathered from various sources and available to the global customers in a way they can understand to their business level. Statement of Problem: Our intention is to develop inventory application (User interface) so that client can easily track their warehouse. For creating interface we are using ETL and IBM Cognos. Methods to solve problem: * Creating Database for customer * Extract transform and loading the data * Data Mapping * Creating Package from Framework Manager using IBM Cognos * Developing Interface using IBM Cognos Report Studio Tools: IBM DB2, Informatica Power center, IBM Cognos 10.2 Resources: 3 Client: Volvo Trucks. Software Development Life Cycle 1. Requirements 2. Design 3. Development 4. Testing 5. User Signoff Requirements for data warehouse design: A. Goals: 1. To design the flexible data warehouse as per the client requirements. 2. Get the raw data into the centralized repository so that the users can access it in a flexible manner. 3. We should make sure the data cannot be edited by the users. B. Clients Requirements: 1. We need to get all the details of the client products available in their inventory. 2. We need to study the client environment and take down the end to end process. C. Business Questions: 1. Need to discuss about the design duration. 2. Number of resource required for the...
Words: 316 - Pages: 2
...ishita84748@gmail.com Ishita Sinha Skill Set: Technical Developer and Support Executive PROFESSIONAL SUMMARY * 4+ years of IT experience as BI/DW Developer and Production Support Executive for Insurance, Finance, Investment and Banking Sectors. * Expertize in Analysis, Design, Development, Testing, Implementation, Administration and Support using Data Warehouse/Data Mart Design, ETL, BI and Client/Server applications. * Certified in ICS PowerCenter Data Integration Developer Specialist 9.0 and Teradata 12 TE0-121 Certified Professional Program. * Extensively worked on Data Extraction, Transformation and Loading of data from various sources like Oracle, SQL Server, Flat files and COBOL Sources. * Worked extensively with Slowly Changing Dimensions. * Working knowledge of Teradata as a Developer with proficiencies in Teradata SQL Assistant utilities like Fastload, Multiload, BTEQ, FastExport, and Tpump. * Experience in Teradata Data Warehouse architecture. * Proficient in application development and support, for batch processes hosted on an IBM mainframe, with a core focus in COBOL, DB2, JCL and VSAM. * Hands on experience in performance tuning, resolving on-going maintenance issues and monitoring of production runs. * Data modeling using Erwin, Star Schema, Snowflake, FACT and dimension tables. * Hands on experience in UNIX shell scripting. * Excellent communication and interpersonal skills. TECHNICAL SKILLS Frameworks |...
Words: 1062 - Pages: 5
...Enterprises-Storefront BTC Model WebSphere 5.0 and Amazon Affiliate Website Integration Managerial Applications of Information Technology – IS535 Devry University, Keller Graduate School of Management May 22, 2014 Enterprises Business to Customer Model, WebSphere 5.0 and Amazon Affiliate website components Topic Enterprises, a small computer repair and IT Consultation Company is proposing a new design for its corporate website. The owner wishes to utilize the Amazon Affiliate model leveraging Amazon’s rapid, real-time processing components connecting to a new storefront engineered with IBM’s WebSphere Storefront software. Problem Enterprises is a low budget start-up with no access to a full-time development staff. The design for the new website needs to be easy to use, easy to maintain, and automated as much as possible without cutting down on the customer experience. The new storefront promises speedy response times with a limited set of services geared towards basic laptop repair, parts ordering, and answers to commonly asked question. The design needs to utilize the Amazon website and WebSphere out-of-the box components as much as possible to eliminate unnecessary coding and maintenance. The website needs to be scalable as the owner anticipates branching out into iPods and other new media technology. Approach IBM offers several out-of-box designs for business startups. The McDonald Deyo Enterprise team members will evaluate several storefront...
Words: 508 - Pages: 3
...this document, please direct them to the author at rsingh@us.ibm.com. Author is not responsible for errors in this document that may result in any kind of inaccuracies. Acknowledgements Thanks to John R Hock, IBM Certified IT Specialist – System p - Advanced Technical Support Americas (ATS) for reviewing this White Paper. Thanks to the customer and IBM team for their contribution and support to this project. Trademarks The following terms are registered trademarks of International Business Machines Corporation in the United States and/or other countries: AIX, AS/400, DB2, IBM, Micro Channel, MQSeries, Netfinity, NUMAQ, OS/390, OS/400, Parallel Sysplex, PartnerLink, POWERparallel, RS/6000, S/390, Scalable POWERparallel Systems, Sequent, SP2, System/390, ThinkPad, WebSphere. The following terms are trademarks of International Business Machines Corporation in the United States and/or other countries: DB2 Universal Database, DEEP BLUE, e-business (logo), GigaProcessor, HACMP/6000, Intelligent Miner, iSeries, Network Station, NUMACenter, POWER2 Architecture, PowerPC 604,pSeries, Sequent (logo), SmoothStart, SP, xSeries, zSeries. A full list of U.S. trademarks owned by IBM may be found at http://iplswww.nas.ibm.com/wpts/trademarks/trademar.htm. NetView, Tivoli and TME are registered trademarks and TME Enterprise is a...
Words: 6610 - Pages: 27
...Warehouse by Ed Acker Steven Winter Associates, Inc. Last updated: 04-23-2008 Overview Warehouses, defined here, are facilities that provide a proper environment for the purpose of storing goods and materials that require protection from the elements. Warehouses must be designed to accommodate the loads of the materials to be stored, the associated handling equipment, the receiving and shipping operations and associated trucking, and the needs of the operating personnel. The design of the warehouse space should be planned to best accommodate business service requirements and the products to be stored/handled. The economics of modern commercial warehouses dictate that goods are processed in minimal turnaround time. The different types of warehouses include: * Heated and unheated general warehouses—provide space for bulk, rack, and bin storage, aisle space, receiving and shipping space, packing and crating space, and office and toilet space; * Refrigerated warehouses—preserve the quality of perishable goods and general supply materials that require refrigeration. Includes freeze and chill space, processing facilities, and mechanical areas; and * Controlled humidity (CH) warehouses—similar to general warehouses except that they are constructed with vapor barriers and contain humidity control equipment to maintain humidity at desired levels. Special-designed warehouses meeting strict requirements can also provide liquid storage (fuel and nonpropellants), flammable...
Words: 2566 - Pages: 11
...C. Capacity planning. Capacity planning is critical for an organization because it can affect an organization’s decisions on inventory as well as forecasting and thereby influence customers’ satisfaction. What’s more, Capacity planning involves long-term commitment of resources so that once implemented it is difficult or impossible to make any changes considering the major costs. In the case of Wegmans Food Markets, the capacity means the upper limit on the load that this market can sell during a certain period. Since Wegmans Food Market prides itself on fresh produce, predicting the capacity inaccurately such as overestimating the capacity will lead to a high volume of inventory. Some food such as eggs, milk and meat cannot be stored for a long while. If the market fails to sell out all of the food it purchased, it will afford high costs, reducing the competitiveness of the market. On the other hand, if Wegmans Food Markets underestimates its capacity, stock out will happen. Customers cannot find out what they want and as a result, they will seek another supermarket. Losing existing customers or a low customer satisfaction, both of them will cause a bad influence on an organization. Reference: Textbook, Chapter 5 e. Inventory management Although inventory can meet anticipated customer demand and smooth production requirements, inventory is a liability to an organization considering the decrease in value as well as the costs of carrying inventories. Therefore, every...
Words: 353 - Pages: 2
...Introduction System Introduction For optimal sales and inventory management processes, you need robust functionality for managing your logistics facilities. Support for inventory management helps you record and track materials on the basis of both quantity and value. Warehouse inventory management functions cover internal warehouse movements and storage. Using this software we can reduce costs for warehousing, transportation, order fulfillment, and material handling – while improving customer service. You can significantly improve inventory turns, optimize the flow of goods, and shorten routes within your warehouse or distribution center. Additional benefits of inventory management include improved cash flow, visibility, and decision making. This software is user friendly and hence easy to use. Employees can plan, enter, and document warehouse and internal stock movements by managing goods receipts, goods issues, storage, picking and packing, physical stock transfers, and transfer postings. Problems In existing system As we know manual system are quite tedious ,time consuming and less efficient and accurate in comparison to the computerized system. So following are some disadvantages of the old system: 1. Time consuming 2. Less accurate 3. Less efficient 4. Lot of paper work 5. Slow data processing 6. Not user friendly environment 7. Difficult to keep old records Scope of Proposed...
Words: 708 - Pages: 3
...Inventory Management System for small business Jim Shrestha Washington Adventist University, Takoma Park, Silver Spring, MD Abstract In this paper, I tried to illustrate the importance of inventory management system for small business. The term small business denotes to all those business which is family or person owned and donot have maximum revenue. This paper explains the idea, how to set up new inventory management system with minimal budget. As my paper focuses more on small business, I explain very common and effortless way of setting up new inventory management system. Most of the informations are extracted from different inventory management supplier’s official websites. With these information and some visual figures, I anticipate everyone can understand how setting up new inventory management system in their business can be more economical and time saving. Inventory Management System Inventory management system is the key term to the modern business era. Without a proper inventory management tools, a business cannot perform in it’s fullest. Simply it is the automated management method of business inventory where every purchase and sale are listed in an organised fashion. The systems ensure customers always have enough of what they want and balance that goal against a retailer's financial need to maintain as little stock as possible. Because mismanaged inventory leads to disappointed customers. That’s why this inventory management system has become...
Words: 988 - Pages: 4
...SKU_Description LIKE '__d%'; 2.36 Write an SQL statement to display the WarehouseID and the sum of QuantityOnHand, grouped by WarehouseID. Name the sum TotalItemsOnHand and display the results in descending order of TotalItemsOnHand. SELECT WarehouseID, SUM(QuantityOnHand) AS TotalItemsOnHand FROM INVENTORY GROUP BY WarehouseID ORDER BY SUM (QuantityOnHand) DESC; 2.42 Write an SQL statement to display the SKU, SKU_Description, WarehouseID, Ware- houseCity, and WarehouseState of all items not stored in the Atlanta, Bangor, or Chicago warehouse. Do not use the NOT IN keyword. SELECT SKU, SKU_Description, INVENTORY.WarehouseID FROM INVENTORY, WAREHOUSE WHERE INVENTORY.WarehouseID=WAREHOUSE.WarehouseID AND WarehouseCity Except ('Atlanta','Bangor','Chicago'); 2.44 Write an SQL statement to produce a single column called ItemLocation that com- bines the SKU_Description, the phrase “is in a warehouse in”, and WarehouseCity. Do not be...
Words: 349 - Pages: 2
...Proposal for Inventory Management and Point of Sale Systems (Public) Table of Contents Table of Contents Introduction Details of the Plan Example Situation Finding a Solution What are the requirements? Inventory Management One Solution Cost Other Requirements Narrowing Down a Solution Solutions Researched Proposed Solution Other features & thoughts: Pricing Summary Introduction As you read this proposal, please consider the women at Haitian Creations. The goal is to empower them with knowledge and to share the good news with these ladies: “My name is Joseph and I am 23 years old. I have 2 children who are 6 and 3 years old. I was living on the streets. Now, I am able to live in a home. I have worked at Haitian Creations for one year. This program allows me to pay for my children's education. I am very thankful for Heartline giving me the opportunity to learn and work. One day I would like to study and be a nurse.” - Joseph Wideleine “My name is Nehimie and I am 27 years old. It is difficult to find work and I am very excited to be able to learn and make purses. This is my first job and I have worked at Heartline for one year. I enjoy making purses and other products with my hands. One day I would like to be a clothing fashion designer.” - Nehimie Ulysse Can we help more women like this? These are women that are working hard to bring themselves out of the oppressed lifestyle they are all too familiar with from before. When I visit the program I see them studying, writing...
Words: 2798 - Pages: 12
...Introduction Sysco is a global leader in selling, marketing and distributing food products to restaurants, healthcare and educational facilities, lodging establishments and any other customer who prepares meals away from home. Sysco currently has more than 180 locations throughout the United States, Canada and Ireland with about 400,000 customers making up their portfolio. Sysco offers a wide variety of products which range from ingredients in menu items, as well as, both preparation and serving items. From Sysco’s initial public offering (IPO) in 1970, their sales have grown from $115 million to $37 billion for the fiscal year 2010. Sysco Grand Rapids is one of the numerous Midwest offices that supply to Michigan, Ohio and Indiana. Some of their major customers in Grand Rapids are Bigby Coffee and Jimmy Johns, including many others, which Sysco has national contracts with. Sysco currently holds about 17 percent of the food service market share, which is a $200 billion industry. Some of Sysco’s major competitors that make up the rest of the market share include Gordon Food Service (GFS) and U.S. Foods, which is Sysco’s largest competitor nationwide. Sysco Grand Rapids sees the competition a little differently locally than the company does as a whole, with GFS being their largest competitor. The reason GFS is the largest competitor in Grand Rapids is because they do not serve the entire nation, rather they are more prevalent in the Midwest states. ...
Words: 2501 - Pages: 11