SQL INDONESIA

Personal Notes of Edwin Eu

Author: tjedwin

  • SQL Server – Restore a database

    Recently I was assigned to move the Dynamics SQL Server production database into a development environment.  In addition, I setup , install, and configure the Microsoft DYNAMICS. Installed, Setup, Configure Window…


  • SQL Server – Common Table Expression (CTE)

    SQL Server  – Common Table Expression (CTE) Common Table Expression (CTE) was implemented in SQL Server 2005 CTE are not design to be a replacement of the Temp Table CTE…


  • How to setup Database Mail in Microsoft SQL Server 2008 R2.

      How to setup Database Mail in Microsoft SQL Server 2008 R2. Enable and configure Email Create Profile and Account Configure Email. USE master GO EXEC sp_configure ‘show advanced’, 1…


  • How to find SQL Server Recovery Model

    T-SQL script find SQL Server Recovery Model SELECT name AS [Database Name], recovery_model_desc AS [Recovery Model] FROM sys.databases GO  


  • The Web applications used to isolate content, processes, features, and users

    The Web applications used to isolate content, processes, features, and users The Web applications can separate content that is accessible by anonymous users from content that is accessed by authenticated…


  • Enabling CLR Integration

    The common language runtime (CLR) integration feature is off by default. The CRL must be enabled in orde to use objects that are implemented using CLR integration. To enable CLR…


  • SharePoint 2010 – How to Add Content Database

    How to Add Content Database Go to Central Administration –> Application Management —> Databases—> Manage Content Database Click on Application Management Click Manage Content Databases


  • SharePoint 2010 – How to Create Site Collections

    How to Create site collections Go to Central Administration —> Application Management —>Site Collections —> Create Site Collections Click on Application Management Click on Create Site Collection


  • SharePoint 2010 Central Administration

    SharePoint 2010 Central Administration 1.   Central Administration 2.   Application Management 3.   System Settings 4.   Monitoring 5.   Backup and Restore 6.   Security 7.   Upgrade and Migration 8.   General Application Settings 9.   Configuration Wizards


Navigation

About

Writing on the Wall is a newsletter for freelance writers seeking inspiration, advice, and support on their creative journey.