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 > january 2006

Filter by week: 1 2 3 4 5

STANDARD INSTANCE NAME
Posted by Penny at 1/31/2006 12:00:00 AM
Hi, We use msde to our clients, and I' m wordering how can I have a standard Instance Name. For example, in setup.ini I have the following parameters: TARGETDIR=C:\MSDE\Binn DATADIR=C:\MSDE\Data INSTANCENAME=BNFT SAPWD=sa SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0 The problem is that ...more >>


Applications need SQL server
Posted by maol at 1/31/2006 12:00:00 AM
I have some applications which require the Microsoft SQL Server Desktop Engine. Can some body tell me from where I can install MDSE. I have .NET framework v 1.1. ...more >>

Error installing MSDE
Posted by cmarzilli at 1/30/2006 8:40:37 AM
I am trying to install the MSDE on a Win 2003 server. The install keeps rolling back and then tells me to check the error log. I have tried everything I can think of, can anyone help tell me what is wrong? =3D=3D=3D Verbose logging started: 1/30/2006 10:20:09 Build type: SHIP UNICODE 3.01....more >>

Upgrade from SQL Server 7 to MSDE 2000
Posted by Swaffs at 1/30/2006 5:10:28 AM
Has anyone upgraded from SQL Server 7 to MSDE 2000? Is this even possible? Thanks, John...more >>

Backup options with MSDE
Posted by collectivedc at 1/29/2006 4:01:04 AM
Does MSDE support the full, complete set of backup options that SQL Server does? If not, what options does MSDE support and are they available via the Enterprise Manager interface? Thanks in advance....more >>

Installed OK but cannot logon
Posted by mscertified at 1/27/2006 2:32:33 PM
I just installed MSDE (got successful install msg in Log) but now cannot logon. I get 'Connection failed SQL State 08001 Error 17 I'm using the SA userid and password I entered upon installing I'm attempting this via Visual Studio 2003 What could the problem be? -David...more >>

SQL Logic
Posted by Robert Bravery at 1/27/2006 12:00:00 AM
HI all, I need help on some SQL logic. I have a two tables related. The parent has cascading deletes set. Which obviously means when deleting a parent all children are deleted as well. Which is what I want. Also the user has opertuninty to delete indivisual child records, With one exceptions...more >>

SQL Agent Mail
Posted by Jeff B at 1/25/2006 8:11:02 AM
I found a KB article that says SQL Mail is not supported in MSDE but i couldn't find anything about SQL Agent Mail. Is SQL Agent Mail supported in MSDE?...more >>



Attach to SQL Server 2K5 Express Problem
Posted by Phill at 1/25/2006 1:03:02 AM
I am building a web app using VS 2K5 with SQL Server Express as the backend. The project and database are stored in the default location: My Documents\Visual Studio 2005\WebSites\MyWebSiteName. I also downloaded and installed the SQL Server Management Studio Express to be able to manage the ...more >>

MSDE subscription expiration
Posted by Angelo at 1/24/2006 9:06:12 PM
Hi, I need help on changing the subscription expiration using MSDE, i would like to know how can i do this, im not familiar with OSQL commands. Thanks ...more >>

Named instance connection problem
Posted by Peter Lecki at 1/24/2006 5:46:19 PM
Have an MSDE named instance which works just fine. Just installed another instance of the same and can only connect to it using OSQL locally, nothing across the network. I made sure to use all the gotcha flags during install to enable network access, etc: setup.exe DISABLENETWORKPROTOCOLS=0 ...more >>

SQL Server named instance problem with Windows Server 2003
Posted by Soheil at 1/24/2006 12:00:00 AM
Hi, I have installed SQL Server 2000 on a Windows Server 2003 machine with an instance name of "TestDB". But I cannot connect to this instance from another machines. It doen't even show up in the Enterprise Manager's "Register SQL Server" window. But if I use the default instance, it wor...more >>

Database Names
Posted by Chris Moon at 1/24/2006 12:00:00 AM
Hi Everyone, I've got Windows SharePoint Services installed and it uses a database called STS_svr-apps-1_1414639615 I'm trying to back up this database from the QSQL command line tool. However when I try to run the backup, I get the following error: 1> BACKUP DATABASE STS_svr-apps-1_14...more >>

