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 > june 2004

Filter by week: 1 2 3 4 5

Failed MSDE installation - Feedback on posting by Jason Howell
Posted by Phil Jollans at 6/30/2004 4:14:23 PM
Hi Jason, Hi all, I have been having an error installing MSDE and discovered a thread in this newsgroup, which appears to handle the same error. Specifically, the post http://tinyurl.com/2vtzv by Jason Howell seemed relevant. Interestingly, setting BLANKSAPWD=1 did get the installation to...more >>


Windows Installer starts in Repair mode when you reboot after installing MSDE 2000a
Posted by Jim Wilcox at 6/30/2004 4:04:49 PM
I'm MSDE 2000a on Win XP (sp1) with the following in setup.ini: [Options] SAPWD=sa SECURITYMODE=SQL The install runs just fine. At the end of the install, I'm able to launch the MSSQLSERVER service without a problem. The problem is that after I reboot, it appears that MSIExec starts a ...more >>

Sql date select expressions?
Posted by John Carnahan at 6/30/2004 4:01:21 PM
Having a problem understanding datetime field query. When I do the following, I don't get the correct data. What am I doing wrong? this gives me everything in the table regardless of the query expression.. SELECT MyField FROM MyTable WHERE MyDateTimeField >= '6/1/2004' AND MyDateTimeField <...more >>

Access 200 and MSDE 2000
Posted by Mark Castelli at 6/30/2004 1:12:40 PM
Are there any known issues with installing MSDE 2000 on a computer that already has Access 2000 installed? ...more >>

Parameterized insert
Posted by Daniel at 6/30/2004 1:43:53 AM
Hi, I cant get my parameterized insert to work. I've created a large table in VB.NET and since I want to insert a lot of rows into it I thought parameterized insert would be a good solution. ..CommandText = "INSERT INTO TmpTable (C1,C2) VALUES (?, ?)" ..Parameters.Add("C1", SqlDbType....more >>

Enterprise Manager with developer kit
Posted by rob at 6/29/2004 5:38:42 PM
Is anyone aware if we are allowed to purchase the Enterprise Manager that comes with the developer kit and then use it as a graphical management tool for the MSDE version of SQL? Microsoft list that MSDE does not come with a graphical management tool, I don't want to break licenses. http:/...more >>

performance of MSDE
Posted by rob at 6/29/2004 5:22:05 PM
Is anyone aware of any functionally exceptions of the MSDE version of SQL, other than Microsoft's listed ones, I have read in user forums that there are also perfomance knobbling. http://www.microsoft.com/sql/evaluation/overview/default.as p We have the choice of buying a multi-user data...more >>

InstallSQLAgentSecurity failed
Posted by Lance Johnson at 6/29/2004 1:48:34 PM
I (actually one of our clients) is receiving an InstallSQLAgentSecurity failed error in the msde install log. ************************************* Starting custom action InstallSQLAgentSecurity InstallSQLAgentSecurity failed (LORIH,LocalSystem,87). Action ended 14:11:24: InstallFinalize. Ret...more >>



ANN: SQL Server 2005 Express Technical Preview
Posted by Thomas Scheidegger [MVP] at 6/29/2004 10:40:37 AM
SQL Server 2005 Express Technical Preview http://www.microsoft.com/downloads/details.aspx?familyid=2ccf2ab6-bfd9-4ac8-b31d-ddbad7d532a2 Download: http://download.microsoft.com/download/c/f/8/cf872b5a-509b-44ce-b5ac-e693f7aec971/SQLEXPR.EXE Web: http://msdn.microsoft.com/sql/ex...more >>

