March 22, 2016 at 9:54 pm
hello,
I am new to SQL server. can any one please post, how to take backup and restore of particular table in database through GUI in SQL2008.
thanks,
Raja
March 22, 2016 at 11:07 pm
There's a bunch of ways. Easiest would be:
In SQL Server Management Studio right-click the table then navigate to "export" and walk through use the wizard. The most common format/output is to a csv file. You would import files the same way (except navigate to "Import")
-- Itzik Ben-Gan 2001
March 23, 2016 at 3:11 am
what if the table is in GB size?
March 23, 2016 at 8:24 am
radireddy18 (3/23/2016)
what if the table is in GB size?
You'll have to wait for a while. 😀
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply