Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > sql server msde > july 2005 > threads for july 15 - 21, 2005

Filter by week: 1 2 3 4 5

how to do backup of msde?
Posted by pheonix1t at 7/21/2005 4:07:26 PM
hello, we use Protection Pilot (from McAffee), it installs a MSDE that it uses to store info about clients. so, I need to do a backup of the MSDE to send to their tech support people but their backup utility isn't working. They've tried for about 2 weeks now and it's not working. I asked t...more >>


xpCmdShell Error 87 from GetProxyAccount on line 604
Posted by bteclt at 7/21/2005 10:25:04 AM
Here's the screnario...using an MSDE install of SQL Server to run a stored procedure the first inserts a record to a table and then executes the master.dbo.xpcmdshell stored procedure (call from within the insert procedure). This is executed from an ASP.Net web site and it assume a SQL Serv...more >>

How to Determine if MSDE 2K running
Posted by steve at 7/21/2005 12:00:00 AM
Hi All I need to check if MSDE2K service is running on a stand-alone computer using VB6 I have tried using SQLDMO.ListAvailableServers but find it very unreliable... Dim oApp As SQLDMO.Application Dim oNames As SQLDMO.NameList Set oApp = CreateObject("SQLDMO.Application") Set oName...more >>

Can't connect to MSDE databases ... (red cross)
Posted by Vincent ROCHE at 7/21/2005 12:00:00 AM
Hi, I have Visual Studio 2003, MSDE, and Commerce Starter Kit on my Win XP Pro computer with IIS. The demo web site works well. But I can't modify the content of the database 'Commerce'. With MSDE Manager I changed some content, but the modification do not appear on the web site even ...more >>

performance degradation after several inserts
Posted by tgrignon at 7/20/2005 11:42:02 AM
We have a VB6 app that uses an MSDE SP3 database. We use a process with transactions to add data to the database. As several similar packets of data are added we've noticed a degradation in the speed of loading the information. We've also noticed that if at the end of the insert of several ...more >>

MSDE Deployment Toolkit - Source?
Posted by Roy Chastain at 7/20/2005 8:27:34 AM
Does anyone know where we might find the source to the Deployment Toolkit. I would like to be able to customize the install of MSDE more than is allowed, and the current tool would make a good starting point. ------------------------------------------- Roy Chastain KMSYS Worldwide, Inc. ht...more >>

