Forum Replies Created

Viewing 15 posts - 286 through 300 (of 1,353 total)

  • RE: With Schemabinding

    I'm assuming although you don't explicitly tell us that you have schemabound views on schemabound views.  The views for which I use schemabinding are directly related to the base tables. ...

  • RE: Job Interviews: What is Normalization?

    Preppingfor an interview shouldn't be a cram session to learn more, but really a reviewof concepts you understand.

    Exactly.  At the moment I would...

  • RE: SQL Developer Edition - Training

    If I understand the original question, the poster wants primarily to know if it can be used for training/demonstration purposes.  There was an aspect of showing High Availability, but that...

  • RE: Grouping

    Glad I didn't try to answer.  I had it narrowed down to the two incorrect ones.  Very useful information.  Thanks!

  • RE: Design Input for ETL of OLTP Database

    reason I suggested that is because

    I gathered your reasons from your brief statement.  That doesn't change the fact that it is not a good idea.  A...

  • RE: Design Input for ETL of OLTP Database

    If you know they're enforced in the source data and you aren't modifying the data in the DW there is no reason to keep them.   

    There are...

  • RE: Singular or Plural

    Aliases should be short but representative of the table is some manor. For instance, I will use ospr as the alias for the table OperationsSIGACTPublishedReport.

    I do it...

  • RE: Singular or Plural

    I would push back on anything that prefixes an object to tell you what type of object it is such as tbl, vw, fn, usp etc

    I would...

  • RE: Singular or Plural

    First, it doesn't matter much.
    Second, when I get to design to my naming convention, I use singular.  Primarily because it's less typing, but secondarily because it's what the entity...

  • RE: Guidelines on how to set up a data warehouse process

    This is a pretty open question.  You may want to consider hiring a consultant to get you started.  Even that, unfortunately, can be a hit and miss.  I got started...

  • RE: Not Useless Features

    Analysis Services gets very little love. I would love to see some tools built into Visual Studio to assist with cube development and troubleshooting especially around MDX calculations. 

  • RE: Not Useless Features

    quote]

    RonKyle - Friday, December 1, 2017 8:18 AM

    I would like to be able to create a folder structure in the stored procedures folder to help with...

  • RE: Not Useless Features

    I would like to be able to create a folder structure in the stored procedures folder to help with organization.  I used to use the semi-colon numbering system, but that...

  • RE: Table Design

    I'd like to see a showdown article on guids versus int identities since it is so hotly debated.

    I'd like to see SEQUENCE numbers used in that evaluation. ...

  • RE: Table Design

    Adding my vote against the use of GUIDs except for certain circumstances.  Replication comes to mind.  With the sequence numbers, there's no longer any need to use them to maintain...

Viewing 15 posts - 286 through 300 (of 1,353 total)