Forum Replies Created

Viewing 15 posts - 12,796 through 12,810 (of 26,486 total)

  • RE: mult joins

    Eugene Elutin (4/17/2012)


    ...I was making the assumation (bad thing to do at times) that the OP was talking about joining tables together on multiple columns...

    You never know for...

  • RE: mult joins

    Perhaps I took some latitude, but I was making the assumation (bad thing to do at times) that the OP was talking about joining tables together on multiple columns. ...

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (4/17/2012)


    capn.hector (4/16/2012)


    Sean Lange (4/16/2012)


    Lynn Pettis (4/16/2012)


    With "the one", do you think it time to tell him the following?

    1. Get out a blank piece of paper.

    2. Put your name...

  • RE: Primary with Null value

    As this is a SQL Server 2008 forum, the filtered index is available. If you have any SQL Server 2005 systems, though, it is not available there.

  • RE: mult joins

    Yes.

  • RE: Are the posted questions getting worse?

    Evil Kraig F (4/16/2012)


    Lynn Pettis (4/16/2012)


    Evil Kraig F (4/16/2012)


    So, annoying news. My contract which was supposed to run till end of year is getting popped in about 2 and...

  • RE: Grouping by ten days period

    dfarina (4/16/2012)


    sorry, here is the data

    CREATE TABLE sample(id int identity(1,1), s_date datetime, amount int)

    insert into sample

    select '20100101', 1

    union all

    select '20100102', 1

    union all

    select '20100103', 1

    union all

    select '20100104', 1

    union all

    select '20100111', 1

    union...

  • RE: Are the posted questions getting worse?

    Evil Kraig F (4/16/2012)


    So, annoying news. My contract which was supposed to run till end of year is getting popped in about 2 and a half months. Ah...

  • RE: Grouping by ten days period

    If you provide the DDL (CREATE TABLE statement) for the table(s) involved, provide sample data (as a series of INSERT INTO statements) for the table(s) involved, the expected resutls of...

  • RE: Are the posted questions getting worse?

    SQLRNNR (4/16/2012)


    Sean Lange (4/16/2012)


    Lynn Pettis (4/16/2012)


    With "the one", do you think it time to tell him the following?

    1. Get out a blank piece of paper.

    2. Put your name and today's...

  • RE: Do not grant permission to create or modify the database objects

    Direct further replies here.

  • RE: Primary with Null value

    Matt Miller (#4) (4/16/2012)


    SQLCrazyCertified (4/16/2012)


    Lynn Pettis (4/16/2012)


    SQLCrazyCertified (4/16/2012)


    Mike John (4/14/2012)


    If a column is defined as a primary key, then by definition it cannot be null, so you cannot do anything...

  • RE: how can i insert in udf

    hbtkp (4/16/2012)


    this is what i have to figure out ,how they calculate it.

    Ask the people you work with. If they can't tell you, you are straight out of luck....

  • RE: Are the posted questions getting worse?

    With "the one", do you think it time to tell him the following?

    1. Get out a blank piece of paper.

    2. Put your name and today's date at the top.

    3. At...

  • RE: how can i insert in udf

    hbtkp (4/16/2012)


    i dont know what is cumulative formula.

    but this is how i am getting my final data in report.

    so based on how they calculate , i need to do implement...

Viewing 15 posts - 12,796 through 12,810 (of 26,486 total)