Populating Tables on install
Posted by Chris at 1/24/2006 12:00:00 AM
Hello all, I am going to run a script to install my tables onto my SQL server. I would like to populate some of the tables with values when the script is run (dropdown tables, default values table etc). How should I do this? ...more >>

Wise installation of MSDE
Posted by asapjim at 1/23/2006 4:21:02 PM
Hi we would like to install MSDE using Wise installation script. The Wise documentation is telling us to look for a file named MSDEx86. We've looked on our Visual Studio disks and can't locate the file. Two questions: 1. is MSDEx86 the correct file to deploy? 2. if 1 = true then where c...more >>

returning the table that caused a contraint error
Posted by Robert Bravery at 1/22/2006 8:26:08 AM
HI all, I have, as per normal, relations setup with delete contraints on the parent child relation. Now I have a table that has many such child relations and constraint. As a result when a user tries to delete the parent, a correct message is triggered. My problem is, trying to determine whi...more >>

How do attach database while installing msde on client pc ?
Posted by Luqman at 1/20/2006 5:26:56 PM
I have added MSDE merge modules in VS Installer as well as MDF and LDF file, now what should I do, so that setup can automatically Attach the database after installing MSDE client's Machine. Best Regards, Luqman ...more >>

SQLExpress on asme machine as SQL2000
Posted by Robert Bravery at 1/20/2006 11:44:53 AM
HI, I've downloaded the sqlexpress edition from the MS site How can I install SQLXpress on to the same machine as sql2000. I cant uninstal my previous 2000 instalation as I have current development going on there. I tried to install, but at the moment cant even see the SQLX server. Thanks ...more >>

transferring database
Posted by June Macleod at 1/20/2006 9:59:06 AM
I have a database in MSDE2000 sitting on one machine and I want to transfer it to another machine which has SQL Server 2000. Can I simply backup the database and restore it on the second machine? Or do I need to create the database/Users etc on the second machine first? What would the best ...more >>

security issue with dbo/sa
Posted by June Macleod at 1/20/2006 9:48:54 AM
Hi I have a dreamweaver/coldfusion application which uses MSDE as it's back end. I have been using the User Name DBO, Login Name SA as the owner of my objects so that whenever I use a query I preface the field with [dbo].[tablename].fieldname. I remember reading somewhere that I should not...more >>

failed because MDAC is not present
Posted by Beldor at 1/19/2006 7:04:27 PM
I have tried to install SQL 2005 Express but It seems that MDAC is not present in my system Windows 2000 server SP4 spanish. - What is MDAC ? - How can I get it to install it ? Thanks in advance. The report is the following: ------------ - Minimum MDAC Version Requirement (Error) Messa...more >>

Can't create a once existed database with its name
Posted by Mantvydas at 1/18/2006 8:20:02 PM
Hello, there, Some time ago, there was a database with a name sts_servername_1. God knows what I did, but it's now gone. I most probably have deleted it, or maybe detached and never reatached. The fact is, I don't care about it and its data anymore. I want it gone. There are no files of it...more >>

MSDE and SQL Server 2005 Express database size limit
Posted by Peter at 1/18/2006 10:45:06 AM
How does the MSDE and SQL Server 2005 Express calculate the database size for the 2GB and 4GB limit respectively? Are they based on database size or just the allocated part of the database size? Does it include log file size? I want to write a script to check whether a database is reaching ...more >>

Installing MSDE
Posted by JohnC at 1/17/2006 11:37:53 PM
Being new to setting up MSDE, we are currently testing crystal reports and Microsoft Sharepoint services. We want to install these on a seperate server and see that they use MSDE. We also have a server currently installed with MSDE for Altiris deployment images and HP insite manager. Is it a goo...more >>

Tech Forum
Posted by Matt Burks at 1/17/2006 3:57:50 PM
I've started a tech forum for everything from tech questions to general computer talk (ie geek speak) if anyone would like to come over and join. I have a few of these that I am a regular in for some of my hobbies and just thought a tech forum would be great. I would love to hear some of your ...more >>

