active questions tagged msde - Stack Overflowmost recent 30 from stackoverflow.com2009-12-09T19:04:35Zhttp://stackoverflow.com/feeds/tag/msdehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1368354/excessive-reserved-space-on-sql-server0Excessive reserved space on SQL ServerPaul G2009-09-02T15:19:27Z2009-09-03T20:30:51Z
<p>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 size of 364456 KB and an unused size of 1690760 KB (i.e. reserving nearly 4 times the used space). The worst culprits are tables that are frequently written to but never deleted from (transaction logging). Generally, deletes are very infrequent and very small in terms of size and number of records.</p>
<p>The database files on disk are at the 2 gb limit and this is causing problems with backups etc.</p>
<p>I have tried DBCC SHRINKDATABASE, DBCC SHRINKFILE and DBCC REINDEX with no effect on the file size used on the disk</p>
<p>2 questions - How can I shrink the database file size and how can I stop SQL Server from reserving the excess space ?</p>
<p>Thanks</p>
<p>Paul</p>
http://stackoverflow.com/questions/771601/cannot-access-wss-3-0-sites-after-movind-content-and-config-dbs1Cannot access WSS 3.0 sites after movind Content and Config DBsKrzysztofS2009-04-21T08:24:53Z2009-08-26T14:02:08Z
<p>Problem:<br />
No access to internal sites after new Instance of SQL was installed on MS SQL Server </p>
<p>Description:<br />
I've got a WSS 3.0 installed on the W2K3 Sever.
Originally, there was only one Instance of MS SQL (MSDE) for Backupexec (bkupexec). Later, we installed WSS 3.0 and instead of installing the new instance of SQL we installed on the same instance (bkupexec). So, at some point all the DBs from Backupexec and DBs from WSS were all together within the same SQL instance.</p>
<p>After we noticed this we wanted to split those two into two separate instances: bcupexec and sharepoint. First, I have done a backup of all DBs within backupexec instance. Then, I installed new SQL Instance and called it Sharepoint and tried to restore all WSS DBs into the new SQL instance. Once that was done I check references in IIS so Content and Config would point into the new instance. But since then no go.</p>
<p>I can access Admin site from within IIS and from the browser. I cannot access any internal WSS sites. It asks for the authentication. All I am using is Windows authentication. Account is in AD.</p>
<p>As I am new to WSS I will be greateful for all suggestions and possible fixes.</p>
http://stackoverflow.com/questions/972072/can-i-use-sql-server-management-studio-express-to-connect-to-an-msde-database0Can I use SQL Server Management Studio Express to connect to an MSDE database?ObiWanKenobi2009-06-09T19:33:59Z2009-06-09T19:38:23Z
<p>Is it possible to use SQL Server Management Studio Express 2005 to connect to an MSDE database?</p>
http://stackoverflow.com/questions/783838/msde-backup-file-is-appending0MSDE backup file is appendingChad2009-04-23T22:39:49Z2009-04-23T22:39:49Z
<p>I have an MSDE 2000 database backup file which is appending rather than deleting or renaming. I am using this command:
BACKUP DATABASE [SPSDB] TO DISK = 'E:\Program Files\Microsoft SQL Server\MSSQL\BACKUP\SPSbackup\spsdb.bak' with retaindays = 1</p>
<p>I am using a maintenance plan on my full SQL version databases, and they create a new file everyday with the date in the file name.</p>
<p>The backup file size creeps up on me if I don't monitor it. Is there a way to have MSDE make a uniue file with the daily backup job I created?</p>
<p>Thanks,
Chad</p>
http://stackoverflow.com/questions/741837/querying-data-from-multiple-clustered-tables-as-one-unified0Querying data from multiple clustered tables as one unified duckyflip2009-04-12T14:15:17Z2009-04-12T14:55:14Z
<p>Hello,</p>
<p>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 locks for example.<br />
I have chosen CakePHP for the task and all it involves is querying the database for the log records and displaying them on the website. The software is written in C++ and uses MSDE (a scaled-down version of Microsoft SQL Server 7.0 or 2000) and I was able to configure CakePHP so that it successfully connects to the DB.</p>
<p>The problem is that the developer of this software has chosen to store the logs in the database by creating a separate table for each day. So it looks like this:</p>
<pre><code>tbl_DoorEvent_2008_08_07
tbl_DoorEvent_2008_08_08
tbl_DoorEvent_2008_08_09
tbl_DoorEvent_2008_08_10
...
</code></pre>
<p>I am not really familiar with MSDE but I still doubt that it is an acceptable practice to design and maintain a database like this. I do not know how the desktop software manages to parse query all the information when it's all in this format but my CakePHP application is having some really hard time chewing this up.</p>
<p>I want to stick with MVC for the web application but I don't know how to implement the DooreventModel in CakePHP so that it gets the information from all the partitioned tables.<br />
I've tried implementing some hacks like using</p>
<pre><code>UNION ALL SELECT * FROM tbl_DoorEvent_2008_08_07
UNION ALL SELECT * FROM tbl_DoorEvent_2008_08_08
....
</code></pre>
<p>and this sort of works but when I want to perform WHERE restriction on the whole query or any other SQL operator it doesn't work.</p>
<p>Also one of the requests was that the web-based application does not add or create any additional databases or tables and only uses the existing ones to display the reports so creating one huge table that includes all of the clustered ones is not really an option.</p>
<p>I just hope that someone will come up with an SQLServer function that will merge all tables into one for me every time I perform a query but I know this is a bit optimistic, so I'm open to all suggestions really.
And please remember that the solution must work with CakePHP and as a single Model in the MVC</p>
http://stackoverflow.com/questions/310314/msde-merge-replication-with-intel-atom-processor0MSDE merge replication with Intel Atom processorBen5e2008-11-21T21:45:42Z2008-11-21T21:45:42Z
<p>We have a product that by default installs MSDE SP3 for use with merge replication (as subscriber). We have never had a problem with this. Recently found that on the Eee PC everything installs without incident, which includes applying the latest snapshot; however, when we try to pull down data to the Eee PC from the Publisher it takes 2+ hours for something that should take 1 minute or less. Luckily we have found that applying SP4 on MSDE resolves the problem, but I'm curious as to what is causing the problem. The only difference that I could see causing any problems would be the fact that the Eee PC uses the new Atom processor from Intel. </p>
<p>Are there known issues with MSDE, or any other products for that matter, running on the Intel Atom processor?</p>
http://stackoverflow.com/questions/279132/is-msde-supported-on-windows-server-20081Is MSDE supported on Windows Server 2008?Ben5e2008-11-10T20:54:50Z2008-11-14T04:41:56Z
<p>I know MSDE is no longer supported on Vista, is this also the case for Windows Server 2008?</p>
http://stackoverflow.com/questions/114472/upgrade-msde-to-sql-server-20080Upgrade MSDE to SQL Server 2008Brian2008-09-22T12:09:03Z2008-09-22T12:34:10Z
<p>I am trying to upgrade an named instance of MSDE to SQL Server 2008 Express. When I get to the "Select Features" page of the 2008 installer there are no instances listed. The upgrade to SQL Server 2005 Express (on the same VM image) however works fine.</p>
<p>It seems to be a supported scenario (<a href="http://msdn.microsoft.com/en-us/library/ms143393.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms143393.aspx</a>), yet I am finding that it does not work. Has anyone successfully done this?</p>
http://stackoverflow.com/questions/42146/what-are-the-best-ways-to-determine-what-port-an-application-is-using5What are the best ways to determine what port an application is using?Scott A. Lawrence2008-09-03T17:25:54Z2008-09-03T17:45:05Z
<p>This is an adapted version of a question from someone in my office. She's trying to determine how to tell what ports MSDE is running on for an application we have in the field.</p>
<p>Answers to that narrower question would be greatly appreciated. I'm also interested in a broader answer that could be applied to any networked applications.</p>