Viewing 15 posts - 54,076 through 54,090 (of 59,089 total)
Converting a VARCHAR date to a VARCHAR date get's you nothing... you must first convert to DATETIME.
Also, storing dates as VARCHAR in a table to start with is a form...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2007 at 6:25 pm
I guess my real question is can SQL Server handle 336,000 transactions as my dataset for the year (that is after proper indexing ...)?
Heh... I've got 'little" IVR systems...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2007 at 9:21 am
Heh... Understood, WebRunner. Ran into similar problems in our production environment except a bit worse... our blocking resulted in an average of 640 deadlocks PER DAY with occasional spikes...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2007 at 8:59 am
finally - if you want to search on a broad spectrum of tags - download the DBA toolkit from this web site, and use the Reg. Exp. tools to build...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2007 at 8:34 am
yes it exceeds the no of cells
Heh... not quite the answer we were looking for... but it'll do.
Two ways to do this... create a view with the pivot and...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2007 at 8:26 am
Not sure why I came back to this article, but I have to take back some of what I said about the code that Kathi found in Itzik Ben-Gan's book...
WITH
L0...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2007 at 6:33 pm
Thanks for the feedback, Elliot...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2007 at 6:01 pm
My Questions:
1. What are the best guidelines for managing these records AKA transactions
2. Should I create a summary table for monthly reports. I currently have a SQL Script that sums...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2007 at 5:56 pm
Thanks, Michael...
Say, when you get done with your adaptation, would you mind posting it? I'm not sure what all the to-do about the weekends part of your problem is...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2007 at 11:59 am
Heh... I wouldn't use a sequence in Oracle for this... wrong tool... doesn't buy you much. "RowNum Over Partition" might... gotta becareful how you do it so you don't...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2007 at 11:12 am
Ummmm... what makes you think blocking is so unhealthy? It's part of the normal process of INSERT, UPDATE, and DELETE... there will ALWAYS be some blocking particullary if you...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2007 at 10:23 am
You misspelled "Banana" as "Banan"
My recommendation would be to first make a lookup table that identifies which produce item is what. Then, try again...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2007 at 10:15 am
Ok, Nick... first, I gotta say that it's ok to post that much data, but if you're going to do that, the least you could do is make it easy...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2007 at 9:31 am
Looks good to me.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2007 at 7:55 am
Heh... thanks for the timing analysis, Michael. Guess I'm a purist, as well. Different kind, but a purist none the less.
In this case (except for the difference in...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2007 at 7:45 am
Viewing 15 posts - 54,076 through 54,090 (of 59,089 total)