MSDE 2000A inner join problems
Posted by steve at 7/20/2005 12:00:00 AM
Hi All I am using VB6 and MSDE 2000 I previously used Access 2000 and used the following ado sql to create a temp table in access (Invoice table contains Invoice data such as Invoice number, date etc. Idetail table contains details of the invoice individual items e.g product code, Invoice ...more >>

Cloned Drive
Posted by Will T at 7/20/2005 12:00:00 AM
I have a machine named DOG with MSDE (computername=DOG). I clone the machine to another and rename the machine CAT. When I do this, SQL Server reports "Your SQL Server installation is either corrupt or has been tampered with (unknown package id). Please rerun setup." I understand why this happens...more >>



Connection problem after installing msde2000a
Posted by Zadi Friedrich at 7/19/2005 5:53:03 PM
Hi everyone, I just installed on my windows 2000 computer using the following command line with a strong sa password: c:> setup sapwd="my_password". I want to create a new access database project (.adp) but after I input the credentials for sa and user, I get a message saying that SQL Serve...more >>

SQL Server 7 conflicts with MSDE2K
Posted by kalbrecht1972_hotmail_com at 7/19/2005 1:15:01 PM
Below is an update to a problem I posted to another group about installing MSSQL7 on a machine that previously had an install of MSDE2K. I am quite the newbie to SQL server, but am VERY interested in gaining this skillset, and becoming MCDBA. Currently, I have a SQL server 7 installation d...more >>

Installation: unable to disable network access to MSDE
Posted by Eric Guthmann at 7/19/2005 9:04:01 AM
We have a customer that is receiving the following error installing MSDE (2000 Rel A) on a Windows 2000 machine. They are logged in as an administrator, supposedly have file and printer sharing installed, the machine name is all uppercase. Here are the relevant lines from the log file: Loa...more >>

Can instance of Microsoft BCM effect installation of alt MSDE inst
Posted by thejamie at 7/19/2005 8:15:04 AM
I am having difficulty installing MSDE on an XP Sp2 system with the Microsoft Business Contact Manager installed (Hooks into Outlook). I checked all my standards... ie folder for my instance not there, registry key for my instance not there, my instance not installed in the add-remove progra...more >>

SQLServer 2005 Express
Posted by dhnriverside at 7/19/2005 7:59:12 AM
Hi Guys Currently, SQL Server 2005 Express ships with Visual Studio 2005 Beta 2. Does anyone know if this will be the case when the final VS2005 ships in November? OR... can we guarantee that SQL Server 2005 Express will remain a FREE download? I need to buy Windows Server SBE, but didn'...more >>

SP4 causes port change
Posted by Michael C at 7/18/2005 12:00:00 AM
Users of my application connect to MSDE from a PDA. With a PDA it's not possible to specify ServerName\InstanceName so it has to be specified as ServerName,PortNumber. When I applied SP4 to MSDE the port number changed which means customers will need to change the port number of every PDA, doe...more >>

Swapping DB's
Posted by Sanjit Suchak at 7/18/2005 12:00:00 AM
Hi, At the moment, using our VB6 / Access application, users can zip up their ..mdb files and send them to other users I have been reading that with SQL Server Express, you can treat databases like Windows files allowing users to do this. I am wondering if it is possible to do something...more >>

MSDE use vs. redistribute
Posted by Jonathand at 7/17/2005 6:05:04 AM
Hi, I would like to understand what counts as "use" under section 3.2 of the EULA? I am looking at redistributing certain components of MSDE that are listed in redist.txt. Does this count as "use" under section 3.2 of the EULA? or does it fall under section 3.1 "redistribution"?...more >>

Can not connect to MSDE 2000 through my PDA application
Posted by phil at 7/16/2005 2:56:01 PM
Hi, I am new to MSDE and am having a problem connecting to it through my PDA application. Everytime i try to open the connection i get a exception of PlatformNotSupportedException. I have checked this problem for many times and fail to find an ideal solution. My question is whether it was ...more >>

Problem with trace
Posted by Nameless at 7/15/2005 10:42:02 PM
Hello! Sorry for my English, but... I'm using Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05 Copyright (c) 1988-2003 Microsoft Corporation Desktop Engine on Windows NT 5.1 (Build 2600: Service Pack 2) This code runs in Job when Agent starts declare @p int, @b bit...more >>

Need to change column properties...
Posted by Terry Olsen at 7/15/2005 8:22:31 PM
I have an MSDE database filled with data. I use Web Data Admin to config the db. In my short-sightedness I defined a column of vchar as only 12 characters when now I need 15. However since there's data in the db, the edit option is not available for the columns. What's the best way to go ...more >>

Managing permissions, user and group accounts in MSDE
Posted by Mark at 7/15/2005 1:45:41 PM
Hello I have little experience of MSDE but have worked with SQL Server at various locations in the past. Can anyone tell me the easiest way to manage permissions, user and group accounts etc. in the absence of enterprise manager. Does everything have to be scripted? Many thanks Ma...more >>

msde sp4 autostart sqlagent and other fun
Posted by Mike at 7/15/2005 12:49:15 PM
Since msde sp4 changes sqlagent to manual start, I found scm to reset it back to automatic. C:\Program Files\Microsoft SQL Server\80\Tools\Binn>scm -Action 7 -Service sqlserveragent -SvcStartT ype 2 To get msde sp4 to update my default instance, I had to set sqlagent 'log on as' to Local S...more >>

Setting up users
Posted by YYZ at 7/15/2005 8:50:13 AM
I did search the aspfaq, but I'm not sure that's where I would find this information. I am adding users in slowly to an MSDE database on our network. It isn't hit all that often, so MSDE works fine for now. I am using Windows Authentication so that I can control security by person, and don...more >>

An update query
Posted by Mathew at 7/15/2005 8:43:03 AM
Hi, I run a same update query in our two servers, which have the same configuration and same database and indexes, one of them is returning the result in 4 seconds, and the other one in 7 minutes. the only difference between them is that the fast server has 512 MB and the other one has 256 ...more >>

BMCPatrol/BackupExec with MSDE and SQL Server Enterprise Edition
Posted by Andy Sprecher at 7/15/2005 8:27:12 AM
I have a odd situation and am unsure of my best option. We use BMC Patrol to monitor an Enterprise Edition database. A server guy came along and installed Backup Exec to make some one-off tape backups for a vendor. He installed and decided to use MSDE. MSDE is now installed on my server...more >>

MSDE deployment toolkit
Posted by Marius at 7/15/2005 7:20:02 AM
I am using the MSDE deployment toolkit to deploy MSDE release A. The total size of my install is ~80 MB, of which my application accounts for 1 MB. Is it possible to create a smaller MSDE install by excluding certain merge module depending on the features used by the application?...more >>


DevelopmentNow Blog