Forum Replies Created

Viewing 15 posts - 40,231 through 40,245 (of 49,571 total)

  • RE: dates times and constraints

    keil.asta (3/22/2009)


    You now what Gail I think you have me convinced. I can just add a reminder message like you said at the interface end.

    I'm not suggesting...

  • RE: dates times and constraints

    keil.asta (3/22/2009)


    I see, I I want the constraint or other method to not allow the user to close the database not at least without warning message. so the message...

  • RE: dates times and constraints

    Then consider front-end validation. Honestly, that's where the 'you must enter a time' type validation belongs. By the time the data gets to SQL, there's no way to tell if...

  • RE: Saleability and performance, splitting tables and databases

    Andy Bod (3/21/2009)


    However my concern is that the database could become very focused on this vehicle table, with most queries accessing this table for their primary information. As such...

  • RE: dates times and constraints

    keil.asta (3/22/2009)


    I had thought of doing that, but then it is possible for them just to enter the date part of the field leaving the time part to default to...

  • RE: dates times and constraints

    The first thing I'll suggest is that you merge the date and time columns. Storing them separately means a lot of extra work to do comparisons or calculations.

    So, change...

  • RE: Installing sql server 2005

    naimish_2005 (3/22/2009)


    I got this software from online sharing website.

    ??????

  • RE: Checkdb Error

    Paul Randal (3/22/2009)


    Yeah - forgot to put a smiley in there 🙂

    🙂 I was worried there for a moment

    For a 2576 error, the only time the first IAM page...

  • RE: Do DBAs Still Read Techincal Books?

    I've got a small collection of SQL books (10 in total). Disclaimer: Some were given to me by their authors, some are to be given away at usergroup meetings.

    These aren't...

  • RE: Checkdb Error

    Paul Randal (3/22/2009)


    Because I wrote the code.

    😀

    Maybe I should have asked how I could tell that from that error, not having your unique advantage. 😉

    It's also documented in...

  • RE: Checkdb Error

    Paul Randal (3/21/2009)


    Gail - in this case you're wrong.

    These errors indicate that the first IAM page for an index does not have an entry in sysindexes. This commonly occurs when...

  • RE: Slow performing select statement on large table

    Jeff Moden (3/21/2009)


    [font="Arial Black"]E. Using DBCC SHOWCONTIG and DBCC INDEXDEFRAG to defragment the indexes in a database[/font]

    Or, since this is 2005, sys.db_db_index_physical_stats and ALTER INDEX ... REBUILD/REORGANISE

    Both showcontig and...

  • RE: Saleability and performance, splitting tables and databases

    RBarryYoung (3/21/2009)


    #1 depends on how often you will use these 3 different vehicle types at the same time, versus how often you will want to use them separately

    Also how similar...

  • RE: Saleability and performance, splitting tables and databases

    These look like homework/interview/exam style questions. Are they?

  • RE: FORCESEEK in SQL 2005

    plavec (3/21/2009)


    query = view

    im trying use indexes on tables use from view.

    datamodel is strong that may be email will be better

    Then please post the definition of the view, the definitions...

Viewing 15 posts - 40,231 through 40,245 (of 49,571 total)