Viewing 15 posts - 886 through 900 (of 1,217 total)
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...
December 9, 2005 at 6:35 am
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...
December 9, 2005 at 4:23 am
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,...
December 9, 2005 at 4:04 am
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...
December 8, 2005 at 5:57 am
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...
December 6, 2005 at 8:35 am
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...
December 2, 2005 at 6:54 am
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...
December 2, 2005 at 1:28 am
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...
December 1, 2005 at 6:38 am
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 -...
December 1, 2005 at 4:38 am
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...
November 30, 2005 at 9:56 am
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...
November 30, 2005 at 6:56 am
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)...
November 30, 2005 at 6:21 am
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)....
November 30, 2005 at 5:34 am
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...
November 29, 2005 at 7:53 am
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...
November 25, 2005 at 5:36 am
Viewing 15 posts - 886 through 900 (of 1,217 total)