Hi,I am newbie to SQL Sever and I need a query where I have to take back up of my existing table named "MemberInfo".Please suggest a query.Thanks in advance for your help!!Thanks
Welcome to the forums. There is no provision available to backup a table seperately to a file, only by uisng SSIS package you can export the data to another data source and same package can be scheduled on SQLagent to run as per the schedule.
[quote user="satya"] Why use BCP when SSIS provides the need to handle such action. [/quote] If the table has to be moved to another RDBMS which is not in the network, my methods would work well.
The original questioner hasn't yet come back. I'm sure he has plenty of alternatives to choose from now. Let's wait for his feedback...