Forum Replies Created

Viewing 15 posts - 13,291 through 13,305 (of 26,486 total)

  • RE: BETWEEN ages

    yaniv.zisano (3/30/2012)


    SSCoach its matter because i want the

    user to select age from from range of number (select box - min) to range of number (select box - max)

    and also...

  • RE: Log file

    If you aren't concerned about doing a point in time recovery, then use the simple recovery model. The only backups available are full and differential. The t-log will...

  • RE: Wrong Answer on MS Practice Test?

    GilaMonster (3/30/2012)


    Lynn Pettis (3/30/2012)


    Yes, it is. BACKUP LOG <database_name> WITH NORECOVERY.

    When the data file is damaged or missing, the backup log must have the NO_Truncate option, or it will...

  • RE: Wrong Answer on MS Practice Test?

    Yes, it is. BACKUP LOG <database_name> WITH NORECOVERY.

    From Books Online:

    NORECOVERY

    Backs up the tail of the log and leaves the database in the RESTORING state. NORECOVERY is useful when...

  • RE: Delete Incremental Load of Data without Identify Column or DateTime Stamp

    Only things I can think of off the top of my head.

    One, do you have a backup prior to the load you want to delete?

    Two, can you use the input...

  • RE: Joining datetime dates to calendar table

    Phil Parkin (3/30/2012)


    Jeff Moden (3/30/2012)


    If you can make a small mod to your Calendar table... I usually create a Calendar table with 2 date columns to easily solve such an...

  • RE: Data in tthe same order in which it is inserted

    Well, can't really help you then. A table does not ensure order of the data. The only way to ensure order when selecting data from a table is...

  • RE: Data in tthe same order in which it is inserted

    pietlinden (3/29/2012)


    add an incrementing identity column to the destination table before running inserts?

    And then when you select from the table be sure to use an ORDER BY clause specifying that...

  • RE: BETWEEN ages

    yaniv.zisano (3/29/2012)


    thanks for replay.

    Is there any way to do it in a way that it display

    me the data even if

    The first value is less than or equal to the...

  • RE: Does a report developed with SSRS 2005 only see dbo?

    I haven't been in this position yet, but I would have to hazard a guess and say no. It wouldn't make sense to restrict reports to only dbo.

  • RE: BETWEEN ages

    yaniv.zisano (3/29/2012)


    hi, i want know how to get the ages between 25-28 (from ages 18 until 45)

    when i do age between(25,28) its displays me data but

    when i do age between...

  • RE: Is Computer Science Dead?

    Stephanie Giovannini (3/29/2012)


    sturner (3/28/2012)


    In my experience VB/Basic programmers have shown the worst software design techniques, implementations and documentation. The opposite seems to be true for those trained in OO,...

  • RE: sql query group by weekend

    dweil (3/29/2012)


    Thanks for the query but it gets sticky when the employee has multiple services over the same weekend. For example a service both on Saturday and Sunday would mean...

  • RE: Modeling Design / Approach

    sqlvogel (3/29/2012)


    Sean Lange (3/29/2012)


    It is actually the very capture of this point in time data that makes it denormalized. The point I think we all made is that this is...

  • RE: Help with Pivot

    If you surround the urls with the IFCode shortcut [ url ] and [ /url ] without the spaces inside the brackets, the urls...

Viewing 15 posts - 13,291 through 13,305 (of 26,486 total)