February 25, 2004 at 2:58 pm
Sorry for this newbie question, but what is the best way to push out data from a development server to a production server. I have specific tables in a DB that I want to push out to the production server while keep the identity fields intact. Any links or suggestions would be appreciated. I'm looking for best/standard pratices so I can stop doing it the wrong way...
Thanks!
February 25, 2004 at 5:08 pm
DTS would probably be simplest.
------------
Ray Higdon MCSE, MCDBA, CCNA
February 25, 2004 at 9:25 pm
DTS is probably the simplest if it's a few tables and you are doing it rarely. Be sure you check the "keep identity" box.
February 26, 2004 at 5:22 pm
I like SQL Data Compare from RedGate, think maybe ApexSQL has a tool that does it too (I know it compares schema, not sure about data). It scripts it over, nice because you can see what needs to be added, changed, deleted.
February 28, 2004 at 2:28 pm
Just want to add:
What about using the Import/Export Wizard?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 19, 2013 at 9:11 am
1) DTS
2) SSIS
3) SSRS report with time subscription in excel format.
May 19, 2013 at 9:21 am
you seem to be making several postings to very old threads......????
________________________________________________________________
you can lead a user to data....but you cannot make them think
and remember....every day is a school day
May 19, 2013 at 10:01 am
Please note: 9 year old thread. Also, neither SSIS nor SSRS exist in SQL 2000, they're in 2005 and onwards
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 20, 2013 at 8:37 am
Wow, this is a blast from the past! I posted this 9 years ago when I first started my job. Just to let everyone know, I figured it out, so thanks 😉
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply