| Thread | Last Post | Replies |
|
| SQL Server Express edition 2005 | 28 Feb 2007 10:37 GMT | 4 |
I installed SQL Server Express edition 2005 in my Windows XP sp 2. I enabled TCP/named pipes settings in SQL Server Surface Area Configuration. I am trying to access from other XP Clients. I got the following error. An error has occurred while establishing a connection to the ...
|
| Enterprise Manager - create table/column | 23 Feb 2007 20:20 GMT | 1 |
I'm sorry, I've been searching for information that I need but I was in the middle of the sea. Please point me to the right direction of where should I post my question. Sorry...... We are using SQL Server 2000. At design table view at SQL Server Enterprise
|
| SQL Express and MSDE older | 22 Feb 2007 17:25 GMT | 4 |
I have a few apps that are based on and required MSDE instances. I would like to load SQL Express on the same box as those MSDE instances reside. Any issues I might encounter?
|
| enumerate the list of MSDE instances | 22 Feb 2007 11:06 GMT | 3 |
I want to enumerate the list of MSDE instances on LAN using VB6.I cannot use SQLDMO or SMO library. I am using NetServerEnum API but it displays only SQL servers and default MSDE instance.
|
| backups OK in MSDE2000 but won't work in SQLexpress | 20 Feb 2007 12:17 GMT | 4 |
I'm migrating our app from VS2003/MSDE2000 to VS2005/SQLexpress. Generally no problems, but the backup of database always fails. The backup command is "BACKUP DATABASE icespy5 TO DISK='C:\testbackup'"
|
| sql express newsgroup? | 20 Feb 2007 03:22 GMT | 1 |
Is this generally being used for sql express specific questions or is there a separate newsgroup? Thanks, Keith
|
| I need SQL/msde instance to run as user (not admin) | 19 Feb 2007 11:32 GMT | 1 |
I have two applications that need to run on a user login (power user rights) . One application is a commercial app that installed it's named instance (that runs fine with user rights); another is a "home-brewed" app (not by me) that (I believe) uses the default instance. This ...
|
| Unicode UTF-8 Support | 18 Feb 2007 03:36 GMT | 1 |
I wondered if MSDE and PHP allowed for Unicode character sets (such as by using the UTF-8 standard)? Would this also require changes to the MSDE tables/fields or global settings?
|
| error handling | 15 Feb 2007 23:48 GMT | 1 |
i want to catch the error messages and take the control in delphi, i can do it like this try --- statements
|
| Silent install | 15 Feb 2007 11:36 GMT | 1 |
I am trying to build a install program that will deploy the MSDE2000 silent, with the configurations I would like. But I can't find a parameter that can set the server to use local system account, and not the deafult of the user installing the engine.
|
| Using MSDE with admin and non-admin on laptop | 13 Feb 2007 17:13 GMT | 5 |
I've installed MSDE 2000 on a laptop using a admin account. I then logon using a user account. Now MSDE isn't started, and as I don't have admin privileges I cannot access services etc. If I am logged on as both user and admin (switching between the accounts)
|
| MSDE Automatic script at each night | 10 Feb 2007 18:11 GMT | 2 |
Can you setup within MSDE a script to be run automatically at 12:01 each night.... The script is very simple... such as "UPDATE Item Set SaleType = 0 where SaleEndDate < getdate()" Right now is run this script vi osql and a schedule batch job.
|
| MSDE Maximum Connections | 08 Feb 2007 15:17 GMT | 2 |
Quick question on MSDE maximum connections. If you use MSDE on several and the MSDE on each computers is pointing to one PCs MSDE, does that mean they are always connected regardless if the software you are using is requesting data or not? Meaning if you have 5 PCs pointing to ...
|
| MSDE 7 and MSDE 2000 don't working on one PC | 08 Feb 2007 11:41 GMT | 1 |
On PC workinq one MSDE-7. I can not deploy the MSDE-2000 this PC. This not work? Thanks Ferenc
|
| Error on deleting SQL/MSDE database | 07 Feb 2007 04:54 GMT | 1 |
On calling the source attached below to drop sql database, I get the following error randomly, "Cannot detach the database 'DBNAME' because it is currently in use. [Microsoft OLE DB Provider for SQL Server]"
|