Forum Replies Created

Viewing 15 posts - 886 through 900 (of 1,217 total)

  • RE: sql help

    I tried to guess structure of the tables, unfortunately it is impossible to know from which table the columns CoverChrgAmt and CalcTotalReimAmt are. I placed them into the table Reimburse and...

  • RE: Backup/restore Questions in Books Online

    Hmmmm... the question was "Are some tables modified more often than others?". I guess this is a hint to the possibility to divide the database into several files/filegroups, with separate...

  • RE: Reformat datetime as: mm/dd/yyyy

    Yeah.. and since when the posted SQL returns 12/1/2005 12:00:00 AM? At least for me it returns

    2005-12-31 23:59:59.997

    Anyway, it seems that question was how to strip the time part away from result,...

  • RE: How to retrieve the last record in a select statement from a #temp table?

    I suppose that by LAST you mean the last inserted into temporary table. You should get this with the following /*untested*/ select (though I'm not sure whether this is what you are...

  • RE: fine Tuning?

    As I understood the various explanations (I really didn't try to understand the SQL itself), the task is to find firms, whose name and address suggest possible duplicity, and create something as...

  • RE: Split Huge table to several table, will be faster ?

    Just being curious, how many rows will be inserted into this table per day? "Huge" is rather vague...

    Anyway, dividing the data into many tables is something I would try to...

  • RE: Conditional Update Quandary

    That's OK, Jeff, don't mention it :-). No need to talk about it any more, no hard feelings on either side and that's all that's important. Hope you will be...

  • RE: Fillfactor and amount of storage space required

    I don't think there is some basic difference in what you say and what the other half of the statement says. "SQL Server redistributes the data when it creates the...

  • RE: Query giving inconsistent results

    There are several things that can affect results of a query... ANSI NULLS ON/OFF, language, date format, case sensitivity. Probably some more that I don't remember at the moment -...

  • RE: Conditional Update Quandary

    I'm sorry if my comment was offending or uncalled for, and I apologize for it. It was meant more like "I feel with you and I wouldn't want to be...

  • RE: Conditional Update Quandary

    Uhhh... that's really something. Any other restrictions, like for example that you may not use the word "UPDATE" in your SQL?

    I can only...

  • RE: Question: Will combining unique tables produce unique results?

    Hi Brian,

    You're welcome, I think we understood each other perfectly. If you use the line number, no problem (you even don't have to include product to have a unique combination)...

  • RE: Question: Will combining unique tables produce unique results?

    Hello,

    if I only take into account what you posted about the structure of tables, then the mentioned 3 columns can NOT be used as a unique key (or unique index)....

  • RE: database rollback

    LOL... actually there are no questions in the original post, at least from the point of view that there are no question marks :-). The phrasing suggests that the poster...

  • RE: My database keeps messing up

    Vinny,

    unfortunately that is misunderstanding of the term "covered". What the BOL attempts to say in this part is, that if ALL columns specified in the query (from the table to which...

Viewing 15 posts - 886 through 900 (of 1,217 total)