We have numerous instances of SQL Server 2005 that are being deployed to out enterprise. For each of these instances someone must connect to the server and perform a series of configuration steps in order for things to function correctly for our particular environment. The server OS is Win2003.
I've been tasked to provide a solution to automate this process, it was suggested perhaps that I write some macro or similiar type of script to make this happen. I'm really just looking for some hints as to where I might begin to research this and relaize that I'm trying to do might not be specific to SQL Server but rather more closely related to Windows macros, but thought I would start here in case anyone knows of a different approach specific for SQL Server.
I've been tasked to provide a solution to automate this process, it was suggested perhaps that I write some macro or similiar type of script to make this happen. I'm really just looking for some hints as to where I might begin to research this and relaize that I'm trying to do might not be specific to SQL Server but rather more closely related to Windows macros, but thought I would start here in case anyone knows of a different approach specific for SQL Server.