Install Net 3.5 Framework on Windows Server 2012 without DVD
To install the .net 3.5 on server 2012 without the disk (or disk image):
Ensure that the server is NOT looking at a WSUS server for updates (must be looking at Windows Update for this to work)
Ensure that any proxy/firewall will allow the connection from the server in question to the Windows update service
From a command line run:
dism.exe /online /enable-feature /featurename:NetFX3 /all
If you have OS Image : (Offline)
dism.exe /online /enable-feature /featurename:NetFX3 /all /Source:D:\sources\sxs /LimitAccess
SQL DATABASE DETAIL QUERY Aggregate Function: Get the name of all Aggregate functions. S elect name , type from sysobjects where type = 'AF' Foreign Key : Get the name of all Foreign Keys. S elect name , type from sysobjects where type = 'F' Function: Get the name of all scalar functions. S elect name , type from sysobjects where type = 'FN' Stored Procedure: Get the name of all Stored Procedures. S elect name , type from sysobjects where type = 'P' Primary Key: Get the name of all Primary Keys. S elect name , type from sysobjects where type = 'PK' Table-Valued-Function: Get the name of all Aggregate functions. S elect name , type from sysobjects where type = 'TF' Trigger: Get the name of all D...
Comments
Post a Comment