Forum Replies Created

Viewing 15 posts - 4,201 through 4,215 (of 6,026 total)

  • RE: ID or Id

    Now on to data types.

    Currency: should it be decimal, numeric, money, int?

    Date/Time: datetime, offset, varchar?

    Names and descriptions: varchar or nvarchar?

    Unique Identifiers: int, guid, timestamp, rowid, identity, sequence? :rolleyes:

  • RE: ID or Id

    I can live with mixed naming conventions, or even no convention, so long as the name given for each column makes sense and is consistent within the scope of that...

  • RE: Getting IT Out of the Data Center

    GoofyGuy (1/22/2015)


    IT can work with the business, improve processes ...

    In many businesses and governmental organisations, IT is the only part of the organisation which can provide enterprise- wide knowledge of...

  • RE: What is the best practice about maintain and using Big Log Database

    I can see now this thread is going to get a lot of comment. This is one niche application where I'd suggest Hadoop and HiveSQL.

    As far as doing this...

  • RE: Getting IT Out of the Data Center

    Comparing the IT department to a utility company may not be accurate for most organizations, but at least it's not as demeaning as comparing IT to a sausage factory. ...

  • RE: Altering table to change datatype

    ramana3327 (1/21/2015)


    Need to change some columns datatype from nvarchar to varchar.

    Just need to drop the indexes that are on that column.

    Do we get any problems from changing nvarchar to varchar

    Yes,...

  • RE: R-E-S-P-E-C-T

    Brian J. Parker (1/21/2015)


    Eric M Russell (1/21/2015)


    For those of us in IT, I'm not sure if we need Big Brother standing up for us on the playground; we can vote...

  • RE: R-E-S-P-E-C-T

    Steve Jones - SSC Editor (1/21/2015)


    Eric M Russell (1/21/2015)


    I don't take offense if I'm called after work, so long as it's regarding something that's broke in production. The way I...

  • RE: R-E-S-P-E-C-T

    I don't take offense if I'm called after work, so long as it's regarding something that's broke in production. The way I see it, if I done by due dilligence,...

  • RE: ID or Id

    ProductID, ProductId, and product_id are all respectable options, so long as it's done consistently.

    However, I would take issue with ID by itself, on every table. Anytime I see that,...

  • RE: Design vehicle and its parts database in SQL server

    The data model of a database is like the foundation of skyscraper. It defines the scope, constraints, and scalability of the database. Get it wrong, and your SQL and data...

  • RE: DMV - Rate of change?

    alanspeckman (1/20/2015)


    Is there a DMV that will give me a rate-of-change on a database, amount of log data generated over a period of time?

    I need a quick way of showing...

  • RE: ID or Id

    Sean Lange (1/20/2015)


    Eric M Russell (1/20/2015)


    I've used product_id. I like typing code in all lowercase, both keywords and identifiers, which is ok so long as underscores are also used for...

  • RE: The Cost of Switching

    Steve Jones - SSC Editor (1/20/2015)


    david.gugg (1/20/2015)


    We're on 2008 R2 Enterprise at my shop and we've cancelled plans to upgrade to 2012 because of the costs. Once Microsoft stops...

  • RE: ID or Id

    I've used product_id. I like typing code in all lowercase, both keywords and identifiers, which is ok so long as underscores are also used for clarity. Also, I don't have...

Viewing 15 posts - 4,201 through 4,215 (of 6,026 total)