sql 2008r2 Archives - eGroup

0

When you install SQL with Basic Management Tools, the installer does not allow you to go back and install the Complete Management Tools. The option will be grayed out.

In order to install the Complete Management Tools, insert the installation media for SQL, then open a command prompt and run the following…

setup.exe
/FEATURES=Tools /Q
/INDICATEPROGRESS
/ACTION=Install
/INSTANCENAME=SQLSERVER2008R2Ent
/BROWSERSVCSTARTUPTYPE=Automatic
/AGTSVCACCOUNT=”NT AUTHORITY\NETWORK SERVICE”
/IACCEPTSQLSERVERLICENSETERMS

Note: Replace “SQLSERVER2008R2Ent” with the name of your instance.
Note 2: The above command is for SQL 2008R2. SQL 2008 does not support the /IACCEPTSQLSERVERLICENSETERMS switch

0

This is a very annoying and confusing error when you first start using SQL 2008. It is caused by SSMS itself, and not SQL.

To make changes to tables through the designer, follow these steps…

  • Open SQL Management Studio
  • Go to Tools > Options
  • On the Options window, click on Designers in the left treeview
  • Uncheck ‘Prevent saving changes that require table re-creation’
  • Click OK

Our Work

Check out some of the solutions eGroup has implemented and review client testimonials.
Learn More