Adding a foreign key in an existing table
When adding a foreign key gets an error: Error Code: 1005. Can't create table 'itest.#sql-784_18f' (errno: 150) I use the syntax: Code: ALTER TABLE INTR ADD FOREIGN KEY (USER) REFERENCES USERS(ID)...
View ArticleInstance of OLE DB provider can not be created
Hello. I get the following error message from Server-Agent-Jobs: Cannot create an instance of OLE DB provider "OraOLEDB.Oracle" for linked server "xxx". [SQLSTATE 42000] (Error 7302). The linked server...
View ArticleIMPDP in Oracle 11g XE
Hi, I have a client database on a remote server. I take a daily export dump of this database. Now, I have created a new Oracle 11g XE database on my local machine. I want to import that dump in this XE...
View ArticleHow to find source, that inserted data into a table?
Hi all! I have a lot of stored procedures, which can insert data into the table. How can I find which stored procedure inserted the certain row? I wrote a trigger: Quote: CREATE TRIGGER...
View ArticleAccess Web Database - Equivalent Search Query
Hello, Recently i upgrade a normal database to a web database via sharepoint access. As i realise web access do not get aggregate SQL functions . Therefore i am asking if anyone knows the equivalent...
View Articlecoldel, -> why does it work as wanted?
Hallo everyone, I have a normal text-file: 1,"W","Word","WordText" 2,"H","Human","HumanText" ... ... I have succeded to load this file in my table. I did this like this: db2 "import from myfile.del of...
View ArticleDb Strecture for erp
i need to design a ERP for college for result library and fee management can any one provide me with table structure and its entity details :rolleyes::rolleyes:
View ArticleIs studying for DBA a wise decision now?
A while back there was alot of hoopla about no-sql and how it was just going to push SQL out of the way. That dust has seemingly settled, but what do we really have left? We have alot of Open...
View ArticleOracle DBA Washington, DC $110k
Job Position: Oracle DBA Location: Washington, DC Duration: Long Term Client: : District of Columbia Courts Job Descriptions: · 7+ Years experience performing production database administration tasks...
View ArticleMS SQL SERVER DBA Rochester, NY, ALLEN TX, OR FT. WAYNE, IN.
Hi, Title: MS SQL SERVER DBA Location: Rochester, NY, ALLEN TX, OR FT. WAYNE, IN. Start Date: ASAP Salary Range: $50/hr on C2C/1099. all inclusive Duration: 6 months+, Contract to Hire **Consultant...
View ArticleCombo Box Filter Error
I've searched and tried various methods to this but nothing seems to be working. I'm trying to create a combo box to filter data on a form, but I keep receiving the following error: Run-time Error...
View ArticleMax function in MDX query
I have a fact table with structure: Code: (objectid, fromLoc, toLoc, duration) I need the equivalent MDX for the following SQL: Code: select fromLoc, toLoc, max(duration) from fact group by fromLoc,...
View Article.Net Developer in Tumwater WA State client
Position: .NET Developer Location: Tumwater, WA Client : Department of Transportation Duration: 8 Months Required: · Perform analysis, design, development, testing and implementation of software using...
View ArticleHelp to write a select and update Queries
Hi, I have a team member table and it has some wrong records which I have to find them in the below scenario and update them using correct query. Table = TMMBR_DIM_H It has TMMBR_I,Eff_D ,EXPR_D...
View ArticleHDD vs SSD.
Hi all. I guess this is one of those things you could expect to see, but I have to say I was not prepared for just how much of a speed difference this would make, but..... I made a database for a...
View Articletoo much I/O on table
Hi guys, i've been encountering heavy I/O on single table with more than 1million rows. a table contains 4 index including single clustered index on it. i've been testing also the stored procedure and...
View ArticleCan't update field on form
I gave a field on my form named GirlID which is set to Text in the table. When I try to enter data into it I get the error message; Can't update field. Then after 2 tries it let's me enter the data....
View ArticleHow to start a database server
Hello All,, I need help here urgently.. I have to start few database servers on Sybase. Now I am running on the unix platform. So my question is... 1)how do I go about starting the database servers...
View ArticleSection Height and Detail Section Border Format (VS 2008 & Crystal Report)
Hi mates, I am developing an application to print Invocies. Report is working perfectly fine on pritned letter head with a table around data. There is one issue: The table grows only up the number of...
View Article