dbTalk Databases Forums  

bookmark continuous form slow slow slow

comp.databases.ms-access comp.databases.ms-access


Discuss bookmark continuous form slow slow slow in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
lyle fairfield
 
Posts: n/a

Default Re: bookmark continuous form slow slow slow - 11-27-2007 , 12:30 PM






"Neil" <nospam (AT) nospam (DOT) net> wrote in
news:rmY2j.3278$fl7.1 (AT) newssvr22 (DOT) news.prodigy.net:

Quote:
Maybe 2000 or maybe Enterprise Edition? My understanding was that the
desktop version had all the same functionality as the enterprise
version, except it was limited in capacity. Otherwise, if it didn't,
it would be pretty worthless as a development tool.
I think there are differences beyond capacity. We can see a list for MS-SQL
Server 2005 at:

http://www.microsoft.com/sql/prodinf...-features.mspx

I don't know of a smiliar list for MS-SQL Server 7, or MS-SQL Server 2000,
but someone may have them squirreled in his or her archives.

I guess someone with a lot more patience than I have might find something
by starting at:

http://support.microsoft.com/selectindex/default.aspx?
target=search&sreg=en-us&adv=1


Reply With Quote
  #12  
Old   
Neil
 
Posts: n/a

Default Re: bookmark continuous form slow slow slow - 11-27-2007 , 12:49 PM







"lyle fairfield" <lylefair (AT) yahoo (DOT) ca> wrote

Quote:
"Neil" <nospam (AT) nospam (DOT) net> wrote in
news:rmY2j.3278$fl7.1 (AT) newssvr22 (DOT) news.prodigy.net:

Maybe 2000 or maybe Enterprise Edition? My understanding was that the
desktop version had all the same functionality as the enterprise
version, except it was limited in capacity. Otherwise, if it didn't,
it would be pretty worthless as a development tool.

I think there are differences beyond capacity. We can see a list for
MS-SQL
Server 2005 at:

http://www.microsoft.com/sql/prodinf...-features.mspx

I don't know of a smiliar list for MS-SQL Server 7, or MS-SQL Server 2000,
but someone may have them squirreled in his or her archives.

I guess someone with a lot more patience than I have might find something
by starting at:

http://support.microsoft.com/selectindex/default.aspx?
target=search&sreg=en-us&adv=1

I see what you mean. Still, there don't seem to be any differences between
versions that deal with any SQL that one would write, or any objects that
one would create. Re. indexed views, it does state: "Indexed view creation
is supported in all editions. Indexed view matching by the query processor
is supported only in Enterprise Edition." So one should be able to create
indexed views in all editions. So it must be a SQL 7 thing (or "lack of
thing," rather).




Reply With Quote
  #13  
Old   
eighthman11
 
Posts: n/a

Default Re: bookmark continuous form slow slow slow - 11-27-2007 , 04:00 PM



On Nov 27, 12:49 pm, "Neil" <nos... (AT) nospam (DOT) net> wrote:
Quote:
"lyle fairfield" <lylef... (AT) yahoo (DOT) ca> wrote in message

news:VmZ2j.16664$xa2.16416 (AT) read2 (DOT) cgocable.net...





"Neil" <nos... (AT) nospam (DOT) net> wrote in
news:rmY2j.3278$fl7.1 (AT) newssvr22 (DOT) news.prodigy.net:

Maybe 2000 or maybe Enterprise Edition? My understanding was that the
desktop version had all the same functionality as the enterprise
version, except it was limited in capacity. Otherwise, if it didn't,
it would be pretty worthless as a development tool.

I think there are differences beyond capacity. We can see a list for
MS-SQL
Server 2005 at:

http://www.microsoft.com/sql/prodinf...-features.mspx

I don't know of a smiliar list for MS-SQL Server 7, or MS-SQL Server 2000,
but someone may have them squirreled in his or her archives.

I guess someone with a lot more patience than I have might find something
by starting at:

http://support.microsoft.com/selectindex/default.aspx?
target=search&sreg=en-us&adv=1

I see what you mean. Still, there don't seem to be any differences between
versions that deal with any SQL that one would write, or any objects that
one would create. Re. indexed views, it does state: "Indexed view creation
is supported in all editions. Indexed view matching by the query processor
is supported only in Enterprise Edition." So one should be able to create
indexed views in all editions. So it must be a SQL 7 thing (or "lack of
thing," rather).- Hide quoted text -

- Show quoted text -
Hey guys. I already tried the SCHEMABINDING but it caused me all
kinds of problems. Changed fields on me; many of my Stored Procedure
would no longer work. I finally ended up deleting my Scema Bound View
and the original Table and the triggers and indexes and then recreated
them to get back were I started. I got all kinds of error when trying
to create the schemabinding "Quote Identifier OFF" Quote Identifier
ON, Ansi nulls OFF Ansi nulls ON etc. With my level of expertise I
might be better off not missing around with the schemabinding .

I just wanted to say though thanks for the help. I got a lot of great
ideas. On the book mark goto, I got it to work faster by cutting the
file in half. Lets say there are 10,000 items with item numbers 1
thru 10,000. If the item you are looking for in 5000 or less I do a
findfirst if it is greater than 5000 I do a FindLast. This has
dramatically increased the speed. Once again thanks for the help.



Reply With Quote
  #14  
Old   
Neil
 
Posts: n/a

Default Re: bookmark continuous form slow slow slow - 11-27-2007 , 05:58 PM



Quote:
I just wanted to say though thanks for the help. I got a lot of great
ideas. On the book mark goto, I got it to work faster by cutting the
file in half. Lets say there are 10,000 items with item numbers 1
thru 10,000. If the item you are looking for in 5000 or less I do a
findfirst if it is greater than 5000 I do a FindLast. This has
dramatically increased the speed. Once again thanks for the help.

Oh yeah, that's right. That's what we were talking about in the first place.
:-)

That's a good idea, using FindLast. Never thought of that. Still, I have to
wonder if you can cut down your recordset entirely and just use smaller
sets. Anyway, glad you got some improvement.

Neil




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.