Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2007-01-15 : 11:06:30
|
K Philip writes "Hi IT peopleI have one application which connects to the sql server 2000 using the loginname as SUPERVISOR_SQL.I want to take only these records (fields LOGINNAME, HOST , LOGINTIME) to a table which i created.sysprocess table contain all the records but i cannot create a trigger on that table becuase it is a system tableThanks in advance" |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2007-01-15 : 11:21:47
|
you want to take the records from where and put them where?why do you need a trigger on sysprocesses?Go with the flow & have fun! Else fight the flow blog thingie: http://weblogs.sqlteam.com/mladenp |
 |
|
|
|
|