Viewing 4 posts - 211 through 215 (of 215 total)
Just be aware that when the procedures compile, SQL Server will resolve the SELECT * into column names. This means that if you change the underlying view (not saying that...
June 29, 2007 at 2:37 am
One way would be to calculate the difference between the two datetime values in seconds and mutliply this by an random number and add the result to the first datetime...
June 26, 2007 at 7:53 am
A couple of ideas:
1. Use a function pass parameters of policy_urn and row number. Then set the rowcount to the row number and return that row: eg (not tested but...
June 20, 2007 at 10:15 am
Viewing 4 posts - 211 through 215 (of 215 total)