![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
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. |
#12
| |||
| |||
|
|
"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 |
#13
| |||
| |||
|
|
"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 - |
#14
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |