Forum Replies Created

Viewing 15 posts - 2,041 through 2,055 (of 3,060 total)

  • RE: I want to create Client Access for Sqlserver.

    If by "query analyzer" you mean a gui interface that allows you to type in, save, retrieve, edit a query then submit it for execution and show back result set...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Best Invoicing Practices

    george.greiner (4/16/2010)


    I really have the freedom to do what I want but I believe it is best to do it in a standard way that will function just as well...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: remove duplicate records, but keep most "current"

    sort in descending order by unique-key combination of columns and date

    keep top 1 or each group defined by you unique-key combination of columns.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: How do I correctly design a many-to-many relationship in SQL Server?

    Ninja's_RGR'us (4/15/2010)


    Here's 1 exemple. I needed to keep the date updated / added and by whom on that table. On top of that I needed a deleted flag...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: How is data stored in SQL Server Cube?

    Jitendra Luniya (9/5/2008)


    I think SQL Server cube data is stored physically on disk. This is because the cube will hold pre-aggregated data across the specified diemnsions. If the data is...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Is this valid in Oracle?

    Lynn Pettis (4/15/2010)


    I guess I sould look into learning about Oracle. Do they have a free version of their engine that one can use to learn some basics?

    Yes. Oracle...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Is Primary key clustered index different from Unique key clustered index??

    splinter-740692 (4/16/2010)


    My questions is now is the defined primary key a Clustered, unique primary key or just Clustered primary key??

    Primary Keys are enforced by a unique index.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: How do I correctly design a many-to-many relationship in SQL Server?

    Ninja's_RGR'us (4/15/2010)


    Yes... it cannot really be otherwise.

    You can obvioulsy add more fields when you need to, but the 2 most important fields are the 2 pks.

    A purist data modeler would...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: performance question

    Look at Books Online a.k.a. BOL in the SQL Server box - that will be your primary source of documentation.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Is this valid in Oracle?

    Yes. Syntax is sound.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: '-' in sql server

    Most probably you want to shows us the full statement as well as the full error, don't you? 🙂

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: select

    This is either homework or one of the top five most weird business specs I've ever seen.

    By the way, there is not such a thing as a cell in an...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Detect if an instance of SQL Server has been upgraded

    kiran.hegde (4/12/2010)


    However when a SQL Server instance is upgraded, the value should be NULL for all databases on the sql instance.

    Who said that?

    Documentation Paul provided clearly reads "master" database 😉

    Don't...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: User Errors

    Mia G (4/14/2010)


    ... as soon as I hit post I got this "crazy" idea to check profiler. Of course, as soon as I did I found an event for (yes,...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Excel Source in SSIS

    JustANumber (4/14/2010)


    Thanks for the tip on that white paper. I had browsed MSDN looking for help but didn't come across that document. After a quick look through the...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Viewing 15 posts - 2,041 through 2,055 (of 3,060 total)