June 8, 2015 at 9:46 am
Hi, Brand new at this and I have a question.
We're moving from SQL Server 08 R2 to a completely new SQL environment (SQL Server 2012 R2). As the previous server has probably had 15 sets of hands in it over the past 10 years, we'd like to start fresh. We have a vendor DB that is used constantly and is pretty high profile. We'd prefer not to export/import the old one with all the associated permissions as we're bringing the accounts and logins into compliance with our environment (naming convention, least privilage, etc). What I'm planning to do is create a new DB on the new server and import that data ONLY from the old to the new and create accounts / set permissions from there.
Does this make sense or is there an easier way to accomplish this?
Thanks for any help!
June 8, 2015 at 9:58 am
when you copy pieces, it's so easy to overlook something that was required.
there's always one mor ething that got overlooked, and turns into a constant trickle of research.
i lean more towards backup-restore and then start deleting and dropping data/objects/permissions;
i think it's a little easier to remove things i findi don't want, than to hunt down and findthings i do want.
what is left standing after a massive hack and slash is what i'd like fo rthe finished product.
Lowell
June 9, 2015 at 10:11 am
Thanks Lowell, I'm working through removing and creating accounts, etc, now.
June 17, 2015 at 10:35 am
Just an update, got this working fine. Thanks!
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply