My boss tasked me with doing research on migrating sql server 2005 to 2014. my first question is, is it really as easy as restoring into an old backup? No thing needs to be changed in terms of processes that load to the databases or components that look at the databases?
I'm completely new to this, obviously. I use SQL server management studio almost every day, yet I am still not familiar with anything else besides running a few simple queries. I've looked at this site here that finds all permissions/access for all users in a database. I've also run sp_who2 and: SELECT * FROM Master..sysprocesses order by spid
just to get an idea of all the processes going on. How would I see the websites that are pulling from the databases? I know we have a DB loader, how can I see that process? I can't quite get a grasp of the scope of this project.