Question : Transactional Replication

Hello everyone we are just starting to investigate replication in SQL Server 2005.  We are going to be testing  Transactional Replication on our test Virtual servers.

Is there a way of setting up Transactional Replication so that when someone does a DELETE on the publisher it deletes the row but it does not DELETE the row on the subscriber?  This was one of the recommedations from our users.  Hope this makes sense

Thanks

Answer : Transactional Replication

You should use the same encoding for all your work

If using UTF-8( Preferred ) to get data from DB, then you must tell the browser that this data is UTF-8 and so on for any other encoding.

You should add this line of code in head section of HTML page
<META http-equiv="content-type" content="text/html; charset=utf-8">
Random Solutions  
 
programming4us programming4us