| Thread | Last Post | Replies |
|
| How to connect 2005 express | 30 Dec 2005 18:14 GMT | 5 |
I installed SQL Server 2005 Express in a computer to replace MSDE. Now I cannot connect it on my SQL Server Group with Server Enterprise Manager. Thanks
|
| Upgrade to SQL Server Express causes problem with backup | 29 Dec 2005 21:16 GMT | 2 |
After upgradeing an existing MSDE instance to SQL Server express a backup won't work. When using the following statement: "Backup Database APPDBTo Disk='C:\Data\Archives\APPDB.bak' With Init" we get the error "Invalid column name 'mirror_count'". If we rebuild the MSDB by ...
|
| SQL Server 2005 Express - Is there a specific newsgroup? | 29 Dec 2005 14:00 GMT | 2 |
Is there a specific newsgroup for SQL Server 2005 Express? Or is the newsgroup to use? Thanks Stephen
|
| install service pack 3a from an Vb6 application. | 29 Dec 2005 13:44 GMT | 3 |
I wrote an application in vb6 to install sql service pack 3a. I am running this application from a cd. When I execute the setup from the application, I get prompted to close the application that called the setup exe. Then, the setup continues after I close the application, but ...
|
| urgent help needed - space available 0.00 MB | 29 Dec 2005 03:47 GMT | 1 |
I have this distribution database (created via replication setup). I have set aside 200 MB for data file in E:\ drive & 20 MB in C:\ drive for log file using simple mode recovery on the properties --> General tab of distribition it shows
|
| using DBCC dbreindex , indexdefrag | 28 Dec 2005 14:21 GMT | 1 |
I am running SQL Server 2000 sp3a , standard edtition. I have ran a dbcc showcontig that shows the following : DBCC SHOWCONTIG scanning 'tb_Options' table... Table: 'tb_Options' (1079674894); index ID: 1, database ID: 6
|
| SQL Server 2005 Express SQL problem | 28 Dec 2005 05:44 GMT | 2 |
In SQL Server 2005 Express the follwoing query produces the wrong result: SELECT CHANNEL, DURATION, STARTTIME FROM Recordings WHERE (STARTTIME > '12/27/05 00:00:00') AND (DURATION > '5')
|
| SQL Server Express Minimum Hardware Requirements | 27 Dec 2005 15:55 GMT | 2 |
I am installing SQL Server Express (2005) and have been given a warning that my system does not meet the minimum hardware requirements. I have the following: 768 MB RAM
|
| defrag system objects/tables | 27 Dec 2005 15:37 GMT | 1 |
I used the DBCC SHOWCONTIG on a database and it shows : DBCC SHOWCONTIG scanning 'sysobjects' table... Table: 'sysobjects' (1); index ID: 1, database ID: 8 TABLE level scan performed.
|
| SQLServer2005 and SQLDMO | 27 Dec 2005 11:30 GMT | 1 |
I connect to SQL server using SQLDMO to update the database and make many Other tasks. I installed SqlServer2005 on a test server and I got an error using the connect method of SQLDMO. Is SQL Server 2005 is 100% compatible with old SQLDMO?
|
| Applications without install SQL Server | 27 Dec 2005 05:28 GMT | 1 |
I write a program that use sqlclient to connect to SQL Server 2005 Database so how can i run this program on a computer that SQL Server 2005 is not installed on it cause it's too much for the customers to install SQL Server 2005 express
|
| How to ... | 23 Dec 2005 08:40 GMT | 1 |
Administer SQL Server express? I installed it and now what? How to view/browse/create databases? Any visual tools?
|
| selecting latest statement date per customer inner joined with customer table | 23 Dec 2005 07:26 GMT | 6 |
I have a statement table which stores customers latest statement details and I retrieve them with the code below I am using MSDE 2000 maxmonth, maxfn, maxweek are calculated dates
|
| selecting latest statement date per customer inner joined with customer table | 22 Dec 2005 22:16 GMT | 1 |
I have a statement table which stores customers latest statement details and I retrieve them with the code below maxmonth, maxfn, maxweek are calculated dates sql = "Select * from [stheader] inner join [customer] on
|
| MS SQL Server 2005 Express Edition | 22 Dec 2005 14:27 GMT | 1 |
I installed MS SQL Server 2005 Express edition. But couldnt find SQLServerAgnet Service.... Dhiren
|