Posts

Showing posts from May 12, 2024

How to install,Enable .Net 2.0 and 3.0 in windows 8 & 8.1, Windows Server 2012. step by step

Image
                                    Installation .Net 2.0 and 3.0 in windows 8 & 8.1 We can install offline and online both process availble below. Prerequisite for installtion  .net framework 1.    OS of 8 or 8.1. for offline 2. Internet for online Open a command prompt with administrator user rights (Run as Administrator) in Windows 8 or Windows Server 2012. To Install .NET Framework 3.5 feature files from Windows Update, use the following command: Copy Online :-------    DISM /Online /Enable-Feature /FeatureName:NetFx3 /All Copy Offline:-------- DISM /Image:C:\test\offline /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:D:\sources\sxs Press Enter button.

SQL Server - Installation - Step by Step

Image
                             New SQL stand-alone installation License Terms Install Rules Feature Selection Instance Configuration Instance Configuration Server Configuration     Database Engine Configuration Complete                                                                            SQL Server 2016                                                             Step 2: Install Management Studio Install SQL Server Management Studio Also available from: https://msdn.microsoft.com/en-us/library...