| Thread | Last Post | Replies |
|
| unable to upgrade Desktop edition to SP4 | 31 May 2007 17:53 GMT | 4 |
OK folks -- I give up. I have a default instance installed under XP and it is working just fine. I try to upgrade it to SP4 and consistently get a message that says the product is not installed. The syntax I am using is as follows:
|
| Sql 2000 script generates error on SQL2005 | 31 May 2007 04:20 GMT | 1 |
I wonder if someone could explain to me why the script below runs fine against an SQL2000 server but fails with: invalid object name 'People'. against an SQL2005 server. The connection to the database works fine. If I supply the wrong password I
|
| problem connecting to SQL Express | 30 May 2007 18:27 GMT | 3 |
I keep getting Error 10061 upon connecting to the remote server through LAN and local IP I use SQL authentication and TCP/IP. Can someone sugest any soutions ? please
|
| error 206 creating new db in express | 29 May 2007 09:31 GMT | 2 |
I get the error 206 not autorized to create db in Master ??? I tried to find the error in the msdn but nothing, any one have a suggestion ? Thanks
|
| Help with SELECT query | 28 May 2007 13:17 GMT | 1 |
Is there a way to get a limited number of rows results from a select query ? like select top 50 * from mytable returns only the first 50 records, but what if a want to get records 50 to 100.
|
| slow data access | 27 May 2007 11:38 GMT | 1 |
I've migrated a desktop VB6 application from MSDE 2000 to SQL Server 2005 Express. Data access functions work correctly, but terribly slow. Beyond all adjustements that can be made to the server, I've noticed that all the queries and commands launched by my app run magically fast ...
|
| Slow data access from VB6 | 26 May 2007 17:48 GMT | 1 |
I've migrated a desktop VB6 application from MSDE 2000 to SQL Server 2005 Express. Data access functions work correctly, but terribly slow. Beyond all adjustements that can be made to the server, I've noticed that all the queries and commands launched by my app run magically fast ...
|
| osql script | 22 May 2007 15:36 GMT | 1 |
I have two Osql scripting questions for windows? 1. How can I get my OSQL script to output to a CVS file. Such as "select * from itemtable" 2. How can I create a osql backup script to will name the backup filename
|
| SQL Express limit question | 17 May 2007 10:38 GMT | 1 |
the SQL Express 2005 database liti is 4GB, right? Does this apply for each database separately or for all DBs registered? Also which file size is monitored (mdf only or mdf+ldf) Thank you
|
| Dropping a huge amount of stored procedures | 14 May 2007 15:56 GMT | 1 |
I have the below script: IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[aspnet_Applications_CreateApplication]') AND type in (N'P', N'PC'))
|
| duplication dB | 11 May 2007 08:38 GMT | 3 |
How to duplicate a database from one PC to another (remote computer) over the internet ? Arthur
|
| Size of SQL express database | 10 May 2007 11:54 GMT | 1 |
How can I check the size of a SQL express 2005 database ? Thanks Dag
|
| SQL 2005 Express Edition - Update (KB 921896) failing? | 09 May 2007 10:27 GMT | 3 |
Howdy All, I hope Express Edition posts go here, if not can someone direct me to the correct newsgroup? I have used Microsoft Update to obtain the latest updates for (obviously)
|
| svrnetcn.exe | 08 May 2007 22:18 GMT | 3 |
I have installed MSDE2000 on my pc and am trying to set it up so I can connect remotely. I'm trying to run svrnetcn.exe, so that I can configure TCP/IP and Named Pipes. Instead of opening the program, I get a message: "The operation
|
| Permission problem | 06 May 2007 22:23 GMT | 9 |
One of my costumers have a program that connects to a servers MSDE database. The name of the program is Winfinance. Trough DbaMGR2k i have granted a Windows 2003 security group full
|