Forum Replies Created

Viewing 15 posts - 526 through 540 (of 620 total)

  • RE: Recursive query for a Bill of Materials table

    Andy, you might get some help if you posted table structure and sample data, including create and insert statements, and a sample of what you want the results to look...

  • RE: Formatting the date

    Matt Miller (10/26/2007)


    Results:

    raw sort 52956

    convert sort 89013

    and now with an index

    raw sort ...

  • RE: Date

    Mike Levan (10/26/2007)


    How can I check if a date is a valid date format, the field has date in '11/16/2004' format.

    overall i need to check if the date is in...

  • RE: Varchar

    Mike Levan (10/26/2007)


    I have a column with Varchar(100) and it allows to enter numbers but it also allows to enter date like '1/3/1998' which ia wrong entry, I am not...

  • RE: Adding workdays

    Michael Meierruth (10/26/2007)


    Tomm Carr (10/25/2007)


    BUT, I still want to know from all those against including the start date in AddWorkdays or Workdays where in the real world this concept comes...

  • RE: Adding ID column to existing table

    Thanks Sergiy. I had no idea what was happening when you make changes in EM.

  • RE: store proc

    Mike Levan (10/25/2007)


    Exactly, this will be on sheduled basis but i dont want to use a table to track my errors, as and when I run this proc before import...

  • RE: Formatting the date

    Well, I can't replicate it, but I know I had an issue with it before. Maybe I'm just crazy.

  • RE: Formatting the date

    Kenneth Wilhelmsson (10/26/2007)


    You can still order by that as well..

    Or are you talking about something else, Greg?

    J M - the place in BOL you're looking for is under 'CONVERT'

    There...

  • RE: Adding ID column to existing table

    Well that answers my question then. Why do I care? I'm just like that. I want them all to be the same I guess. Thanks

    Greg

  • RE: Formatting the date

    If you do not need to order by the date, you can use CONVERT(CHAR(10),YourDate,101).

  • RE: Formatting the date

    If you do not need to order by the date, you can use CONVERT(CHAR(10),YourDate,101).

  • RE: Adding ID column to existing table

    mrpolecat (10/25/2007)


    alter table mytable

    add id int IDENTITY(1,1) not null

    Thanks mrpolecat. That worked, but I want the ID column to be the first column in the table. Is this...

  • RE: INSERT

    If you are using a frontend app you could probably take care of that kind of validation on the frontend. If the values entered meet the validation criteria then...

  • RE: Trigger Issues

    Ok, I was not looking at the master object tree when I posted. So sysxlogins is the last table, but the name has the domain tacked on to it....

Viewing 15 posts - 526 through 540 (of 620 total)