Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Metadata?

Status
Not open for further replies.

SQLnewcommer

Technical User
Oct 7, 2005
15
0
0
US
Hello,
I need to create a metadata table for a data warehouse. As soon as an error is discovered the details about the errors and the number of errors need to be inserted into the table. Any advice on how to do this?
 
ErrorTable
------------
ErrorID (unique PK)
JobWithError
DateOfError
TimeOfError
ErrorNumber
ErrorDesc


-------------------------
The trouble with doing something right the first time is that nobody appreciates how difficult it was - Steven Wright
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top