Viewing 15 posts - 106 through 120 (of 212 total)
Hm, no takers? OK, let me rephrase:
If you use a booking/reservation/scheduling system for your various internal projects to use your limited supply of test servers (this would be my preferred...
March 4, 2012 at 8:49 pm
Ah, OK I see where you are coming from.
The problem that I was getting at is not so much the lack of integrity in the deltas so much as the...
February 17, 2012 at 1:24 am
Sorry, I'm not following. From the way you've described it, I'm thinking that either:
1) a step is missing, or
2) the data mart is a complete truncate/reload, not incremental.
Why I think...
February 15, 2012 at 6:13 pm
Yep, that is what is being done.
Source (T1, T2) > staging (still in shape of source, ie, T1s, T2s) > transformation > denormalized warehouse. It's at the transformation > warehouse...
February 14, 2012 at 11:39 pm
The attributes of a relation have no inherent order, because they are elements of a set (the set of attributes defining the relation), and sets have no order.
Right, now that...
January 29, 2012 at 4:12 pm
Thanks for helping me think this one through Gail. I have a hypothesis I need to test, but it seems to me like it makes a lot of sense.
Given:
1) The...
November 5, 2011 at 8:30 am
Something else that just hit me: Why would SQL server be using the @0=@1 paramaterized plan for the execution of the "where hire_no = <value>" query? That doesn't make sense....
November 5, 2011 at 5:21 am
Normally if I'm looking for plans I'll look straight in the plan cache (sys.dm_exec_cached_plans and related), not at the execution-related DMVs
Indeed... that's where I got the plan from: cached_plans...
November 5, 2011 at 5:03 am
Thanks muchly, I'll take a look.
I guess what I'm hoping for in replies is some ideas for "next steps". I know SQL pretty well... but for the true experts out...
November 5, 2011 at 4:52 am
Oh and thanks for the link. Registering now.
Edit: Can't seem to find that particular presentation. It wasn't #18 I hope...
Tangent on PASS: While I was in Canada for a...
November 5, 2011 at 3:34 am
I'm aware that in SQL there's no paramaterization of the column name from SQL's point of view, but it seems the client app is doing some kind of strange hybrid...
November 5, 2011 at 3:25 am
SQL Server configuration manager gives me headaches every week. It seems to be the most unstable part of the product (I have to end the process on a semi-regular basis...
November 4, 2011 at 11:44 pm
In the MCTS book on SQL 2005 BI, there is a paragraph on when SSIS can and cannot actually perform a fast load (bulk insert) style operation, even when the...
November 4, 2011 at 11:37 pm
That looks right to me as well from what I've gathered.
You've identified parts and processes as nouns in your description which, as a general rule, makes them likely candidates...
October 14, 2011 at 12:12 am
If you think keeping things partitioned is a good idea for performance reasons, you should look into table partitioning rather than using multiple tables. Having said that, making sure your...
October 13, 2011 at 3:26 pm
Viewing 15 posts - 106 through 120 (of 212 total)