How can my program tell when another program starts up, or when one shuts down?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10031110.htm...
Zones:
Windows MFCDate Answered: 01/12/1998 Grade: C Views: 0
In table creation what is a foreign key and an index key? What are their significants?
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10120416.html
Foreign key constraints may pose locking problems when there is no corresponding index for the constraint.
To find the potential problems, I need a single SQL statement that that will return all f...
http://www.experts-exchange.com/Database/Oracle/Q_10298564.html
Zones:
OracleDate Answered: 03/13/2000 Grade: C Views: 0
I have the registry files of another win2000/XP PC on my win2000/XP PC. I want to add some *.reg files to those registry files without changing my own registry.
Any ideas?
Thank you...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_20088799.html
Zones:
Windows NTDate Answered: 03/12/2001 Grade: A Views: 0
Hello,
Could any one tell me wht is clusterd and non
cluesterd index is plz give me example of it and
how to define composite foreign key and composite
primary key
Thanks
http://www.experts-exchange.com/Database/Miscellaneous/Q_20098528.html
Zones:
DatabasesDate Answered: 03/30/2001 Grade: B Views: 0
I have the following table definition:
CREATE TABLE Schedule
(
ScheduleID int NOT NULL IDENTITY (1,1),
CourseCode t_Course_Code NOT NULL FOREIGN...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20145241.html
hi, I want to create a DB in Postgress for a Company CRM, anyway, I need to have a table called Company and another table called contact.
The tables are as follows:
Company: CompanyID - Seria...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20159997.html
Zones:
DatabasesDate Answered: 08/05/2001 Grade: B Views: 0
I know how to get a list of foreign key column names for a particular table using the INFORMATION_SCHEMA views:
SELECT COLUMN_NAME
FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS
INNER JOIN INFORM...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20718259.html
I've just come on to a project 2/3 way into the game and have this weird relationship that I need to fix.
There are two code tables: Apples and Pears. They just hold codes, names, definitions.
...
http://www.experts-exchange.com/Database/Oracle/Q_21037143.html
Zones:
OracleDate Answered: 06/26/2004 Grade: A Views: 13
Hello,
I've been trying to normalise a list of data entries, it all seems to have gone okay except that I have a table which has nothing but concatenated primary keys in it.
All the others ...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21397196.html
Zones:
DatabasesDate Answered: 04/25/2005 Grade: B Views: 0