Database Syncronization in Sql Server Kalpesh Satasiya 2:02 PM No comments Read this article. it nice articles.I hope you usefull this.http://www.databasejournal.com/features/mssql/article.php/3814591/Peer-to-Peer-Replication-in-SQL-Server-2008--Configure-a-two-node-topology.htmhttp://www.codeproject.com/KB/database/sql2005-replication.aspx Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:Download Australian postcode database with lat and lagFind out Australian postcode database with lat and lag.http://www.corra.com.au/support/downloads/… Read MoreReset AutoIncrement in SqlServer after DeleteI got solution for reset auto identity key to 1.Just run below query and get resultDBCC CHECKIDENT (TableName, RESEED,1) hope it will help you… Read MoreSet Cookie from Javascript and get from Asp.net--------------------------------Start Set Cookie from Javasript ///Get cookiefunction getCookie(c_name) {var i, x, y, ARRcookies = document.cookie.spl… Read MoreDisplay India Currency format using JavaScriptfunction intToFormat(nStr) { nStr += ''; x = nStr.split('.'); x1 = x[0]; x2 = x.length 1 ? '.' + x[1] : ''; var rgx = /(\d+)(\… Read MoreReduce Image File Size Using Asp.Net//Call to functionimageSave(fluCatImage.FileName, fluCatImage.PostedFile.InputStream, Server.MapPath("~/"), Server.MapPath("../uploadimage/"));//Imple… Read More