Viewing 15 posts - 241 through 255 (of 286 total)
SpringTownDBA (12/1/2011)
Alexander Suprun (12/1/2011)
SpringTownDBA (12/1/2011)
here's Microsoft's example from...
December 1, 2011 at 11:14 pm
SpringTownDBA (12/1/2011)
here's Microsoft's example from msdn:
http://msdn.microsoft.com/en-us/library/ms345139(v=sql.90).aspx#sql2k5_mmdim_topic4
anyway, the...
December 1, 2011 at 4:29 pm
You don't need to specify relation between "DIM D" and "Intermediate B to A". What for?
Are you going to calculate some values in "Intermediate B to A" by "Dim D"?...
December 1, 2011 at 3:16 pm
Elliott Whitlow (11/30/2011)
Phil Parkin (11/30/2011)
jnichols-797753 (11/30/2011)
November 30, 2011 at 10:45 pm
Craig has already posted some test scripts with different solutions and comparison in another topic.
Check this out: http://www.sqlservercentral.com/Forums/FindPost1210550.aspx
November 30, 2011 at 2:25 pm
AAKR (11/30/2011)
Hi,How can we compress specific tables in a database. Please helpme out
In advance thank you 🙂
November 30, 2011 at 2:11 pm
Hi Craig,
I've played around with your scripts and here are my thoughts and findings:
I see why you've created index on UpdateDate in DESC order rather than ASC so in this...
November 24, 2011 at 3:58 pm
Thanks guys, very interesting stuff, I am definitely going to play with these scripts provided.
If you want the particulars you'll have to wait for my article. 😉
I'll be waiting...
November 22, 2011 at 4:00 pm
Could you post the Execution Plan and scripts as attachments?
November 22, 2011 at 2:34 pm
p-nut (11/22/2011)
November 22, 2011 at 2:19 pm
p-nut (11/22/2011)
Alexander Suprun (11/21/2011)
p-nut (11/21/2011)
This is probably a good case for CROSS APPLYhttp://weblogs.sqlteam.com/jeffs/archive/2007/10/18/sql-server-cross-apply.aspx
Jared
From my experience using CROSS APPLY will force the server to do LOOP JOIN which may be not...
November 22, 2011 at 1:27 pm
p-nut (11/21/2011)
This is probably a good case for CROSS APPLYhttp://weblogs.sqlteam.com/jeffs/archive/2007/10/18/sql-server-cross-apply.aspx
Jared
From my experience using CROSS APPLY will force the server to do LOOP JOIN which may be not the best option....
November 21, 2011 at 5:22 pm
Kwisatz78 (11/21/2011)
Thanks for the info...
November 21, 2011 at 3:10 pm
mister.magoo (11/19/2011)
BEGIN TRAN
-- Let's have a test table with an identity (to be forced out of order)
-- and a...
November 20, 2011 at 6:04 pm
captcooldaddy (11/15/2011)
Whenever i open a new window for...
November 15, 2011 at 5:20 pm
Viewing 15 posts - 241 through 255 (of 286 total)