Viewing 15 posts - 31 through 45 (of 113 total)
noeld (3/19/2007)
A 10GB data warehouse is small enough to follow the proposed procedure.When your data warehouse reaches 200 to 500GB you will get into a TOTALLY different ball game.
Cheers,
When...
March 9, 2008 at 7:15 pm
Detach attach is the problem because if process failed detach the database is not exists. If rename failed you have the old database working
March 9, 2008 at 7:09 pm
We are using connection pool. There is no direct customer connections.
March 9, 2008 at 7:05 pm
Your reaction is true and is not true at the same time. Leap year should have two dividers - 100 and 4 (known fact)
We talking about balance between practice and...
September 29, 2007 at 9:41 pm
Your reaction is true and is not true at the same time. Leap year should have two dividers - 100 and 4 (known fact)
We talking about balance between practice and...
September 29, 2007 at 9:41 pm
Your reaction is true and is not true at the same time. Leap year should have two deviders - 100 and 4 (known fact)
We talking about balance between practice and...
September 29, 2007 at 9:39 pm
eletuw (23/09/2007)
September 23, 2007 at 11:18 am
I think sometime, thorough reading is required to see the ideas.
"I am not pretending to get the best solutions - the article just shows some...
September 21, 2007 at 6:46 pm
It all depend from the data analysis. In most cases, if table is not lookup table, it is not a bad idea to have index on FK column(s) because it...
September 18, 2007 at 5:18 pm
3 columns are forming the key - tx_id,product_id,fiscal_yr_id. You should look at selectivity of the first and combination of first and second column. If this selectivity is right you should...
June 12, 2007 at 7:18 pm
If DBA is not in total control of table indexes then ....... I can understand that dba is not always in control with database design but nobody tells dba where...
May 22, 2007 at 6:46 am
Lets start from the beginning. [NameKey] [nvarchar](341) NOT NULL. Looks like the choice of column for the clustered index is very bad. Looks like update/changes to the table are never...
May 21, 2007 at 8:16 am
There is no way for our customers to run their own query. There are scheduled jobs and applications that using stored procs only.
March 19, 2007 at 4:08 pm
Customers do not see it because connections are coming fro the connection pool and pool reistablish it right after. Worst case scenario that customer must hit refresh button. As I...
March 19, 2007 at 8:50 am
The size of the database is 5-10G. But remember that there is the whole day to backup and restore because after rename happened the LOAD databases required only for the next load in 24...
March 19, 2007 at 6:21 am
Viewing 15 posts - 31 through 45 (of 113 total)