Viewing 15 posts - 16 through 30 (of 311 total)
Jeff Moden (3/19/2009)
J (3/19/2009)
March 20, 2009 at 6:42 am
Foxjazz:
If you have millions of records, I think it would well be worth it. To allow testing without risking compromising the production database, you could make a copy of the...
March 19, 2009 at 4:55 pm
Foxjazz,
If you need to use "bands"of IDENITY, you can around it by adding a Band column in your table and let SQL Server deal with IDENTITY key. And as was...
March 19, 2009 at 3:27 pm
Bob Hovious (3/18/2009)
March 18, 2009 at 4:06 pm
The user defines the sequence, it isn't alphabetical. So when inserting a record the user would give 2 as the sequence, and the rest of the records have to be...
March 18, 2009 at 11:02 am
Now you know I am going to ask how would you resequence the parts (without updating the already sequenced records or correctly sequenced records)
Well, I have seen a case where...
March 18, 2009 at 10:55 am
foxjazz (3/18/2009)
{} is much better than BEGIN BEGIN BEGIN BEGIN END END END END
Hmmm. In the LISP example I posted (((((((((()].
Note the last squared bracket in the end....
March 18, 2009 at 10:23 am
foxjazz (3/18/2009)
March 18, 2009 at 10:16 am
Bob Hovious (3/18/2009)
Understood, Lynn.By the way, the pop quiz is very important. This thread is not going to continue indefinitely.
Wut ? After all the effort...
March 18, 2009 at 9:42 am
Now, back to business. Foxjazz is on the edge of enlightenment. I think we should cut the man some slack, because he has dropped the insults and started trying to...
March 18, 2009 at 9:31 am
I agree that the first thing I would have done to correct the query would be to make it work by adding the obviously missing GROUP BY clause. AFTER that,...
March 18, 2009 at 7:16 am
A good reminder to look at the overall picture.
I have had to write a stored procedure to prepare invoices. There are several sub-tables such as general_ledger_distribution, invoice_discount, sales_invoice_product etc. If...
March 18, 2009 at 7:02 am
foxjazz (3/17/2009)
--------------------------------------------------------------------------------
I agree. If I can do more stuff without the use of cursors, I am happier.
Some things just have to be looped. Like for instance, sequence numbers.
but we will...
March 18, 2009 at 6:24 am
foxjazz (3/17/2009)
Some of the tables I have don't use ident.
So take out the identity spec...
March 17, 2009 at 5:24 pm
Lynn Pettis (3/17/2009)[
Sorry, had to make a slight correction, emphasis is mine.
Woops! with my limited command of the Englsih language (not my mother tonge) I assumed Lynn was a female...
March 17, 2009 at 10:37 am
Viewing 15 posts - 16 through 30 (of 311 total)