Viewing 15 posts - 57,421 through 57,435 (of 59,049 total)
Old guys rule...
1 million conversions... 11 seconds... works for positive numbers, negative numbers, zero, and NULL...
DECLARE @Places INT
SELECT TOP 1000000...
October 11, 2006 at 1:51 am
If you run this code, you might just want to have your DBA turn on Trace Flag 1204 just to be safe ![]()
As a self-taught newbie, I guess when it comes to the "religion", I don't have a lot of the... |
October 10, 2006 at 6:15 am
My managers at work liked it so well, they allowed the term in our coding standards... and, ALL the developers know what RBAR means... no need for a lengthy explanation...
October 10, 2006 at 6:10 am
ISNUMERIC does NOT check for numeric characters only... be careful.
October 10, 2006 at 6:03 am
Your code to handle the header appears to have a couple of a problems... as you are aware, the Deleted table is empty for Deletes... why does the SELECT in the...
October 10, 2006 at 5:45 am
>>Then generate the header record and pick up its unique id – (how do I get this).
Right after you insert into the header table, do a SELECT @variable = SCOPE_IDENTITY()...
October 9, 2006 at 10:29 pm
Aren't you missing a "TableName" or TableID column?
October 9, 2006 at 9:47 pm
Viewing 15 posts - 57,421 through 57,435 (of 59,049 total)