problem with install, but can't uninstall
Posted by webweaver6 at 1/17/2006 8:50:03 AM
There is a problem with my SQL server desktop installation. The message says corrupt or did not install properly & that I shoud uninstall & try again. The problem is that there is no place to uninstall that i can find. What should I do? I am using win xp pro sp2 and was trying to install it wi...more >>

MSDE: How to secure the data file installed on client computer?
Posted by Vincent at 1/13/2006 2:45:03 AM
Hello all, My app uses MSDE to sotre data, but raw data in database are not supposed to exposed to end users per my view. I found that users can attach the data file installed to another database and then see everything in the database. That's what I don't wanna see. Per my thoughts, users ar...more >>

Connecting With Visual Studio .net
Posted by Charles A. Lackman at 1/13/2006 2:29:24 AM
Hello, I have MSDE Installed on a different computer (WIndows 2003) within my network. I also have MSDE Installed on my production computer for development. I have successfully created databases on both computers using OSQL. What I would really like to accomplish is a connection from t...more >>

searching ntext fields with LIKE - vey slow
Posted by Digit24 at 1/12/2006 5:35:30 PM
I have a client that is using MSDE as a back-end for a site built in ASP. The database features a product database with over 300,000 records. One of the search options on the site is to search a description field, so we are using the LIKE clause - the problem is that the search takes ages to ...more >>

Uploading SQL 2005 DB to Web Host
Posted by johnsi at 1/12/2006 2:20:11 PM
I'm using VS .NET 2005 which I understand has SQLExpress built in. I've modified the Personal Web Starter Kit and would like to know what the process is to upload the db to my Hosting Service. The Hosting Service claims they support VS .NET 2.0 and SQL 2005. I notice the mdf files are stored ...more >>

SQL Native Client installation on Win98
Posted by Dejan Rodiger at 1/12/2006 8:28:08 AM
Is MS planning to add support for installation of Windows Installer V3 on Win98? SQL Native Client requires this to be able to install it on Win98. Or does SQL Server driver (older driver for sql server) works with SQL Server 2005 Express? Thank you -- Dejan Rodiger - PGP ID 0xAC8722DC D...more >>

SQL server 2000 (SBS) and MS-Access 2003
Posted by Ross Jamieson at 1/12/2006 7:04:04 AM
I have a client who is being told by their Database Vendor that they need to purchase three licences of SQL-Server 2000. One for the server and one each for a laptop that will be used out of the office. Firstly our client already has the server copy as part of SBS 2003 Premium. My question is;...more >>

Upsizing
Posted by Charles A. Lackman at 1/12/2006 2:15:36 AM
Hello, I have an access database that I am trying to upsize to MSDE. Everything works great except when the upsize takes place it does not transfer the data that is in the tables (only the structure). I do NOT have the wizard set to do only the structure, so it seems odd. I have update...more >>

speed up queries
Posted by Digit24 at 1/11/2006 4:26:15 PM
I have a client that is using MSDE as a back-end for a site built in ASP. The database features a product database with over 300,000 records. One of the search options on the site is to search a description field, so we are using the LIKE clause - the problem is that the search takes ages to...more >>

SQLrAgent MS SQL Server 2005 Express Edition
Posted by Dhiren Chhapgar at 1/11/2006 2:13:31 PM
Has anyone found equivalent for the SQLAgent service for MS SQL Server 2005 Express Edition? ...more >>

How to retrieve database password
Posted by J Coldwater at 1/11/2006 10:37:00 AM
I previously had a web server that was running a application that used a MSDE database. This server had a motherboard failure and I was not able to repair it. I did get all the data off the drives so the MSDE SQL databases did get copied. The problem is the admin password for those database i...more >>

How to deploy SQLProject from VS2005
Posted by GS at 1/11/2006 10:25:09 AM
Hello, According to documentation I'm supposed to be able to deploy SQL project = directly from VS2005. I don't have Either Build<project name> under = Build menu, neither I have Deploy <project name> for my SQL project. What am I doing wrong? To deploy items in a SQL Server project to ...more >>

Connect to MSDE with Limited User (not using sql authentication)
Posted by Tom Sampoli at 1/11/2006 10:17:12 AM
I have an MSDE installation that I need to connect to within a C# .NET project as a Limited User (from the same machine, not via the network) The MSDE instance is not in sql authentication mode, only windows authentication. Is this possible? I've used the 'Trusted_Connection=True;' in the ...more >>

