I need to generate a key for a feed from a couple mainframe systems to a SQL 2000 box. This will be a new high end server. The feeds will be dumping data into SQL at up to 300 TPS. Is there anyone already doing something like this?
Also, I'm told that it is more efficient and less likely to lock when doing inserts to use a non-sequencial key. In other words instead of using 1, 2, 3… Use 1000, 2000, 3000… Anyone have any experience with this and table locking during massive inserts from different sources at the same time?
Thanks
Craig