Tagged Questions
2
votes
4answers
2k views
Excessive reserved space on SQL Server
We have a database running under MSDE (SQL 2000, service pack 4) that is reserving massive amounts of excess space. Using sp_spaceused for each table gives a total reserved size of 2102560 KB, a data ...
1
vote
2answers
1k views
Cannot access WSS 3.0 sites after movind Content and Config DBs
Problem:
No access to internal sites after new Instance of SQL was installed on MS SQL Server
Description:
I've got a WSS 3.0 installed on the W2K3 Sever.
Originally, there was only one Instance of ...
0
votes
1answer
157 views
MSDE vs SQL Server
There is a project that a developer is suggesting to use MSDE instead of SQL Server, I need to know the differences and limitations of MSDE to make sure it will be able to handle our project.
0
votes
2answers
193 views
Querying data from multiple clustered tables as one unified
I've recently started work on a project which involves creating a web-based reporting interface for a fairly old software responsible for managing some access control hardware like electronic door ...