Groups | Blog | Home
all groups > sql server (microsoft) > october 2007 >

sql server (microsoft) : Re: Large Addition to Database



Greg D. Moore (Strider)
10/21/2007 11:30:06 PM
[quoted text, click to view]

That's still very small as far as SQL databases go.

Not sure how access documents, but a decent index on that (some sort of ID,
unique name or something) will make things work well most likely.

(BTW, you may want to look into upgrading the DB to use something like SQL
Express edition. More modern, better supported and may be a bit faster,
especially on a Windows 2003 box.)

[quoted text, click to view]



--
Greg Moore
SQL Server DBA Consulting Remote and Onsite available!
Email: sql (at) greenms.com http://www.greenms.com/sqlserver.html

Neil
10/22/2007 1:58:08 AM

[quoted text, click to view]

Right. I just meant that it was almost double the original size. Wasn't sure
if there was any kind of maintenance that should be done.

[quoted text, click to view]

Yes, each record has a unique ID for the record. These two fields are just
two of many fields in the record.

[quoted text, click to view]

SQL Express? I thought SQL Express was the new version of SQL Desktop/MSDE.
Maybe I'm wrong.

We're using the full version of SQL 7, and are upgrading to SQL 2005.

Thanks,

Neil



[quoted text, click to view]

Greg D. Moore (Strider)
10/22/2007 7:16:41 AM
[quoted text, click to view]

Nothing more than the usual. Backups, do a DBCC CheckDB on a regular basis.
Perhaps update stats from time to time, monitor your indices.

[quoted text, click to view]

It is. For many smaller applications, it's a great choice. For a 1 gig
database, I'd certainly consider it.

[quoted text, click to view]

Didn't want to suggest that if it wasn't in the budget.

[quoted text, click to view]

--
Greg Moore
SQL Server DBA Consulting Remote and Onsite available!
Email: sql (at) greenms.com http://www.greenms.com/sqlserver.html

Greg D. Moore (Strider)
10/23/2007 12:00:00 AM
[quoted text, click to view]

No, and there never has been. That's a misunderstanding of the old query
governer built into MSDE (whcih permitted only 5 or 6 (I've seen both
numbers)) of queries to run at the same time before things were slowed down
on purpose).

SQL Server Express 2005 does not have that limit. Rather it is limited in
DB size (2GB), CPU (1) and memory (I believe 1GB). But within those
parameters it operates at full-speed and works very well.


[quoted text, click to view]



--
Greg Moore
SQL Server DBA Consulting Remote and Onsite available!
Email: sql (at) greenms.com http://www.greenms.com/sqlserver.html

Neil
10/23/2007 12:57:43 AM
[quoted text, click to view]

Isn't there a limitation on the number of users that can access the
database? I thought that it was something like 10 users or something.

Erland Sommarskog
10/23/2007 9:41:24 PM
Greg D. Moore (Strider) (mooregr_deleteth1s@greenms.com) writes:
[quoted text, click to view]

But keep in mind that SQL Express does not come with SQL Agent, which can
be a killer for Neil if he wants to schedule backsup and that.


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
Greg D. Moore (Strider)
10/24/2007 12:00:00 AM


[quoted text, click to view]


Good point.



[quoted text, click to view]

--
Greg Moore
SQL Server DBA Consulting Remote and Onsite available!
Email: sql (at) greenms.com http://www.greenms.com/sqlserver.html

Neil
10/24/2007 11:45:45 PM
Thanks for the info. That's good to know.

[quoted text, click to view]

Neil
10/24/2007 11:49:39 PM
Thanks for adding that info.


[quoted text, click to view]

AddThis Social Bookmark Button