Viewing 15 posts - 46 through 60 (of 1,216 total)
Just tested it on some 400.000 rows and it runs about 1 minute. On 1 million rows it took 2:15.
That's not too good, but since I didn't try to optimize...
May 8, 2010 at 7:41 am
Hi,
this is quite an interesting problem. I never had to do anything with such calculations, but I was interested how I would solve it and here is what I...
May 8, 2010 at 6:55 am
Hi Richard,
I will not describe how to parse a list of values into a table - that has been topic of many posts and you can find it easily. If...
April 17, 2009 at 8:10 am
"OP" is the person who started the thread by posting a question - "Original Poster" or something like that.
About the strange names for tables... Often someone wants to store certain...
April 16, 2009 at 9:43 am
Florian Reischl (4/15/2009)
Do you know how it would be possible to add a CRLF to the end of the rows? If I use either CHAR(13)+CHAR(10) or a direct CRLF within...
April 16, 2009 at 12:39 am
Mayank's code is missing one more thing, and that is the word "ADD" in front of the column name... but you can easily correct that.
April 8, 2009 at 9:28 am
Well, since almost the same can be viewed in BOL easily, and I have a printout at hand, I probably won't need it - but I'm sure other people will...
April 8, 2009 at 3:16 am
Is the row inserted into history table immediately when a new price is set, or only after the price loses validity? In other words, is the current price in the...
April 8, 2009 at 2:52 am
anvarabn (4/6/2009)
example
first entry
fromdate...
April 7, 2009 at 12:51 am
xgcmcbain (4/6/2009)
April 7, 2009 at 12:37 am
xgcmcbain (4/5/2009)
April 6, 2009 at 7:59 am
Just a sidenote... we are sending lots of mail checks to users, and we have found it best to separate the logic of the check and the action of sending...
April 6, 2009 at 7:30 am
John Deupree (3/26/2009)
The delete trigger actually updates data in the table and thus calls the update trigger.
Hello,
maybe it would be best to post both triggers and explain why delete trigger...
March 27, 2009 at 2:32 am
Well, you could do that if you really wish, but in my experience the jobs can have very different durations, based on the amount of processed data, fragmentation of indexes...
March 27, 2009 at 2:12 am
Viewing 15 posts - 46 through 60 (of 1,216 total)