Viewing 15 posts - 301 through 315 (of 1,062 total)
Exotic food - Yummmmmm.
Fried Alligator tails
Fried Conch
Fried Rattlesnake
Raw Rattlesnake
Elk
Moose
Bear
Raw Sea Urchin
Camel
Reindeer
Pigeon
Horse
Eel
Fried Octopus
Fried Squid
Grilled Squid
(note on Octopus and Squid - if you really want to have fun, stick the tentacles to...
March 17, 2008 at 2:07 pm
Matt,
My query is not involved one table, it joins 4 or 5 tables, so how am I going to put a cluster index?
March 13, 2008 at 3:44 pm
So Jeff, what do you think which solution is the better solution and do you have a better one yourself?
You are right, the problem with using ROW_NUMBER slows everything down.
March 13, 2008 at 7:48 am
What are you trying to design anyway? a database model, a data flow diagram, a business model ?
March 12, 2008 at 2:28 pm
Data warehouse is different concept for regular transaction database, unfortunately not many companies or people realized that. In most cases, many companies just put a sql developer to build...
March 8, 2008 at 10:19 am
Since you already have a DateID in the fact table, you don't put last month's data in the current month fact table.
So the fact table should look liked
ID
PRODID
DATEID
DISTID
TotalSales
If you want...
March 7, 2008 at 2:21 pm
fctMonthRunning looks like:
ID
PRODID
DATEID
DISTID
CurrentMonth
CurrentMonth-1
CurrentMonth-2
CurrentMonth-3
CurrentMonth-4
CurrentMonth-5
CurrentMonth-6
CurrentMonth-7
CurrentMonth-8
CurrentMonth-9
CurrentMonth-10
CurrentMonth-11
What does CureentMonth1.....CurrentMonth-11 mean ?
What is the DateID in the fact table doing? What does it represent?
March 6, 2008 at 1:10 pm
If the shopper database is small, it has no problem, but if there are more than 2 million shoppers, right now they put it in LDAP database because when it...
March 6, 2008 at 12:47 pm
The system is already existed but my company tries to re-write it. The reason is the existing system cannot handle more than 5 million shoppers.
The system is a basically...
March 5, 2008 at 12:01 pm
The current shopper table was developed by the web developers so it was terrible, no foreign key to other tables that used shopper id.
Here is the old shopper table.
CREATE TABLE...
March 5, 2008 at 8:08 am
I keep learning. But the more I know, the more I know I do not know. What is the logic!
I totally agree to that. Besides the technology changes so...
March 4, 2008 at 7:53 am
Yes Jeff is very knowledgeable about SQL server and he yelled at me a lot too.:)
Mark
I just went through a whole bunch of interviews to look for a job. ...
February 29, 2008 at 10:17 am
BTW, if you have enterprise edition, you should have reporting service. It is a reporting tool.
February 28, 2008 at 5:45 pm
Viewing 15 posts - 301 through 315 (of 1,062 total)