Viewing 15 posts - 571 through 585 (of 3,061 total)
Welsh Corgi (1/15/2012)
The Relational DB's are...
January 17, 2012 at 12:29 pm
Building on Ron and Jason's comments - once you have your home lab use and abuse Bools On Line (BOL) which comes free with your SQL Server. Read about architecture...
January 17, 2012 at 12:01 pm
As far as I can see design solves the issue at hand.
Having said that, let me put my nose where nobody asked me to put it... Are you positive the...
January 17, 2012 at 10:04 am
safzalhussain (1/17/2012)
January 17, 2012 at 8:28 am
GilaMonster (1/17/2012)
PaulB-TheOneAndOnly (1/17/2012)
1- If you are deleting the whole table please use truncate rather than delete. Truncate will do it instantly and generate no t-log.
Minimal transaction log activity, not none....
January 17, 2012 at 7:31 am
patrickmcginnis59 (1/16/2012)
January 17, 2012 at 7:24 am
:blink: would you mind in posting your business requirements as well as the schema of the involved tables?
January 17, 2012 at 6:41 am
I agree that it is a good idea to start with a single, simple datamart.
On the other hand, do not constraint your design to what your initial user spells out,...
January 17, 2012 at 6:35 am
safzalhussain (1/17/2012)
January 17, 2012 at 6:29 am
Please do not take it the wrong way but, out of curiosity, why is the subject of this thread "my favorite normalization case study" if you never intended to normalize...
January 16, 2012 at 2:26 pm
danschl (1/16/2012)
i saw that earlier toobut everytime i run it i get
on all 3 calls
ODsole extended procedure error
I think you missed Barry Young's post on that one...
January 16, 2012 at 2:17 pm
Would you mind in writting a query to answer the question... "Did Peter Bishop attend Particle Physics 501 on January 9th, 2012?"
Now... write a query to answer the same question...
January 16, 2012 at 1:09 pm
January 16, 2012 at 12:59 pm
Two comments.
First one. Not totaly sure about the snowflake DimCustomer-DimLocation structure... it looks like a plain 1-1 relationship which I usually try to avoid at all costs.
If the idea is...
January 16, 2012 at 12:45 pm
danschl (1/16/2012)
EXEC @hr= sp_OACreate 'SQLDMO.SQLServer', @objServer OUT
so i was trying to convert to SMO
EXEC @hr= sp_OACreate 'Microsoft.SqlServer.Management.Smo', objServer OUT
Microsoft.SqlServer.Management.Smo.Server
...
January 16, 2012 at 12:31 pm
Viewing 15 posts - 571 through 585 (of 3,061 total)