Viewing 15 posts - 256 through 270 (of 399 total)
Yes, except that my question is
Has anyone else had a similar problem and solved it with something other than slowly changing dimension?
I will create a model of this...
March 22, 2013 at 9:17 am
SQLX, I thought that adding start/end date columns to hierarchy table was essentially the implementation of slowly changing dimension.
March 22, 2013 at 6:39 am
Hi Jeff,
Thanks for your time.
Answer: Hierarchichal IDs and Hierarchical Paths. Today, the idea of using hierarchyID was tossed, because it was advised one can't join to the hierarchyID...
March 21, 2013 at 9:25 pm
K, thanks for the leads guys. Anyone want to add, feel free to do so. Appreciate all the input.
Helen
March 20, 2013 at 6:35 pm
LutzM, thanks for the queries. Very nice learning experience.
Please elaborate, if you can, when to push back to front end. I have found it difficult to know when...
March 14, 2013 at 1:56 pm
Looking, thank you!
March 14, 2013 at 11:51 am
If user names are in several of the system tables and DMVs, are you saying that they are not joinable to the index usage system table? Is there any...
March 5, 2013 at 2:13 pm
So user names are not logged in any system tables, right?
And profiler would have to be run as long as necessary (month?....I know, depends) to get a good...
March 5, 2013 at 1:05 pm
I hate to pump up the urgency, but it is rather urgent.
Could someone tell me what is best way to find out: "How frequently and by whom a given database...
March 5, 2013 at 12:24 pm
Lowell, or Gila, or someone!, would you mind also telling me which system table I can join to the sys.dm_db_index_usage_stats table to get names of users or userids that are...
March 5, 2013 at 11:49 am
Like this? (All the same queries, but modified with Null. This leaves Groucho out altogether).
create table staff(employee int primary key, employee_name varchar(10),
supervisor int null references staff (employee))
insert staff
values...
March 4, 2013 at 10:07 pm
levity.....I tried.:laugh: He's given me a hard time before
Thank you Jeff!!!
I cannot, for the life of me, figure out why Ken wanted to create six copies of the same...
March 3, 2013 at 4:40 pm
Viewing 15 posts - 256 through 270 (of 399 total)