A
Always OpenTo Suggestions
I'm working with Access 2003 Front end
I'm working with SQL Server 2000 Back End
Data was transfered from MDB to SQL Server simply by moving tables and
adding some indexes and relationships. Stored procedures were not used for
efficiency.
I've got 2 issues.
First: SQL SErver transaction logs get HUGE. I guess because transactions
are never really committed. I've got a 4 gig database and the transaction
log often exceeds 10 gig.
QUESTION -- When do transactions from queries and from data being updated
via forms get committed to remove the transactions from the transaction log?
Also, screens seem sluggish.
QUESTION - In general, other than taking advantage of stored procedures,
where can I find info on best practices for using SQLServer database with
Access Front end?
Thanx in advance!
Angelo
I'm working with SQL Server 2000 Back End
Data was transfered from MDB to SQL Server simply by moving tables and
adding some indexes and relationships. Stored procedures were not used for
efficiency.
I've got 2 issues.
First: SQL SErver transaction logs get HUGE. I guess because transactions
are never really committed. I've got a 4 gig database and the transaction
log often exceeds 10 gig.
QUESTION -- When do transactions from queries and from data being updated
via forms get committed to remove the transactions from the transaction log?
Also, screens seem sluggish.
QUESTION - In general, other than taking advantage of stored procedures,
where can I find info on best practices for using SQLServer database with
Access Front end?
Thanx in advance!
Angelo