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
1 day 13 hours ago
1 day 18 hours ago
3 days 2 hours ago
3 days 5 hours ago
3 days 10 hours ago
5 days 7 hours ago
1 week 8 hours ago
1 week 2 days ago
1 week 5 days ago
1 week 6 days ago