Forum Replies Created

Viewing 15 posts - 46 through 60 (of 629 total)

  • RE: BOF to be added above columns in Pipe Line text file

    The first question would be how are you creating the file?

  • RE: Outsourced = Laid Off?

    Nevyn (8/3/2011)


    cengland0 (8/3/2011)


    GSquared (8/3/2011)


    Government's role in human civilization is application of force. So, the moment it moves outside of defense against force, it turns into a problem, not a...

  • RE: query datetime column

    what is the purpose of doing a convert to varchar?

    I would suggest that the problem is that you ae not finding any results as none exist.

    Is the time always 00:00:00.0000...

  • RE: Outsourced = Laid Off?

    Freddie-304292 (8/3/2011)


    cengland0 (8/3/2011)


    GSquared (8/3/2011)


    Government's role in human civilization is application of force. So, the moment it moves outside of defense against force, it turns into a problem, not a...

  • RE: Outsourced = Laid Off?

    GSquared (8/3/2011)


    Dan.Humphries (8/3/2011)


    So I have been reading through these posts and I can not stop laughing.

    I love that people are actually claiming that we need to look to...

  • RE: Outsourced = Laid Off?

    So I have been reading through these posts and I can not stop laughing.

    I love that people are actually claiming that we need to look to the government...

  • RE: Service Account

    Are you asking about the service account use by SQL server or are you talking about creating an Application role inside of SQL?

  • RE: Subquery issue

    Personally I would try to do this using a join rather than a subquery but you also need to break it down to a one to one relationship. What...

  • RE: using function in query

    I am not sure what you are trying to do with this line but this would be where the problem is.

    you do not get it when you test with a...

  • RE: Trouble setting a case statement

    Select

    datediff(d,Start_Date,End_Date) - (select count(*))

    from table_b

    where table_b.datecol >= table_a.StartDate

    and table_b.datecol <= table_a.EndDate) As TotalDays

    from Table_A

    I am not sure I understand what you are trying to acomplish with this...

  • RE: need help explain a query

    that is a rather braod request. do you have a specific question?

  • RE: Best suggestions?

    I woul dbe curious why you could not add a primary key. Assuming these are used for an app you could safely add a PK with out affecting the...

  • RE: When is shrinking a data file acceptable?

    You know I don't know that I really gave it much thought. My mind just said that made sense and I went with it. But now that I...

  • RE: When is shrinking a data file acceptable?

    The Full DB Backup runs about an hour when it is at a TB but less then 10 minutes when it is reduced to the 100GB size.

  • RE: When is shrinking a data file acceptable?

    Not to beat the proverbial dead horse here but I thought I would point out one such situation where we do a regular shrink of database files. I am...

Viewing 15 posts - 46 through 60 (of 629 total)