Viewing 15 posts - 631 through 645 (of 1,158 total)
Personally, I would logship the database and set up the publication and subscription with out initialising from snapshot. You could bring replication online within a couple of minutes doing...
January 27, 2012 at 11:25 am
Its not really an error. Its pretty self explanatory. The subscriber has not communicated in the expiry period as dictated by your publication and the clean up job...
January 27, 2012 at 11:23 am
It is delphi in a way as you would open a sql transaction in delphi code and fire each insert individually. In the event of failure the catch block...
January 25, 2012 at 12:54 pm
tnt750 (1/25/2012)
my records first save to string gride in my program that written by delphi
then user click...
January 25, 2012 at 12:42 pm
How do you mean move 1000 records from a client? What format is it stored locally?
January 25, 2012 at 12:40 pm
russ.guier (1/25/2012)
January 25, 2012 at 12:30 pm
"Depends" on the size of the database and its logfile. Based on average database size its likely to be on the high side.
January 24, 2012 at 6:07 am
HowardW (1/20/2012)
MysteryJimbo (1/20/2012)
I wouldnt. I'd be considering FusionIO or similar (which I already have).
Ok, yes, FusionIO sounds awesome, but I wouldn't group it in with in-memory databases - it's...
January 20, 2012 at 6:09 pm
HowardW (1/20/2012)
I was thinking of creating a RAMDisk for this. Never tried it though.
Would you really want to completely destroy your database if you had a power outage, or...
January 20, 2012 at 7:02 am
I'd also point out that my note worthy databases regularly hit 5 figure tps without disk issues so it is possible to have this provided your environment is configured correctly....
January 20, 2012 at 6:44 am
Grant Fritchey (1/20/2012)
January 20, 2012 at 6:38 am
Are the database transaction logs on a different drive to data? Which drive do you see disk queues?
January 20, 2012 at 5:32 am
Viewing 15 posts - 631 through 645 (of 1,158 total)