need help linking SQL server and oracle databases
I have a some SQL and Oracle databases that I need to be able to join and query across. I need a tool that will facilitate this easily and preferably free. For example database 1 has multiple sql 2008...
View Articleneed help linking SQL server and oracle databases
I have a some SQL and Oracle databases that I need to be able to join and query across. I need a tool that will facilitate this easily and preferably free. For example database 1 has multiple sql 2008...
View ArticleDealing with addresses
Creating a database where the customer can have a home and a site address but these are mostly the same. How do I go about copying the home address into the site address fields? Have looked everywhere...
View Articlebetter way rewrite this Update statement?
There are million records that match following 3 updates. I was wondering if there is a better way to re-write the following 3? ---------------------------------- -----Update statement # 1...
View ArticleNeed help converting the following PL SQL code to T SQL code
Hi , Can someone please help me convert the PL SQL code below into a MSSQL code? Thanks in advance. create or replace FUNCTION JULIAN_TO_DATE ("JULIAN_DATE" IN NUMBER, "TIME_OF_DAY" IN NUMBER DEFAULT...
View Articlehellloooo!!
Hey friends! I dont know how i came here but forums looks really nice and vibrant. Having good time here and hope to have the same everyday. :)
View ArticleNeed Help:Basic Inventory System
Hello I am using MS Access 2007 to develop inventory system .I created 3 tables details are given below table 01: Products: (s.no , keyboard,mouse,agp,lcd) table 02 Purchase_Order (S.no , date,...
View Articlefetching multilanguage data by stored procedure
Can we fetch the the data of chinese or some other language using stored procedure in db2??? please help me out
View ArticleThe ORDER BY clause is invalid in views, inline functions, derived tables,...
Hi everyone I am trying to use order by but I am getting the error in the title. The data I am pulling is correct I just cant figure out how to order by the last 8 numbers that is my NUMBER column. I...
View ArticleHOLDING SHIFT key to open Access 2000 appl vs 2010?
Hello All, I wrote a small application (DB) for a friend many years ago and they would like me to migrate it to 2010 and make changes. I was able to convert it to 2010, but I don't know how to open it...
View ArticleHelp with Entity Relationship Diagram for museum
Hello, I am a student and I was assigned to create my first entity relationship diagram and I'm kind of lost. The professor hints the paintings should be broken into a generalization hierarchy since...
View ArticleDB2 Index Hell - 140 Million rows
Hi, I have spent all day coming up with an index strategy to this problem. We have a table of about 140 million rows - each row has a CREATE_TS and STATUS. The STATUS is NULL initially but it will...
View ArticleWhich tools to use? All have problems I can't resolve (yet)
I am building a Product Management system, well trying... Tools Available: - 2010 SharePoint Online: I'm pretty good with forms and list setup - MS Access: I'm ok with form and query basics....
View ArticleClient Application Performance
I'm a C# programmer writing an app for work. It's a client app(not web) that will connect to an AWS server via ADO.NET. The server is a large RDS and as I do some testing on my own it works well 1...
View ArticleHow do I create a query that populates a combo box?
I am new to Access and have been tasked with creating a simple database for work. Using Access 2007. Searched the forums and seem to have found complicated details for combo boxes that are out of the...
View ArticleSaving combo box selections after a form is closed
Hi all, I have exhausted my efforts to no avail. I would really appreciate your guys help on this one! I have a main form called frmAF54. In this main form I have a subform named frmPassdown. The...
View ArticleI m having some confusion in connecting oralce 11g Xe
what is the concept of the following , and why it si used 1. $ system / nolog 2. sys as sysdba 3. / as sysdba 4. connect system
View ArticleWhat is best way to recover deleted SQL files from Windows PC hard disk?
I accidentally deleted MSSQL database record of my project from Windows PC hard disk. Its very important for me. Without that record i can't start my project. I need help to recover my project...
View Articleselect query result set
Hi, I just want the common rows(FIRST_NO) which are in PL_PLA ='BBB' AND PL_PLA='CCC' which should not in other PL_PLA rows DB2 9.1 Z/OS Code: SELECT T1.PL_PLA ,T1.FIRST_NO ,T1.FLT_SHT FROM BASE_TABLE...
View ArticleSubselect in a query with like hint
Hi, I´m a spanish oracle developer, my question is.. ¿Is possible to use like hint with subselect? , i mean i want to find all rows in table A that contains a word in a field(CALLED CONTENT) in table...
View Article