Create Index - Andrea Pls Help
Posted by Dil at 1/11/2006 3:22:12 AM
hi Andrea Here am using "Use Database" keyword, as the connection string will contain a different Initial Catalog Pls let me know is there any Technical issues to execute this query (Its working fine-) Public Function GenerateCreateIndexQuery(ByVal TableName As String, _ ...more >>

"xpsqlbot.dll"...what is this doing?
Posted by at 1/10/2006 5:18:53 PM
This is a general question " xpsqlbot.dll" what is it doing running a SP? My environment is SQL 2000 sp 3a One problem I am having is a database is transaction log is being truncated during the nightly SQL backup. All other SQL functions appeared to be running normally TIA Jim ...more >>

msde 2000 install failes on xp
Posted by Meelis Lilbok at 1/10/2006 3:30:38 PM
Hi I cant install MSDE 2000 on one XP machine Cant figure out whats wrong Because log file too large Download it here www.deltmar.ee/logfile.zip Regards; Mex ...more >>

can i pull data from a sql server express 2005 db onto my ce device?
Posted by Jesse Aufiero at 1/10/2006 10:37:10 AM
Will my 'smart device application' designed with VS.Net 2005 allow my ce device to pull data from a SQL Server EXPRESS 2005 database residing on the server computer? Or must I be using the full version of SQL Server 2005 to accomplish this movement of data between my ce device and my server ...more >>

MSDE 2000 Release A
Posted by mberger NO[at]SPAM skypoint.com at 1/10/2006 6:27:27 AM
I just installed MSDE 2000 Release A. I expected to see an icon in the system try which lets you start and stop msde. I've seen this before, but it didn't appear on my machine. Can I get this icon to appear somehow ? Thanks... ...more >>

export SQLExpress2005 to Access/Excel?
Posted by Michael Peters at 1/9/2006 12:16:32 PM
it seems that the SQLExpress2005 Management Studio Express has no DTS functionality ... is there a way to automatically export an SQLExpress2005 database (or parts of it) to Access and/or Excel ?? thanks -Michael ...more >>

Different answers on limits in MSDE
Posted by Tostao at 1/9/2006 6:00:17 AM
I've seen a number of reputable NG posts (including one from an MVP) reffering to the 5 concurrent connection limit of MSDE. However I found this MS site reffering to an 8 operations limit for MSDE? "The Microsoft=AE SQL Server=99 2000 workload governor is designed to limit the performance ...more >>

MSDE fails to connect
Posted by Peter Lykkegaard at 1/8/2006 11:18:46 PM
Hi All I have a bunch of test/demo servers running on VMware Workstation Some of those is running Axapta 3.0 sp3 demo version with MSDE 2 as the data engine (named instance) I have moved the VMware files around from one host to another OS starts nicely, I get an IP and get access to the ...more >>

Installation Issue
Posted by Mikey Rogers at 1/7/2006 11:14:02 AM
I try to install MSDE using the sapwd switch. During the 'Please wait while Windows configures Microsoft SQL Server Desktop Engine' process an error pops up stating: Setup failed to configure the server. Refer to the server error logs and setup error logs for more information. I search...more >>

Encrypt whole database in Sql 2005 Express?
Posted by MilanB at 1/6/2006 7:20:03 AM
Hello Is it posible to encrypt whole database in Sql 2005 Express. I need it for deployment process of my application and hiding database structure? Or if not is good solution to use third party software for this propose? Thank you MilanB...more >>

MSDE HELP
Posted by Mestre at 1/5/2006 5:00:42 PM
Hi, I have 2 PCs that aren't in any domain. One of PCs, have installed on MSDE. I change the authentication mode from windows to mixed mode. Created users inside MSDE. In the PC with MSDE I can enter with all users, but in the other PC I could not connect to the server. I tried to reg...more >>

License
Posted by docsql at 1/5/2006 4:35:49 PM
Do I need a license for installing SQL Server client tools? I am using EM to manage MSDE. ...more >>


DevelopmentNow Blog