Viewing 15 posts - 46 through 60 (of 230 total)
I agree DTS is easier and more intuitive (and more online support) than products like informatica or data junction
February 24, 2004 at 6:33 pm
Depends, do you have DTS drivers for all the source systems? Or will they be providing you with csv's or something?
February 23, 2004 at 6:18 pm
I agree with a lot of points that have been brought up, especially Amachanic's about workarounds. The next version of SQL server has a rownumber function and I think that...
February 20, 2004 at 3:03 pm
I truly think that only the real purists would flip out over using a column with an IDENTITY property. While at PASS in Seattle I asked many Microsoft engineers on the...
February 19, 2004 at 8:36 pm
'=' will almost always be faster than NOT or != (not equal) Check your optimization plan to confirm and also use "set statistics IO on" to see logical IO.
HTH
February 19, 2004 at 8:29 pm
Haven't tried it but you could try a view that unions multiple queries with different criteria, just a thought
February 19, 2004 at 8:26 pm
When you run the package manually are you running it from your machine and not the server? Reason I ask is do you have the same driver on the server...
February 19, 2004 at 8:25 pm
I assume you are talking about 70-019, DW for 7.0. I personnally would not spend time studying for this as it will surely go away with Yukon being released later...
February 19, 2004 at 8:22 pm
I agree, the logical design you present to the user should be friendly, up to you how you do the physical design, sometimes it is beneficial to keep them the...
February 18, 2004 at 6:08 pm
These touch on the subject, Kimball's data warehouse toolkit goes into much greater detail on this subject.
http://www.rkimball.com/html/designtips/2002/designtip36.html
http://www.intelligententerprise.com/030201/603warehouse1_2.jhtml
HTH
February 17, 2004 at 8:20 pm
OK, I'll bite! How about:
Primary Key Manager
Portable Key Manipulator
Package Kernel Mandate
Peak keyset marshaling
Sorry, I don't know, where do you see "PKM" in regards to sql server?
February 15, 2004 at 9:41 pm
This has some good links and suggestions - http://www.aspfaq.com/show.asp?id=2423
HTH
February 14, 2004 at 8:55 pm
Highly reccomend you go out and purchase Ralph Kimballs data warehouse toolkit. It's worth it's weight in gold (OK, maybe not that much but very good)
I personally do not use...
February 14, 2004 at 8:51 pm
I agree with Frank, opening tables in EM and making edits creates an obscene amount of row locks. To prove this, run profiler, open the table in EM and start...
February 6, 2004 at 4:09 am
I believe if your SQL service is running you cannot copy or backup the MDF's or LDF's.
HTH
February 4, 2004 at 6:02 pm
Viewing 15 posts - 46 through 60 (of 230 total)