Viewing 15 posts - 15,301 through 15,315 (of 18,923 total)
I'm still waiting for any type of answer from anyone to this comment/question to go any further in the process. Analysis comes first, not last
July 11, 2005 at 9:52 am
I think you have to create a perm table and drop it manually. The syntaxe seems to be the same between sql server and access. Also have you...
July 11, 2005 at 9:50 am
I can understand the split if you have 50M rows/merchant
.
The only thing that could speed this up is to make sure that the...
July 11, 2005 at 9:46 am
is the data in a varchar column or an int?
Update table set column = left(Column, len(Column) - 4) where Right(column, 4) = '0000'
July 11, 2005 at 9:39 am
What is the filename of the db?
if it's .mdb then it's probabely an access db, else (adp), it's an access data project that is connected to an sql server.
To be...
July 11, 2005 at 9:32 am
Procedures in access mdb files?? That's new (to me anyways). Are you sure it's not and access data project that is connected on the server?
July 11, 2005 at 9:24 am
Shouldn't the data represent the correct value?? How can yo know the correct value if you don't know what the data represents?? I think you're going the wrong...
July 11, 2005 at 9:00 am
Check if there's a lock on the info you are trying to fetch.
run exec sp_who2 and check the blkby column for any spid -
then for each of those ids...
July 11, 2005 at 8:35 am
There's your problem :
"Due to some internal business rules and for faster data retrieval we have to store each merchant's data in its own table. I have a SP...
July 11, 2005 at 8:31 am
Now you kow why Expert Exchange has a monthly fee
. Coding the thing is nothing compared to maintaining it.
July 11, 2005 at 8:19 am
Making ssc a better place is not a moo point Sushila.
bkelley. Let me rephrase that : takes a lot of man power. Each post has to be read...
July 11, 2005 at 8:14 am
Maybe we should ask for a point/feedback system like the one on ExpertsExchange (assuming we can have the man power to employ it).
July 11, 2005 at 8:02 am
I just saw the title and the poster and I said to myself : Here we go again.
July 11, 2005 at 8:01 am
Viewing 15 posts - 15,301 through 15,315 (of 18,923 total)