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 2007

Starting MSDE Server through a batch file
Posted by sme at 7/30/2007 6:58:03 AM
I normally keep my MSDE server stopped and start it only when I run the app that uses it (otherwise, my corporate backup prog complains abt files in use being not updated). How can I start my MSDE through a command line so that I can include it in a batch file that starts the MSDE and my ap...more >>

MSDE & IP Addresses / Network Adapter
Posted by sme at 7/30/2007 6:54:07 AM
When I switch from office network to home wireless, my app using a MSDE instance has got problem in finding the database. Obviously, the change in IP Address is not liked by the MSDE server. I believed the XP Pro is more friendlier in switching between adapters, or am I wrong? Is there any ...more >>

Install of MSDE on XP Pro Failed, HELP Please ANYONE!!!
Posted by Microsoft News at 7/25/2007 7:23:11 PM
I have for the past 1.5 weeks been trying to get MSDE installed on a Windows XP computer. We are installing MSDE sp3 which we have installed on more than 20+ computers. Some computers Windows 2003 Servers some Windows XP Pro. We have NEVER had a problem. So before anyone suggest it, I don't ...more >>

Installing Agent Service
Posted by WA at 7/24/2007 6:33:52 AM
Hi, I have just installed SQL Server 2005 Express Adv. which I expected to have the Agent service. How do I install the agent service and where can I get it from?? Thanks ...more >>

How do I import a db into MSDE2000?
Posted by Mark at 7/22/2007 9:38:09 PM
How do I import a db into MSDE2000? Can it be done? I backed a db up from another server and now I want to import on to this new machine. Not sure how to go about doing that though... Thanks. ...more >>

Slow performance in adding records to msde table imported from dbase.
Posted by CharlesC at 7/19/2007 10:14:04 AM
Hello, I imported dbf files (dbase) into an msde database. I see the tables with the data in the msde database. The data is identical. The only change made to the code is in the DSN assignment in the Recordset's GetDefaultConnect(), return _T("ODBC;DSN=themsde"). Both DSN's are ODBC, t...more >>

Installation of UPS Worldship 9.0 Fails
Posted by info NO[at]SPAM supernoc.com at 7/18/2007 9:58:25 PM
Greetings, if anyone has advice or can point me in the right direction it would be appreciated. Been a week now, and I just can not make progress on this issue. Machine is windows xp sp2 UPS Application Error Message: "Installation failure during Step 7 of 27: MSDEInstaller:PostInstallationSt...more >>

SQL Express error when setting to Network Mode
Posted by Teo at 7/17/2007 4:06:05 PM
Hi! I have tried to setup my SQL Server Browser to Network mode but I keep getting an error saying "WMI Provider Error", "Can't add or remove a member of the local group because the member does not exist" Very strange error. What can I do to be able to set it to network mode? Thanks much in a...more >>



Questions on connection
Posted by Teo at 7/17/2007 3:35:20 PM
Hey guys, I have the MSDE SQL Server 2003 running on my SBS 2003. I am using my laptop to develop my website with Microsoft Visual Web Developer. I've been trying to create a connection to the SBS 2003 SQL server but I keep getting a connection problem. Is it possible to connect with Visual We...more >>

Export single table in web data administrator
Posted by Xavier at 7/17/2007 3:54:01 AM
Hi, I am using the "Web Data Administrator" on the MS SQL Server (2000 I think) database provided by my ISP. I use the Export function every so often so that I can make a copy on my local SQL server, (I have no access to DTS on the ISP server). However, lately, the sheer amount of recor...more >>

SQLExpress
Posted by Paul_Boardman at 7/16/2007 7:32:03 AM
Hi I am trying to resolve a problem with an SQL database for a known antivirus application we use. Along the way someone has installed SQLExpress on the application server and managed to upgrade the database using this. Starting from the begining....I was resolving a problem with the appl...more >>

MSDE on Vista
Posted by Hilarion at 7/13/2007 5:54:54 PM
Hi I know that MS SQL Server 2000 versions (including MSDE) are not supported on Windows Vista, but still I'd like to ask if anyone knows why when MSDE is installed on Vista, each time after a user logs in to Windows, the instalation dialog appears for few seconds. The dialog ti...more >>

sql2000 client tools on MSDE
Posted by Pete Berry at 7/13/2007 9:00:39 AM
Any problems installing the client tools from Sql2000 on an MSDE instance to provide GUI management capability? -- Graham (Pete) Berry PeteBerry@Caltech.edu...more >>

Trigger Question
Posted by Danny at 7/12/2007 6:58:06 PM
Trying to add more functionality to the following trigger. Need to insert three field into another table using the ID from the first insert (i.id), the ID from the Trigger Insert (??) and a QTY value of .25? My question is how do I get the ID from the trigger insert? ITEM Table ID int ...more >>

Maximum length of Datatype text...
Posted by Matt Brown - identify at 7/11/2007 1:45:52 PM
Hello, I see that the max length of datatype text is some where abouts 2 million characters. My question is, when I conenct the MSDE database to SQL Enterprise administrator, and look at the table design, the length of the data reads "16" It's quite obvious this doesn't mean 16 characters....more >>

Is it possible to replicate db with SQL Express Only?
Posted by Gigi at 7/11/2007 12:00:00 AM
To all SQL guru I understand MS SQL Express can only "subscribe" which means u need Full version of MS SQL to do the "publication" . Is there any other way to do some sort of replication without the full MS SQL? Cheers Gigi ...more >>

ODBC connection
Posted by Arnold at 7/10/2007 4:31:57 PM
Hi, I would like to have a ODBC connection to a MSDE 2000 database on a Win 2003 server from a client PC. Can this be done? On the client I can browse to the the SQL server, but I cannot connect to it. Is there a way to connect and retreive the data ? Arnold ...more >>

Trigger help
Posted by Danny at 7/9/2007 12:06:31 PM
Trying to make a trigger - not sure of right syntax... Table ITEM ID Description nvarchar(30) ItemLookupCode nvarchar(25) DepartmentID int CategoryID int Price money PriceA money PriceB money TaxID int ItemType smallint Cost money --------------------------------------------------...more >>

Sql server attach error
Posted by User 1 at 7/3/2007 2:06:04 AM
Hi all, my server is suddenly crash. i hv got the MDF & LDF file back. but when i try to attach those files to other server, it's error "Error 5172: The header for the 'XXXX.MDF' is not a valid database file header. The PageAudit property is incorrect" What does it means? how i can fix? ...more >>

Resetting the count on a Primary Key at a certain record? Impossible?
Posted by Matt Brown - identify at 7/2/2007 10:51:23 AM
Hello, Several consecutive records have been deleted out of an MSDE database and the program that uses the database doesn't like it. I'm curious if it's possible to... say... reset the primary key count so that the records all shift to fill the "dead space" left by the deleted records. I ...more >>


DevelopmentNow Blog