Viewing 15 posts - 916 through 930 (of 2,062 total)
not a necessity, depending on the nature of your transactions.
Transactionlog: value before/after transaction. If committed you could count it as changed
Diff=changed data since full (rolled back=not changed)
April 14, 2011 at 12:29 pm
Are the patch levels of Access 2003 the same?
Is the application run on the local computer or is it virtualized (Terminal Server, Citrix,...)?
*have a look at
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_25175987.html
April 5, 2011 at 3:22 pm
apart from the share permissions, does the agent also has the necessary NTFS-permissions (if underlying filesystem is ntfs)?
April 4, 2011 at 2:42 pm
Recovery takes longer than the action itself.
The server has to read the transactionlog, apply the redochanges (which are logged also?).
To delete something from large tables it is benificial to do...
March 31, 2011 at 4:17 am
also check out the firewall settings
http://msdn.microsoft.com/nl-nl/library/cc646023(SQL.100).aspx
March 25, 2011 at 11:07 am
Probably not. So many opportunities, so little time.
March 23, 2011 at 4:56 am
Have a look at
http://www.issociate.de/board/goto/766405/installing_msde2000_for_remote_connection.html
Is sql2000 the msde version?
From SP3 on there is some extra configuration work for remote connections.
March 23, 2011 at 4:54 am
As far I remember is /3GB -> 3GB to share amonst all programs, 1GB for OS.
If you have 2 instances, AWE could be a solution as it allows a buffer...
March 17, 2011 at 3:54 pm
Interesting question
Have a look at http://www.devcurry.com/2010/08/free-text-editors-to-open-large-text.html.
Notepad++ chokes on big files (+100 mb)
March 14, 2011 at 6:53 am
I'm also looking for a detailed walkthrough. Myself I usually go through:
1. Install Oracle 64-bit client (11gR2) with Administrator option (not InstantClient, in order to diagnose connectivity), to make sure...
March 14, 2011 at 3:31 am
An old trick is to create a composite index with an additional not null column.
Normally, there are no statistics for NULL-values. By adding a not null column you semi-force them...
March 9, 2011 at 10:32 pm
good to know
Any clue where Select * from CLEAR.CLM_EDIT_WQ_CLM came from?
Is EXTRACT_DATE a date or timestamp?
other sources report making a view so every oracle column is converted to a...
March 7, 2011 at 1:05 pm
Hello,
You'l have to check some things.
Does the basic oracle connectivity works using tnsping, sqlplus from the server?
Is the server 64-bit? In that case you might need both the 64-bit and...
February 20, 2011 at 3:11 pm
Apparently changed with oracle 10g
http://decipherinfosys.wordpress.com/2007/04/28/writing-data-to-a-text-file-from-oracle/
February 17, 2011 at 1:10 pm
No direct unloader
Have a look at the faq
http://www.orafaq.com/wiki/SQL*Loader_FAQ#What_is_SQL.2ALoader_and_what_is_it_used_for.3F
or try to write to "external tables"
February 15, 2011 at 4:07 pm
Viewing 15 posts - 916 through 930 (of 2,062 total)