Re: [SQL] Recording how a table is used

2009-07-08 Thread nha
Hello, Le 8/07/09 11:30, nha a écrit : > Hello, > > Le 30/06/09 8:47, Daniel Gordon a écrit : >> I'm trying to record the results of a select statement into a separate >> table. I need the information selected, the column it was stored in, >> the table it was stored in, and the query that select

Re: [SQL] Recording how a table is used

2009-07-08 Thread nha
Hello, Le 30/06/09 8:47, Daniel Gordon a écrit : > I'm trying to record the results of a select statement into a separate > table. I need the information selected, the column it was stored in, > the table it was stored in, and the query that selected it. > [...] > Here is the table I'm trying to

[SQL] Recording how a table is used

2009-07-06 Thread Daniel Gordon
I'm trying to record the results of a select statement into a separate table. I need the information selected, the column it was stored in, the table it was stored in, and the query that selected it. Everything I've read so far says that triggers can't trigger from select statements, and they don