| Thread | Last Post | Replies |
|
| Can I connect to MSDE through Enterprise Manager from another mach | 31 Jan 2005 20:40 GMT | 3 |
Can I connect to MSDE through Enterprise Manager from another machine?
|
| email notification on job status | 31 Jan 2005 18:50 GMT | 3 |
In MSDE, since there is no sql mail, I am thinking of doing the following: 1. write a shell script which will query the sysjobhistory table to determine if any job failed. If so, then an email about the failure is sent out.
|
| MSDE will not install on machine - MVP or Microsoft | 31 Jan 2005 18:33 GMT | 2 |
I cannot install MSDE on a machine. If I run the following it does nothing: Setup.exe INSTANCENAME=BKUPEXEC BLANKSAPWD=1 /L*v C:\MSDE.log Do I have to completely clean the machine first? Any suggestions?
|
| MSDE multiple instances | 31 Jan 2005 18:08 GMT | 1 |
I want to install multiple instances of MSDE on XP prof edition. How many instances can i create on a single machine? Also, any URL for this would be helpful? Thanks,
|
| MSDE Config Failure | 31 Jan 2005 15:19 GMT | 12 |
When attempting to install MSDE 2000a to a machine running XP Pro SP2, I get this error message: 2005-01-21 08:56:55.75 server Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05 Copyright (c) 1988-2003 Microsoft Corporation
|
| MSDE needs to be installed for BackupEXec | 31 Jan 2005 15:17 GMT | 4 |
I have a windows 2003 ent server that we cannot install MSDE on. If we run this from terminal services and a command line, we get nothing: Setup.exe INSTANCENAME=BKUPEXEC BLANKSAPWD=1 /L*v C:\MSDE.log Not even a log file.
|
| How to check to see if MSDE is installed? | 31 Jan 2005 13:21 GMT | 1 |
When installing an app, what would you need to check in order to determine: 1. If MSDE is installed. 2. If a specifically named instance of MSDE is installed. Thanks.
|
| Connecting to MSDE2000RelA | 31 Jan 2005 11:54 GMT | 1 |
I was able to install MSDE into WXP and migrated my Access databases through Windows Integrated Authentication Method. But whenever I tried connecting to MSDE by SQL login it gives me the following error:
|
| "Connection failure" errors | 31 Jan 2005 11:46 GMT | 1 |
I have a client running MS Windows 2000 with MSDE 2000 (Build 2195: Service Pack 4) installed on local machine. My program connects to the SQL using "(local)" as server name. After working some time in the program (running queries, everything is
|
| Not Associated with a Trusted SQL | 31 Jan 2005 10:31 GMT | 2 |
I using MSDE and it works fine in winXP and Win2000. Now im trying to work with Win98 and it gives me this message "Login Fail for user Null - Not associated with trusted SQL"
|
| How to differentiate SQL 2000 and MSDE installs | 30 Jan 2005 11:54 GMT | 3 |
I am trying to determine how to differentiate a SQL 2000 and MSDE install without running a query on the database. In mmc's post and Andrea's answer on 1/18/05, a clear solution using a query is noted.
|
| MSSQL Server Backups | 30 Jan 2005 11:45 GMT | 1 |
I would like to modify the amount of backups that the sql server keeps on record. My reasoning is that I am trying to minimize the size of my full backups. I was made aware that the server keeps a certain time period of backups and that I could modify this and lessen the time ...
|
| How to Attach MS Access Database to MSDE | 30 Jan 2005 11:24 GMT | 3 |
I have a program installation setup that comes with a default MS Access Database. How do I attach this default database into MSDE on my server?
|
| datetime to date??? | 30 Jan 2005 05:56 GMT | 2 |
When I send a query 'SELECT somedatecolumn FROM....' I got resultset containing datetime. It's ok because it is a datetime field (or smalldatetime) but it is a little frustrating because I'm interested only in date. Is it possible to get only a date, without the time? My previous
|
| Adding a .sql to MSDE Server | 29 Jan 2005 21:22 GMT | 2 |
I have a .SQL script file that contains database definitions. How can i run the .sql script file to add this database to my MSDE SQL server? Thanks for your help mustafa
|