Viewing 15 posts - 91 through 105 (of 127 total)
Hi All,
I have been running this for some time now and found out that sometimes the inserts is a bit slow.
INSERT INTO DailyFeed' + @DateYYYYMMDD + '
(
...
August 28, 2006 at 3:22 am
I done that, but the table is in sysindexes, even if the index has already been dropped. so it causes a bot of a problem
August 25, 2006 at 4:45 pm
Hi Paul,
Thanks for the reply, this commans actually runs from Start >> Run >> And you type it in.
Very short word like that.
August 18, 2006 at 5:31 am
Thanks for the reply, let me know if you would like anything else. The code is in a stored procedure, and this update fragment is what i believe is causing...
August 11, 2006 at 5:18 pm
Hello Jeff / Hello All
Thanks for your last post, I have another quick question for you, with regards to the WITH IGNORE_DUP_KEY options, I just realized that should duplicate...
August 10, 2006 at 10:30 am
I have a similar problem with my SAN box, around 2 Terabytes, but its fragmented. Does anyone know how to go about sorting this out, the normal procedure ?
August 10, 2006 at 4:46 am
Hello Jeff,
Thanks very much for your help, wondered how much you would charge a Trainee Developer, as you can tell from my code...
I want...
August 8, 2006 at 4:40 am
Hi Jeff,
The CDR is unique on 3 columns, so I can have a constraint on those 3 columns.
I have also sent you a Pm.
Thanks
August 6, 2006 at 4:46 pm
Hi Jeff,
Thanks for your reply.
If...
August 6, 2006 at 1:58 pm
Thankd for your reply JEff, with regards to naming files daily, the problem is that w eneed to knwow aht transactions came in on a daily basis, thats the reason...
August 5, 2006 at 11:28 am
Hello Everyone,
This is what i am trying to do, I hvae Daily tables that are creaed everyday.
So, once i want to do some maintainnance on the database, I want to...
August 5, 2006 at 7:30 am
Hi Jeff,
Yes, CDRFingerprint is unique on the tables.
Thanks
August 5, 2006 at 7:25 am
Hi Jeff,
Yes, CDRFingerprint is unique.
Thanks in advance
August 5, 2006 at 7:22 am
Hi Jef
The Column CDRFingerprint is the primary key, and it also holds the clustered index.
The index specification is as follows
PK_DailyFeed20060801|clustered, unique, primary key |TErminationDate, EventType, CDRFingerPrint
So the 3 keys, are...
August 4, 2006 at 5:29 pm
Hi Jef,
Thanks for your reply.
To answer some of your questions, there is a Unique Clustered index Primary key on Termination_Date, so I believe this would filter out dupes.
Also, the way...
August 4, 2006 at 8:19 am
Viewing 15 posts - 91 through 105 (of 127 total)