Browse by Tags

Tagged Content List
  • Wiki Page: T-SQL: Backup verification Time, backup time, database shrinking time

    Many time there are large backup and it require more time.Following query give exact time to complete. select percent_complete as [%], command as [activity], Start_time as [Activity_start_time], sd. name as [Database_name], Dateadd(ms,estimated_completion_time...
  • Wiki Page: Exchange Server 2016: Installation

    Table of Contents Preparing Active Directory Forest and Domain for Exchange Server 2016 installation Checking Exchange 2016 Active Directory versions Preparing machine for Exchange 2016 Installation (pre-requisites application) Hardware Processor Memory Mailbox and Edge Transport server roles Management...
  • Wiki Page: SQL Server: Frequently Used Ports

    Table of Contents Introduction Frequently Used Ports References Introduction This list is about essential TCP/UDP port numbers that an administrator running SQL Server / Cluster requires to know when configuring the firewall or otherwise. It includes those used under OS, server-based programs...
  • Wiki Page: Azure Development Community Blog: Authoring Schedule

    Table of Contents Current Schedule (Q1 2019) Previous Schedules Q3 2017 Q1 2017 Q3 2016 Q2 2016 Q1 2016 Themes See Also This page lists out the scheduled blog authors for the Azure Development Community blog (a leadership blog for the Azure Development community). We build out schedules in quarterly...
  • Wiki Page: (FA-IR)چرخه محصول سرور بیزتاک

    مقدمه مانند نرم افزار ، محصول سرور ماکروسافت نیز شامل چرخه طول عمر است. چرخه از زمانی شروع می شود که محصول منتشر می شود و با اتمام فازپشتیبانی گسترده پایان می یابد. به محض اتمام فاز پشتیبانی ها، دیگر پشتیبانی ای برای محصول یا سرویس پک که در آینده منتشر خواهد شد، ارایه نمی شود. بنابراین اساسا وقتی...
  • Wiki Page: DirSync: List of attributes that are synced by the Azure Active Directory Sync Tool

    Tip For feedback, click here This article lists the attributes that are synchronized from your on-premises Active Directory Domain Services (AD DS) to Windows Azure Active Directory by the Active Directory Sync tool (DirSync). Note DirSync is a legacy sync...
  • Wiki Page: Azure VMs : Availability Sets and Availability Zones

    Table of Contents Introduction Availability Set Configure an Availability Set Availability Zones Supported Instances Configure an Availability Zone Differences between Availability Set and Availability Zone Azure VM SLA Conclusion Related Links Introduction Availability is the annual percentage...
  • Wiki Page: Archive - Wiki Ninjas Blog Authoring Schedule

    This page lists out the previous scheduled blog authors for the Wiki Ninjas blog (the official blog for TechNet Wiki). We build out schedules in 10-week blocks. You find the schedule at: Wiki Ninjas Blog Authoring Schedule ( http://social.technet .microsoft.com/wiki/contents/articles/5283.wiki...
  • Wiki Page: Office 365 Exchange Online Shared Mailbox (tr-TR)

    Merhaba, Office 365 Exchange Online’ nın bizlere sunduğu bir diğer hizmet ise Exchange Online üzerinde kullanabileceğimiz Shared Mailbox özelliği. Shared mailbox’ ı geniş organizasyonlu yapılarda sıkça kullanabilirsiniz. Satış, IT gibi her an sahada olabilecek personellerin kullanımı için oldukça ideal...
  • Wiki Page: Azure Cosmos DB : Few words about RUs (Request Units) in Cosmos DB

    Table of Contents Introduction Request Units Request Unit Monitoring Resources Monitoring Consumption Monitoring Scale Up Request Units Calculating RUs (Request Units ) Conclusion See Also Microsoft Documents Technet Wiki Documents Introduction In this post, we learn how to measure up Cosmos DB...
  • Wiki Page: AD CS Step by Step Guide: Two Tier PKI Hierarchy Deployment

    This step-by-step guide describes the steps needed to set up a basic configuration of Active Directory® Certificate Services (AD CS) in a lab environment. AD CS in Windows Server® 2008 R2 provides customizable services for creating and managing public key certificates used in software security systems...
  • Wiki Page: Event ID 351 Windows Diagnostics Performance

    Table of Contents Applies to: Details Cause Example one Example two User action Related resources Applies to: Windows Server 2008, Windows Server 2008 R2, Windows 7 Details Product Windows Operating System ID 351 ...
  • Wiki Page: SSIS Expression Examples

    Do you have examples of SSIS expressions that you want to share? Consider adding them to this article, or just link to examples you've already published. In Integration Services, expressions can be used to define conditions for CASE statements, create and update values in data columns, assign...
  • Wiki Page: Windows: How to educate your users to regularly restart their PCs

    Table of Contents Introduction Display popup HTA file Content description Reboot CSS file Reboot batch file Other scripts 1. PowerShell script 2. VBS Script Images folder SCCM Part 1st SCCM Application 2 nd SCCM Application: Run checks Deploy SCCM Packages References Introduction It is suggested...
  • Wiki Page: SharePoint Online SPOMod: New-SPOListContentTypeColumn

    This article describes a function of a custom SharePoint Online module available for download and installation on GitHub and Technet Gallery . Table of Contents New-SPOListContentTypeColumn Parameters Examples See Also New-SPOListContentTypeColumn Adds an existing column to a...
  • Wiki Page: SharePoint Online SPOMod: Remove-SPOListColumn (pl-PL)

    Table of Contents Remove-SPOListColumn Parametry Przykłady Zobacz też W tym artykule opisano funkcję niestandardowego modułu SharePoint Online SPOMod dostępnego do pobrania i instalacji na Technet Gallery i GitHub . Remove-SPOListColumn Usuwa kolumnę z listy. Parametry...
  • Wiki Page: SharePoint Online SPOMod: New-SPOListChoiceColumn

    This article describes a function of a custom SharePoint Online module available for download and installation here . Table of Contents New-SPOListChoiceColumn Parameters Examples See Also New-SPOListChoiceColumn Creates a choice column in a list. Parameters ...
  • Wiki Page: SharePoint Online SPOMod: New-SPOSiteContentTypeColumn

    This article describes a function of a custom SharePoint Online module available for download and installation here . Table of Contents New-SPOSiteContentTypeColumn Parameters Examples See Also New-SPOSiteContentTypeColumn Add an existing column to a site content type. ...
  • Wiki Page: SharePoint Online SPOMod: Set-SPOTermGroup

    This article describes a function of a custom SharePoint Online module available for download and installation here . Table of Contents Set-SPOTermGroup Parameters Examples See Also Set-SPOTermGroup Sets properties of an existing Term Group. Parameters GUID ...
  • Wiki Page: SQL Server: DMV to Track Page Split

    Table of Contents Introduction Page Split DMV to Track Page Splits T-SQL Script to track Page Split See Also Introduction Page split is an important factor in analyzing how often fragmentation occurs in the database. Page splits are normal because when rows are added to index, a page needs to...
  • Wiki Page: Windows Azure Pack: List of Build Numbers

    Build Number Knowledge Base Article ID Release Date Comment 3.10.8198.9 n/a 2013-09-16 Windows Azure Pack RTM 3.12.8198.0 2924386 2014-01-20 Update Rollup 1 for Windows Azure Pack 3.14.8196.32 2932946 2014-04-16 Update Rollup 2 for Windows...
  • Wiki Page: Basic Computer Games - Small Basic Edition: Basketball

    Small Basic > Small Basic Books > Basic Computer Games Small Basic Edition > Basketball This program simulates a game of basketball between Dartmouth College and an opponent of your choice. You are the Dartmouth captain and control the type of shot and defense during...
  • Wiki Page: T-SQL: Sequential Numbering

    Introduction It is as easy as 1, 2, 3. A generic numerical sequence which is incremented from a known value. In this article, we will look at the options that are available to create sequences which have primarily used identity, and more recently a new tool in the form of SEQUENCE before finally...
  • Wiki Page: Power BI: DAX: Text Functions

    Data Analysis Expressions (DAX) includes a set of text functions that is based on the library of string functions in Excel, but it has been modified to work with tables and columns. Read more about the following text functions: Table of Contents BLANK CONCATENATE EXACT FIND FIXED FORMAT Predefined...
  • Wiki Page: Exchange 2013 Hybrid Deployement Yapılandırması ve Office 365 Taşıma İşlemi- Part 1 (tr-TR)

    Office 365′in sağladığı servisler ve firmalara sağladığı avantajlardan dolayı birçok firma alt yapısını Office 365 platformuna aktarmaktadır. Office 365 servislerinden Exchange Online hizmetini kullanacak firmalar ise direkt hizmeti cloud platformunda kullanılması ile başlayabileceği gibi var olan...
Page 17 of 75 (1,862 items) «1516171819»
Can't find it? Write it!