| Thread | Last Post | Replies |
|
| SQL IIS Server Agent | 31 May 2005 10:18 GMT | 1 |
Is it possible to have too many subscribers synching against the sscesa.dll? I have about 200 people synching against it with a contention ratio of about 10% so lets say 20 at a time from different publications. Would having complex filters also create more problems for this ...
|
| sql ce errors | 31 May 2005 10:08 GMT | 3 |
I' used a merge replication between sql server 2000 sp3 and sql ce 2.0 and had these errors : 28557.... 28549 : the row update or insert cannot be reapplied due to an integrity
|
| Correlated subquery Problem in SQL CE | 31 May 2005 08:23 GMT | 1 |
I'm trying to execute the following query from SQL CE sp2. select distinct accountmother,(select distinct name from custtable where accountnum=a.accountmother) as distinctmothername from custtable a where salesgroup='16'
|
| Encrypting SQL Server CE Databases - algorithm | 31 May 2005 01:17 GMT | 3 |
Sombody know which algorithm was used in enrypting SQL Server CE ???
|
| Merge Rep - Updating Back End DB | 30 May 2005 19:37 GMT | 1 |
Ok, so I made progress last week. I set up merge replication and replicated a table out to my PPC running Windows Mobile 2003. I successfully updated the table on the PPC and am now attempting to replicate changes back to the back end. What is happening now is that the changes ...
|
| QUESTION to MICROSOFT about - SQL ce sp4 | 30 May 2005 15:52 GMT | 3 |
You have released SQL Server 2000 sp4 Why have you not updated your website for sqlce and sp4. see http://www.microsoft.com/sql/ce/downloads/sp3.asp Regards
|
| Year of mobile databases ??? | 30 May 2005 02:14 GMT | 1 |
Is anybody know in which year was implement soma database on mobile devices PDA???
|
| Error Openning the DataBase in sql server ce | 30 May 2005 02:08 GMT | 1 |
:D hello, i need help with my application, sometimes the databas open correctly, but soodendly it doesnŽt open do you know what can i do? i do thi
|
| SqlServerCE and SOA - an architecture question | 28 May 2005 21:24 GMT | 2 |
In the MSDN article 'Architecting Disconnected Mobile Applications Using a Service Oriented Architecture' found at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/d evelop_disconnect_mob_apps.asp, the author states that "complete encapsulation of data ...
|
| Is SQL Server CE free?? | 28 May 2005 00:40 GMT | 2 |
Is SQL Server CE free ?? How much cost the license for commercial using??
|
| Stupid Question - I think! | 27 May 2005 14:41 GMT | 2 |
Ok, so I managed to get merge replication working and I have a single table in a database out on my PDA. I now want to change a row in the table and synch back to the main database. I'm trying to the easy part - use System.Data.SqlServerCe to update the table but I can't get the ...
|
| sqlcereplication error | 27 May 2005 10:41 GMT | 3 |
Hi (moved from CF newsgroup) When I want to synchronize a database using Merge replication, I get this stack of sqlce errors (using errors collection): Error Code : 80004005
|
| Merge Rep - First Attempt | 26 May 2005 19:12 GMT | 1 |
I am implementing merge replication for the first time and I’m having a hard time getting off first base. The references I’m using are Rob Tiffany’s “SQL Server CE Database Development with the .NET Compact Framework” and the MS “.Net Compact Framework” core reference. I have ...
|
| Sql server 2000 personal edition | 26 May 2005 14:10 GMT | 3 |
Can i use merge/replication between an sql ce db on the device and an sql server 2000 personal edition db on the server?
|
| newline character in a field erase field data after replication | 26 May 2005 11:31 GMT | 3 |
We discovered a strange bug. When our users enter any data that contains a new line character, the whole field is blank after replication. Let's say we have a nvarchar column with the following 2 lines: Hello
|