Forum Replies Created

Viewing 15 posts - 46 through 60 (of 231 total)

  • RE: Automating DTS (sql 2k)

    I agree DTS is easier and more intuitive (and more online support) than products like informatica or data junction

     

     

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Automating DTS (sql 2k)

    Depends, do you have DTS drivers for all the source systems? Or will they be providing you with csv's or something?

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Normalization

    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...

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Normalization

    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...

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Basic Question - not vs. =

    '=' 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

     

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Querying Active Directory

    Haven't tried it but you could try a view that unions multiple queries with different criteria, just a thought

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Scheduled Package Failing

    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...

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: suggest me a good book for MSSQL SERVER - data warehousing exam.

    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...

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: BI Naming conventions

    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...

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: BI Naming conventions

    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

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: what is PKM in SQl Server ?

    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?

     

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Please help a new user

    This has some good links and suggestions - http://www.aspfaq.com/show.asp?id=2423

    HTH

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Really basic architecture

    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...

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Fire hose mode SQL 2K Enterprise manager

    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...

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: OS Restore vs SQL Restore - Which is better?

    I believe if your SQL service is running you cannot copy or backup the MDF's or LDF's.

    HTH

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

Viewing 15 posts - 46 through 60 (of 231 total)