Insert, update too slow on trunctated table
Hi to everyone I have one table with around 1,000,0000 records, for mistake I truncate the table. And then i loaded a backup in text of that table. after this, when i insert or update one record in...
View ArticleNew to the Forum
Hey all, Just wanted to take a moment to introduce myself. I'm new to the forum, but not so much to databases. I'm hoping to gain a few skills here, insight, etc. that'll help me along with my database...
View ArticleDatabase Design for Tracking/Analyzing Financials
Hello everyone, I would like to track and analyze quarterly financial performance within my companys database (still under development. I would need to analyze data across quarters, but also within...
View ArticleNeed to query a self referencing table to find all items that are NOT the...
Like the title says, I need to query a self referencing table to find all items that are NOT the parent of any item. Here is my table: itemNumber | quantity | cost | parentItem | level...
View ArticleHow to Install Postgres & create db on Unix
I have to install Postgres and create a small db on a unix box, however i'm a novice to both Unix cmds and postgres. My background is sql servers 2005-2012. So any help or help to documentation in the...
View ArticleThanks in advance
Hello all, I am extremely new to the database world and looking for some guidance. I am just now trying to learn the basics. Can anyone recommend a good tutorial (preferably in PDF) for a beginner. I...
View ArticleSimple Database for Soccer Championship
Title says it all. I wanted to know if this non-normalized to normalized structure is done right. Some clarifications: A game's location is related to a team's stadium. The composed key for fixtures...
View ArticleCreating an Event in myslqworkbench
I have a stored procedure which basically selects data from one table and insert into another table. Basically I am doing data archiving manually. Now, I want to write an event just like discussed here...
View Article'Best Practices' sticky thread
This is a request for the guru's here and our favorite administrator, Pat Phelan. Many of us novice users are making some critical mistakes early on in our project. These mistakes do not become evident...
View Articleback end on sharepoint
I need to develop a new db that stores the data on SharePoint and uses an Access front end. It looks like I can either use SharePoint lists or upload related tables on SharePoint. I'm completely new to...
View ArticleRevamped Data Base
Old data and server out. New Data and server coming soon. I have VBA, complex queries, reports, forms in the double digit numbers. How do I fill the holes of the missing fields so everything still...
View Articlehow can I create football database
i have created a fixture but does not work. I wish to know how to create a more simplified fixture and league table
View ArticleMS Access; putting value from two columns into report
Hi I am new to forums and would like to know how to put values from two columns into a report Thanks for help Lynx101
View ArticleGetting a column out of a query you defined within the SQL expression
Hello All, I have a query as such: Code: SELECT Data.Model, Max(Data.Date) AS MaxOfDate FROM Data what I want to do is use all of the Dates in the column "MaxOfDates" in a WHERE clause. I can do this...
View Articlescript to check status in logfile
Hello friends, Hope someone can help me to write a script shell: I have a log file with data Name server1 down 00:10:00 Name server1 up 00:20:00 Name server2 down 00:12:00 Name server2 up 00:22:00 Name...
View ArticlePrompt for user to update paths to linked (Excel) tables
Hi, I am looking for a Macro/VBA code to implement in Access to accomplish a task in my database... I am hoping this is possible as it's a pretty simple task, but I'm not sure. I have a database that...
View ArticleStored proc with dynSQL issue
Hello All: I am facing a prob in one of my stored procedures. The proc executes some dynamic sql and it never completes. Initially i thought it was a performance issue with the "INSERT INTO...
View ArticleGetting a column out of a query you defined within the SQL expression
Hello All, I have a query as such: Code: SELECT Data.Model, Max(Data.Date) AS MaxOfDate FROM Data what I want to do is use all of the Dates in the column "MaxOfDates" in a WHERE clause. I can do this...
View ArticleDLookup for Unbound CheckBox
I don't know why I am having a hard time with this simple thing. I need to make an unbound checkbox on an unbound form (chkactive) True If (Active) which is a yes/no field in tblUserSecurity_Sec is...
View Articlehow can i run this query in vb
Hi all i have a query in database and it works good .now i need to use this query in vb6 . any body can write this query in vb6 so that run this query in vb6? i attached access database(mdb) .please...
View Article