Taking backup of data in a table.
        Posted  
        
            by Rishabh Ohri
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rishabh Ohri
        
        
        
        Published on 2010-06-17T09:58:09Z
        Indexed on 
            2010/06/17
            10:03 UTC
        
        
        Read the original article
        Hit count: 246
        
sql
Hi All,
Is there some way to backup the data in a table in sql server by using sql scripts. Note: I dont want to take the backup of the whole database.
And later on restore the same data back in case of any failure. Please suggest some solution.
© Stack Overflow or respective owner