The Transact SQL code below comes handy when you're digging into Siebel's tables. It will find all references to a specific record in a specific table (identified by the table's name in the
@Table parameter and the rowid of the record in the
@Rowid parameter) by going through all the foreign keys that are pointing to the specified table and executing a query to get the count of referring records. Since this is a Transact SQL code snippet, it suggests you're running Siebel CRM on a Microsoft SQL Server (which is not the typical case ... but occurs anyway as it did with one of the clients of my company).
Recent comments
3 days 16 hours ago
6 days 7 hours ago
1 week 2 days ago
1 week 2 days ago
1 week 2 days ago
1 week 2 days ago
2 weeks 3 hours ago
2 weeks 1 day ago
2 weeks 1 day ago
3 weeks 1 day ago