Viewing 15 posts - 301 through 315 (of 324 total)
what if you make linked tables Hidden ??
and in "Tools" menu, select "Options" then in "Show" tab, UNselect "Hidden objects"
so any user will not see the tables
what is the problem...
July 28, 2003 at 8:20 am
I want you to see this solution, may be it help you.
here is the solution of the Hang Problem (ODBC Timeout) between any program and SQL server 2000 or 7...
July 28, 2003 at 4:16 am
of course I mean .. that you have to install MDAC 2.7 or higher on all client machines.
and install MDAC 2.7 or higher on your SQL server 2000 or just...
July 9, 2003 at 1:47 am
i think you may need to install MDAC 2.7 or higher.
but you must check correctly your Access application on SQL Server before putting user on it .. so you...
July 9, 2003 at 1:31 am
i am sorry but i don't hnderstand the order of the steps ...
so can anyone give the steps i must take (1,2,3, ... ) to restore the DB to a...
July 3, 2003 at 2:29 am
note : when use [ Select max() from table1 ] make it .. [ Select max() from table1 with (Nolock) ] .. to not take any lock.
it is very...
July 2, 2003 at 3:05 am
I want to know where the script that take the Db and copy it to another partition ??
and is it possible to copy DB get out of Database maintainace planner...
July 1, 2003 at 4:20 am
i think you make a scedule to this Stored Procedure to run every 30 minutes daily...
you must know how to make a job ..
Alamir Mohamed
July 1, 2003 at 3:51 am
is the cash is the same size??
is the RAM is the same type (DDRAm, RDRam or SDRam) ?? DDRam is more faster.
did you check the Partition you put data on...
June 25, 2003 at 2:11 am
do u make restart for the whole copmuter and server !! may be this solve the problem.
any way .. I think i have face this problem before .. and when...
June 22, 2003 at 2:12 am
I have some comments
1- the triger will not affesct the performane (as I know) ... and you can use Stored procedure in stead of it (in case you call stroed...
June 17, 2003 at 1:38 am
what is your frontEnd Application ?
you can Execute stored procedure "with (NOLOCK)" in stead of long runing queries ..
check again All reports and make all reports that gets huge data...
June 10, 2003 at 1:35 am
for BIT value :
True = 1 (in SQL Server)
True = -1 (in Access db)
false = 0 for the two system
( so when you link, Access Automatically [internally] convert 1...
May 26, 2003 at 1:27 am
Good Morning All
I have read all what you All said about migrate Access 2000 DB to SQL Server 2000 DB.
I already migrate Access 2000 DB to SQL Server 2000 DB...
May 26, 2003 at 1:04 am
here is the solution of the Hang Problem between any program and SQL server 2000 or 7 🙂
When you want a report (a set of read-only data) which based on...
May 4, 2003 at 3:14 am
Viewing 15 posts - 301 through 315 (of 324 total)