Viewing 15 posts - 196 through 210 (of 325 total)
Note
you must make a Full backup daily (at least) and a transaction Log Backup at 1 hour (at maximum) so the data and the Log file will not increase...
April 6, 2004 at 5:03 am
Note
you must make a Full backup daily (at least) and a transaction Log Backup at 1 hour (at maximum) so the data and the Log file will not...
April 6, 2004 at 4:58 am
I know that
1- Loop is the worest (no Index key on any side of relationships)
2- Merge is the best (Index is found on the 2 sides of the relationships)
3-...
April 6, 2004 at 4:49 am
I think there will be no problems, if you transer the Domain Users and Groups successfully
April 1, 2004 at 7:38 am
Make The ISOLATION LEVEL Read committed (SQL Server default level).
and make (No Lock) in Select
and don't supply any Lock hint in Update, insert and Delete (SQL Server will...
April 1, 2004 at 7:35 am
are you sure thera are not any jobs that Called this
sp_table_statistics_rowset function?
March 30, 2004 at 1:38 am
do u know how to use Form Wizard to make Access Make the form for u (Basec on table)?
also you would find something similar to that wizard in ASP.net...
March 29, 2004 at 4:27 am
here is the link of MSDE with SP3a included
by the way you have to searh in http://www.microsoft.com for how to use it.
I hope this help u
March 22, 2004 at 3:31 am
if you have 5 customers or less using your program, you can use MDSE.
MSDE is for free.
MSDE is the Simplest VERSION...
March 22, 2004 at 3:18 am
This is a major problem in access (Corruption) .. which happens when Data get corrpted (inserted wrong)
So you have to compact and repair every week to rearrange the tables...
March 22, 2004 at 2:13 am
I don't know realy ..
but I think MDAC 2.7 and its SP1 and its SP1 refresh is the best
I think Mdac 2.8 support ADO ver 2 !!
March 18, 2004 at 7:40 am
did you install MDAC 2.7 AND its SP1 on the client machines.. it may work
March 18, 2004 at 3:14 am
of course use MDB (not ADP) because there are many features in MDB that is not found in ADP, and many functions in MDB you have to convert it to...
March 18, 2004 at 3:12 am
I think you have to made mirror (software or hardware) on SQLSERVER partions instead of clustering .. it is very cheap.
March 18, 2004 at 3:04 am
SQL Server is monster in dealing with Memory .. it is recommeded not to use any other programs with SQL Server.
or you must assign a Fixed Memmory
I hope...
March 18, 2004 at 3:00 am
Viewing 15 posts - 196 through 210 (of 325 total)