Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I haven't created one. Although I will warn you that once the auditing becomes available for the security module, it will be a SQL Server 2005 only feature because the auditing records are stored in XML columns. So, you might consider using SQL Server 2005 Express for just security and Oracle for your application itself... the security tables are referenced very seldomly, and the 4GB limit is definitly big enough to handle 4 million plus users and permissions...
|