Viewing 15 posts - 556 through 570 (of 3,061 total)
chris.johnson 46127 (1/19/2012)
The changing values are things like current balance or arrears balance and seem naturally to be facts to me.
I remember seeing in a banking oriented DWH a fact_daily_balance...
January 19, 2012 at 11:00 am
yes... yes... yes... 😀 either way you need a way to know to which database to point which means that "load processes" have to set a flag in some...
January 19, 2012 at 10:50 am
Microsoft really doesn't care how you acquired your knowledge, you have to prove nothing - register for the test, take it, pass it, be happy forever after... better saying until...
January 19, 2012 at 9:05 am
jflynn-735049 (1/19/2012)
January 19, 2012 at 8:57 am
Lets be clear... Does the very same query, with the very same predicate, with the very same filtering/access parameters, against the very same database/set-of-tables sometimes returns in seconds and sometimes...
January 19, 2012 at 8:55 am
SQLKnowItAll (1/19/2012)
January 19, 2012 at 8:48 am
mulukenn (1/19/2012)
January 19, 2012 at 8:44 am
Please check "certification path roadmaps" on link next: http://www.microsoft.com/learning/en/us/certification/cert-sql-server.aspx
January 19, 2012 at 8:24 am
sql Anand (1/19/2012)
i want to see keywords in sql server 2008
...or checking the documentation http://msdn.microsoft.com/en-us/library/ms189822.aspx
January 19, 2012 at 7:56 am
trinamjose23 (1/19/2012)
i want to start my carrier as sql server dba and i want to know what are the major things i should learn from development side
May we ask...
January 19, 2012 at 7:53 am
lcasey 67763 (1/19/2012)
January 19, 2012 at 7:01 am
anthony.green (1/19/2012)
whats the easiest way to...
January 19, 2012 at 6:47 am
sdruid71 (1/17/2012)
For ex.
Select * from table1
inner join table2 on table1.ID=table2.ID
where table2.mydate>=<date>
In the example above, I realize that...
January 19, 2012 at 6:42 am
ashuthinks (1/19/2012)
max function returns maximum no. from that table
Close but not exactly what it does, if we define the function as max(expression) then the max() function returns the maximum value...
January 19, 2012 at 6:40 am
At first sight a 100 Gig T-Log for a 600 Gig Data Warehouse sounds a little excesive... how much data is ETLed in a daily basis against that DWH?
More important......
January 19, 2012 at 6:18 am
Viewing 15 posts - 556 through 570 (of 3,061 total)