SQL Server: Replication- Archiving partitioned and non-Partitioned tables (Without removing the articles from the publications)

Who is online?  104 guests and 0 members
home  »  blogs  »  Abhay Chaudhary  »  SQL Server: Replication- Archiving partitioned and non-Partitioned tables (Without removing the articles from the publications)

Training on Microsoft Products & Technologies

  Rate This Blog Entry:  register  or  login

Author

Abhay_c Abhay Chaudhary (Member since: 11/19/2011 7:36:26 AM)

View Abhay Chaudhary 's profile

Comments (8)

sarab
1/23/2012 1:51:23 AM Sarabpreet Anand said:

Very nice & informative post Abhay, A great start.

Welcome to SSG. Smile

by
Abhay_c
1/23/2012 4:35:28 AM Abhay Chaudhary said:

Thanks Sarab Smile

by
AmitBansal
1/23/2012 9:03:15 AM Amit Bansal said:

Nice post Abhay !

by
sivag
1/23/2012 11:18:13 AM siva g said:
I want to write blog in your community but i cant find where to start and where i have to create .please help me Thanks&Regards Siva G
by
sarab
1/23/2012 12:50:26 PM Sarabpreet Anand said:

Hi Siva,

its really good that you want to write for SQLServerGeeks.com, but blog section is not enabled for every member by default.

In case you want to be one of the author with SSG, please get in touch with Admin by writing into Admin<AT>SQLServerGeeks.com.

Thanks.

Sarab

by
Abhay_c
1/24/2012 6:22:50 AM Abhay Chaudhary said:

Thanks Amit ..

by
Robert L Davis
2/11/2012 6:12:21 PM Robert L Davis said:

One correction. Truncating a table is logged. It logs the deallocation of the pages. I believe what you were intending to say is that the individual records are not logged as deletes. Metadata consistency is not maintained between publisher and subscriber, so there is no way for replication to know whether the allocated pages all contained the same data. Therefore, it can't replicate this type of operation.

by
Abhay_c
2/12/2012 5:18:05 AM Abhay Chaudhary said:

Absolutely Robert .Its is in deed .Inface it can be rollled back as well Laughing .

I was basically trying to convey the same message that you conveyed ..But I have corrected it now anyway ..

by

Leave a comment

Name:
  *  
Email:  (your email is kept secure)
 *  
Website:

example: "http://www.SQLServerGeeks.com"

 
Type the characters:
 *
 
   

Training on Microsoft Products & Technologies

Training on Microsoft Products & Technologies

Email Subscriptions

   Get the Most Recent Blogs in your inbox
Blogs RSS Feed

Abhay Chaudhary's latest blog posts

Blogs RSS Feed

Latest community blog posts

  • Dear SQL Geek, SQLServerGeeks.com cordially invites you to SQL Server Day, the monthly dose of SQL Server knowledge & learning. And after successful events in Bangalore, Kolkata & Mumbai, we a...
  • Hi SQL Geeks, The Microsoft® SQL Server® 2012 Feature Pack is a collection of stand-alone packages which provide additional value for Microsoft® SQL Server® 2012. You can download the ...
  • Hi Friends, Here is an interesting function: QUOTENAME() which returns a Unicode string with the delimiters added to make the input string a valid SQL Server delimited identifier. (from Books Online) ...
  • Hi All, It is a great news to all those who use SQL Server Express editions. Microsoft has increased the database size limit of SQL Server 2008 R2 Express edition from 4GB to 10GB. Previous versions o...
  • Hello Friends, It’s been a while that I have posted any blog. So here it is- Well with the arrival of SQL Server 2000, Microsoft has introduced the concept of User Defined Function (UDF). So the...
  • Exciting news! SQL Server 2012 has released to manufacturing. Customers and partners can download an evaluation of the product today and can expect general availability to begin on April 1. Microsoft ...