Unattended Installation of MSDE
Posted by Sandip at 6/29/2004 12:09:46 AM
Hi All, This is my 2nd posing. I need this very urgently. I have been trying to install MSDE silently. I know, I have to use setupsql.exe with command line parameter -s to attain the unattended installation. But unfortunately, after I extract the self extracting files for MSDE (MSDE2000A...more >>

Help Needed - "," as decimal Point instead of "."
Posted by Rajib Chatterjee at 6/28/2004 11:23:18 PM
Hi All, If we change the System settings to Swedish(Finland), the decimal space is a Comma "," instead of a Dot "." Now the problem is SQL Server does not recognize this and gives error. We can not do collation setting for numeric fields also. Any help on the same will be highly appreciated...more >>

Error Install msde in a Pc With XP Professional
Posted by Richard Villalón at 6/28/2004 9:44:09 PM
I am install the msde in a pc with xp professional with this command: setup INSTANCENAME="InstanceName" SAPWD="AStrongSAPwd" DISABLENETWORKPROTOCOLS=0 from the dos prompt. But it's not install and show me a message: For install and setup the system components use the control panel. Please, ...more >>

MSDE Workload Govenor limit on concurrent users/trans
Posted by Janet at 6/28/2004 3:44:47 PM
Trying to figure out when clients need to purchase a full SQL Svr license. How is the number of concurrent users/transactions determined? SQL stmts are quickly executed so how long is a MSDE user deemed current? Same as IIS server?...more >>

newbie connection problem
Posted by Ernesto at 6/28/2004 11:48:55 AM
I am just starting with MSDE switching from access2002. The installation was done on a server pc with: password="sa", Authentication Mode = SQL, and DisableNetworkProtocols=0 On the server, I can connect to it fine, both via my app and the configure wiz'd in the SYSTEM-DSNs list (off of cont...more >>

More Question on Permissions
Posted by Greg Chang at 6/28/2004 9:23:13 AM
I like to thanks all of you helps. but I still can't find information I need among sysprotects, sp_helpprotect, INFORMATION_SCHEMA.table_priviledges, and INFORMATION_SCHEMA.column_priviledges. What I need to know is if a user don't have certain priviledge, was it been revoked or denied...more >>

More Questions on Permission
Posted by Greg Chang at 6/28/2004 7:25:40 AM
Thanks Hari, That helps a lot. Do I have a way to know previlage details about an Object? such as is the SELECT on a table been Granted, revoked or denied? Greg Chang Subject: Re: Questions about syspermissions From: "Hari" <hari_prasad_k@hotmail.com> Sent: 6/24/2004 9:29:17 PM...more >>

MSDE and IIS - Web Hosting
Posted by valkev at 6/27/2004 4:01:00 PM
In trying to get around the current Jet hang problem people are seeing under Windows 2003 and the jet oledb provider, we have ended up having to convert many existing MS Access web site projects to MSDE. The clients don't have the budgets to license full sql server, and don't need the full per...more >>

MSDE installer problem
Posted by Usman Jamil at 6/26/2004 2:51:29 PM
Hi I'm working in visual C++ and through it I start MSDE setup.exe. I have to wait in my VC++ code before the MSDE installer is finished totally. The problem i'm having is that as soon as I initiate the process of MSDE setup.exe, i get its finished status in my VC waiting code, though the insta...more >>

MSDE Deployment Resource Kit
Posted by FinallyInSeattle at 6/26/2004 2:25:01 PM
I'm getting ready to start the setup project for my product. I've read through some messageboards and I'm getting the impression that there are problems with the current version of this toolkit. I'd appreciate any advice about using it or any "gotcha's" that I should be aware of. Also, any info ...more >>

data from MSDE
Posted by YAMNE at 6/25/2004 8:26:53 PM
How I can copy a database from MSDE to another computer with MSDE? Thanks Damiano ...more >>

MSDE Performance
Posted by Kurt Duyck at 6/25/2004 3:52:44 PM
Hi, I have the following problem : when I launch a query in the query analyzer I have my results within 3 seconds, and when I monitor the MSDE through the Profiler I see that he does some 8000 reads to get his results. When I launch the same query in a Delphi application using ADO (it's even ...more >>

Setting the AutoStart property of SQLServer object
Posted by lori.pearsall7 NO[at]SPAM gte.net at 6/25/2004 3:17:38 PM
I'm executing the following block of SQLDMO code : if (this.sqlServer.Status == SQLDMO.SQLDMO_SVCSTATUS_TYPE.SQLDMOSvc_Running) { this.sqlServer.LoginSecure = true; this.sqlServer.Connect(this.strDatabaseName, optional, optional); this.sqlServer.AutoStart = true; this.sqlSer...more >>

Mary Chipman - Why can't Access create a database in MSDE?
Posted by Mark Ferguson at 6/25/2004 2:08:01 PM
Mary, Further to your reply... I assume you mean that using MS Access isn't good for designing the tables in the database. But what about for creating the GUI and programmatic aspects of the database? What other tools would you recommend? Something at a minimal cost would be appreciated, sicn...more >>

Log On problems...
Posted by steve02a at 6/25/2004 11:00:02 AM
I've installed MSDE w/no problem - but what username & password do I use (well, I know what password since I specified it in the *.ini file before install) - but username? Cassinni or IIS web server - I can't log on and do anything w/MSDE. Do I have to edit something w/a username, make one up, u...more >>

can't access MSDE database after setup
Posted by jhestess NO[at]SPAM yahoo.com at 6/25/2004 10:42:50 AM
I can't log in with osql. My setup config file is as below. [Options] INSTANCENAME=NetSDK SECURITYMODE=SQL SAPWD=mypassword It seems to install and run (green arrow in service bar after giving it myservername\NetSDK). Then I try this: osql -U sa Password: 'I give mypassword here [Sha...more >>

MSDE - Insuring that process is up & running
Posted by lori.pearsall7 NO[at]SPAM gte.net at 6/24/2004 6:19:23 PM
I'm developing a C# application that runs against MSDE. How can I programatically check whether MSDE is running and, if not, start it up and set it to "auto-start"? Thanks in advance!...more >>

MSDE Unattended Installation
Posted by Sandip Naskar at 6/24/2004 5:37:46 PM
Hi All, I have been trying to install MSDE silently. I know, I have to use setupsql.ex with command line parameter -s to attain the unattended installation. But unfortunately, after I extract the self extracting files for MSDE (MSDE2000A.exe or sql2kdesksp3.exe) from Microsoft site, I don'...more >>

add new colums to existing table with Access
Posted by Michael Appelmans at 6/24/2004 2:22:04 PM
is it possible to add new columns to an existing MSDE table using Access? If not what is the best practices modify a table schema without loosing data? Thanks for any suggestions....more >>

MSDE taskbar utility icon
Posted by Michael Appelmans at 6/24/2004 2:11:13 PM
I used to have an icon on then notification area of the taskbar which I could use to start and stop MSDE. It has recently disappeard and I don't have a clue how to restore it to the taskbar. Can anyone give me a hint what this little utility is and how to make it appear on the taskbar. ...more >>

Cannot connect remotely but TCP/IP is enabled
Posted by Brent Horine at 6/24/2004 10:59:30 AM
I have installed MSDEa on a remote Windows 2003 Web Edition server according to the following: setup.exe SAPWD=******* DISABLENETWORKPROTOCOLS=0 SECURITYMODE=SQL I connect to this server using remote desktop and I can use osql to login. I cannot get to it using Query Analyzer or osql from my...more >>

Questions about syspermissions
Posted by Greg Chang at 6/24/2004 10:10:23 AM
is syspermissions table contains the Permissions of delete, select, insert, update, execute and DRI on all the objects? how do I use this syspermissions table? For example, which column stored the INSERT Privileges? thanks Greg Chang...more >>

MSDE Event ID 208/17055 (Newbie)
Posted by Andy Griggs at 6/24/2004 6:10:10 AM
Hello, We get these events logged every night, apparently when the SQLAGENT tries to do it's backup. I'm afraid I didn't configure MSDE on this particular server, and I don't have any Enterprise Mgr functions on the desktop, so I'm slightly at a loss as to how to go about resolving thi...more >>

msde backup
Posted by steve at 6/24/2004 1:50:56 AM
I use an application that stores all its information in an msde database and i would like to replicate the details in the live system to a backup system. Any idea which files i need to copy?...more >>

adp connection to msde and exclusive rights
Posted by TJS at 6/24/2004 1:08:50 AM
I am attempting to create a View from MS Access 2000 SR-1 to an MSDE 2000 (SQL Server 2000 Desktop Engine) database . I accessed with exclusive rights but I get the following error when trying to create a view: "You do not have exclusive access to the database at this time. Your design changes...more >>

Restore Data
Posted by alex at 6/23/2004 6:07:37 PM
Dear all, I would like to know how can I restore the MSSQL database? I copied the abc.mdf and abc.ldf files from another computer. I want to know how can I restore the data in my computer just using these 2 files. Thank you for all of your help. Alex ...more >>

Server unknown when log into different user
Posted by Jake P. at 6/23/2004 4:54:53 PM
I installed MSDE on a Window 2000 machine while logged on as Administrator. When I logoff the Admin acct and log on as another user, the SQL Server Service Manager can't find the SQL server. The service manager icon is blank. But if I type in the name of the instance in the service mgr it...more >>

User Account
Posted by Greg Chang at 6/23/2004 2:19:54 PM
Thanks Andrea Montanari, are there a way to query the Password for each users? Greg Chang -----Original Message----- From: "Andrea Montanari" <andrea.sqlDMO@virgilio.it> Sent: 6/14/2004 12:28:20 PM Subject: Re: User Accounts hi Greg, "Greg Chang" <anonymous@discussions.microsoft....more >>

MSDE to MSDE replication with T-SQL/sp?
Posted by news.microsoft.com at 6/23/2004 12:12:38 PM
How can we replicate data in one MSDE to the other MSDE without having to pay for MSSQL2000 full version to use the sql enterprise manager? It seems that Enterprise Manager or SQL-DMO based programs rely on system-provided stored procedures to do replication. So why not run sp thru osql? I...more >>

How do I install MSDE after SQLServer 2000?
Posted by Zenobia at 6/23/2004 8:50:23 AM
Hello, I have SQLServer 2000 installed on a PC and I want to install MSDE as well. The attempted MSDE installation immediately fails with the message: "The instance name specified is invalid" I looked at the autorun.inf file and I see that there is no name specified for the new MSDE ...more >>

Large Objects Sql Server 2000 Desktop Engine
Posted by deusnexus at 6/23/2004 8:08:38 AM
Hello to all of you, I have a question relating to large objects. It is possible to store large objects in the Sql Server 2000 Desktop Engine when using this database system as a local store on a pc. Thank you in advance for your answer...more >>

instance is invalid
Posted by hangman at 6/21/2004 9:35:21 PM
Error message during install: Instance is invalid. Just installed SP3a sql2kdesksp3.exe...more >>

Install
Posted by emxz03 at 6/21/2004 9:34:07 PM
Need some help. Install says my instance is invalid. What does this mean? I also installed sql2kdesksp3.exe...more >>

MSDE - moving a copy of a database and reloading onto another PC
Posted by David Swan at 6/21/2004 2:21:02 PM
I need to the best way to make a copy(Backup/export) of the data base put in on a CD or e-mail it. Have instructions to import or restore the database onto another PC. Also in the C:\Program Files\Microsoft SQL Server\80\Tools\Binn> What and how does dtsrun.exe work? Thanks...more >>

MSDE - moving a copy of a database and reloading onto another PC
Posted by David Swan at 6/21/2004 2:20:02 PM
I need to the best way to make a copy(Backup/export) of the data base put in on a CD or e-mail it. Have instructions to import or restore the database onto another PC. Also in the C:\Program Files\Microsoft SQL Server\80\Tools\Binn> What and how does dtsrun.exe work? Thanks...more >>

Connect MSDE from another domain
Posted by Grey at 6/21/2004 11:52:57 AM
I have a problem when I connect MSDE located in another domain. I have one MSDE and one SQL Server in DomainA, My PC is located in DaminB. The error message is "SQL Server does not exist or access denied. ConnectionOpen(Connect())" was prompted when I try to use my Enterprise Manager to connec...more >>

Use DB from another domain
Posted by Grey at 6/21/2004 10:19:41 AM
Can I connect the DB from another domain?? If so, is there any parameter changing in order to connect it? Million Thanks ...more >>

installation failure of msde2000a on winxp
Posted by roland at 6/21/2004 2:39:16 AM
from the command window, i run the installation by switch to the setup dir and type setup sapwd="SYSDBA" the setup begin to execute the configure process. but when the process proceed to about 80% percent, an error occurs : 'configuration failure. please refer to the server log for de...more >>

Problems with Enterprise Manager/MSDE
Posted by Rob Reagan at 6/20/2004 4:14:01 PM
I have installed an MSDE instance on my PC. I have used both the setup.exe program and installed MSDE with the merge modules. Everything works fine - I am able to programmatically connect to the database and execute all of my statements. However, when I try to register the database with Enterprise M...more >>

MSDE causing problems.
Posted by Jibey at 6/20/2004 12:37:01 PM
Hello: I'm running the following command to install the Northwind database: "osql -S home-j68asj7mhu\VSDOTNET -i instnwnd.sql -U sa -P sapwd" I'm getting the following error: "Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection." I can see SQL Server in...more >>

Develop Database on Local machine?? MSDE
Posted by oldgradgreg at 6/20/2004 10:42:51 AM
Hi all I am experiencing a problem comming to grip[s with MSDE and what it does. I need to develop an SQL Server Database but i only have a Windos XP OS and not a server type system. From what i understand i should be able to use msde as the engine and utilsie the tools that i can instal...more >>


DevelopmentNow Blog