Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
.net
Active Directory
AD DS
ASP.NET
azure
Benoît Jester
BizTalk
BizTalk Server
BizTalk Server 2010
C#
C# .NET
Chen V
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2010
fa-IR
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
Mehmet Parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into French
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
Windows 8
Windows Phone
Windows Phone Migration Content
Windows Server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
Browse by Tags
>
TechNet Articles
>
All Tags
>
has image
Tagged Content List
Wiki Page:
Загрузки данных с помощью Microsoft ® SQL Server® Integration Services (SSIS) (ru-RU)
George Chrysovaladis Grammatikos
SQL Server Технические статьи Писатели: лен Уайетт, Тим Ши, Дэвид Пауэлл Опубликовано: Март 2009 Применимо к: SQL Server 2008 Предложенная статья является машинным переводом оригинала. Автоматизация интеллектуального анализа данных...
on
25 Mar 2020
Wiki Page:
How to Partition an Existing Table in MS SQL Server
George Chrysovaladis Grammatikos
Imagine you have a table with millions of records. It would be really difficult to manage and query such a huge amount of data. Partitioning is a database process, introduced in SQL Server 2005, where these tables and indexes are divided into smaller parts or technically a single table is spread over...
on
25 Mar 2020
Wiki Page:
Windows Server 2012: RD Connection Broker high availability with SQL Server Mirror
George Chrysovaladis Grammatikos
Table of Contents Overview Deployment Prerequisites Steps 1. Configure SQL mirror 2. Configure RD brokers to support SQL mirror. Use following PowerShell commands to edit Connection string Reference Overview This Document described how to create High available SQL server for high available connection...
on
25 Mar 2020
Wiki Page:
SSMS Error: "A network-related or instance-specific error occurred while establishing a connection to SQL Server"
George Chrysovaladis Grammatikos
When you are trying to connect to a SQL Server using Microsoft SQL Server Management Studio , you may see the following message: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance...
on
25 Mar 2020
Wiki Page:
SQL Server Database diagram support objects cannot be installed hatasi (tr-TR)
George Chrysovaladis Grammatikos
SQL Server a dışarıdan veri tabanı aktarmak istediğiniz de sürüm farklılığından dolayı size diagram görünümü oluşturmakta problem yaratabilir. Hele ki benim gibi diagram görünümünde çalışmaktan keyif alıyorsanız bu durum canınızı sıkacaktır. Database diagram support objects cannot be installed because...
on
25 Mar 2020
Wiki Page:
SharePoint Online ve Microsoft Azure SQL Database (tr-TR)
George Chrysovaladis Grammatikos
Table of Contents A- Microsoft Azure Üzerinde SQL Veritabanı oluşturma B- Secure Store Yönetimi C – Yeni bir External Content Type Oluşturma. D – External Content Type’dan Liste Oluşturma Azure üzerinde bulunan bir SQL veri tabanınızdaki tablo içerisinde bulunan öğeleri SharePoint ve SharePoint Online...
on
25 Mar 2020
Wiki Page:
SSIS: Data maintenance with Microsoft Azure SQL Database
George Chrysovaladis Grammatikos
Table of Contents Introduction Justifying Versions Management Portal Azure How to: Create an Azure SQL Database How to: Configure the firewall for the logical server Connection Information - SQL AZURE Architecture Goals Requirements Enabling Change Data Capture Integration Services Projects - SSIS Creating...
on
25 Mar 2020
Wiki Page:
Find a Table on a SQL Server across all Databases
George Chrysovaladis Grammatikos
To find a table in the SQL across all databases you can use undocumented stored procedure sp_MSForEachDB . sp_MSforeachdb 'SELECT "?" AS DB, * FROM [?].sys.tables WHERE name like ' '%your_table_name%' '' Alternatively, instead of using undocumented...
on
25 Mar 2020
Wiki Page:
Extended Events (Microsoft SQL Server 2012)
George Chrysovaladis Grammatikos
Nesse artigo vamos entender como funciona o Extended Events dentro do Microsoft SQL Server 2012 . Vamos falar também de algumas aplicações práticas. O extended é uma derivação dos eventos que são mais conhecidos como "Events". Um ponto definido no código do SQL Server. Alguns exemplos são...
on
25 Mar 2020
Wiki Page:
SharePoint 2013: SQL Server 2014 CTP2 for SharePoint
George Chrysovaladis Grammatikos
The evolution of SQL Server was announced at TechEd North America. For more details please check the following link: http://blogs.technet.com/b/dataplatforminsider/archive/2013/06/03/sql-server-2014-unlocking-real-time-insights.aspx When you install for the first time SQL Server 2014 you can think...
on
25 Mar 2020
Wiki Page:
Debatching Technique in BizTalk Development
George Chrysovaladis Grammatikos
Hi All, I had to process a few Sql stored procedure results that have large number of records in my project recently. Every record could have its different logic so I had to get them one by one and to process in different business logic. For this purpose, I will try to describe simply how...
on
25 Mar 2020
Wiki Page:
Windows Azure Site-to-Site VPN (tr-TR)
George Chrysovaladis Grammatikos
Windows Azure ile neredeyse hiç bir donanım yatırımı yapmadan bir VPN bağlantısı kurmanız mümkündür. Point to site VPN ve Site to Site VPN bir yapıyı dakikalar içerisinde kurabilirsiniz. Bugün kü konumuz; Site-to-Site VPN öncelikle VPN nedir ve Site to Site VPN konusunun neler olduğuna kısa olarak...
on
25 Mar 2020
Wiki Page:
Remote Debbuging Microsoft Azure
George Chrysovaladis Grammatikos
Table of Contents Introduction STEP 1 - Install Microsoft Azure SDK for .NET STEP 2 - Create Azure Account STEP 3 - Create Microsoft Azure Cloud Service STEP 4 - Deploy to Azure activating Remote Debug Windows Azure Resources Introduction This article walks you through the steps for remote debug...
on
25 Mar 2020
Wiki Page:
Troubleshoot Azure VM by attaching OS disk to another Azure VM
George Chrysovaladis Grammatikos
If you are unable to administer an Azure VM because of RDP or SSH failures, you can troubleshoot the VM by attaching the OS disk as a data disk to a different Azure VM. Using this approach allows you to edit the registry, view log files, and perform other tasks that work with file-system only access...
on
25 Mar 2020
Wiki Page:
Azure Web App - Part 9 - Web App Diagnostic Logs and Metrics (tr-TR)
George Chrysovaladis Grammatikos
Hizmet veren Web app’ler için yapılandırılması gereken en önemli bileşenlerden birisi de monitoring seçenekleridir. Azure üzerinde web app’lerinizi monitor etmenizi ve hata ayıklama işlemi yapmanızı sağlayan bir çok servis bulunmakta. Bu makalemde bunlar arasında önemli olan Diagnostic Logs ve Metric'lerden...
on
25 Mar 2020
Wiki Page:
Microsoft Azure - Mobile App Quick Overview (tr-TR)
George Chrysovaladis Grammatikos
Mobile App Azure mobile app hakkında küçük bir giriş yapmak istiyorum. Temel özellikleri birer cümle ile özetledim. Sonrasında kapsamlı bir yazı yazmayı planlıyorum. Mobile app’in en önemli özellikleri aşağıdaki gibidir. Single Sign On Azure Ad yada facebook,twitter,google yada microsoft...
on
25 Mar 2020
Wiki Page:
Windows Azure - Managing Key Vault with Powershell (tr-TR)
George Chrysovaladis Grammatikos
Manage Azure KeyVault via Powershell Bir önceki bölümde azure key vault teknolojisinin özelliklerini ve azure portal üzerinden nasıl yönetildiğini anlatmıştım. Bu bölümde de powershell kullanarak Azure Key vault teknolojisinin nasıl yönetildiğine göz atalım. Umarım herkes için faydalı olur. Bir...
on
25 Mar 2020
Wiki Page:
Windows Azure - Azure Disk Encryption (tr-TR)
George Chrysovaladis Grammatikos
Bu makalemde Azure Disk Encryption teknolojisinden bahsedeceğim. On-premise üzerinde bitlocker olarak aşina olduğumuz bir teknoloji. Cloud versiyonu ve özelliklerine şöyle bir göz atalım. Windows ve Linux V2 VM’lerin file system volumlerini encrypt etmeyi sağlar. Azure disk encyrption...
on
25 Mar 2020
Wiki Page:
Windows Azure Cloud Service Oluşturma (tr-TR)
George Chrysovaladis Grammatikos
Cloud Service Bulut hizmetlerini ifade etmektedir. Farklı Cloud Services oluşturabileceğimiz gibi aynı servis içerinde oluşturulan makineler birbirleriyle konuşurken farklı Cloud Servicesleri birbirleriyle aralarında bir virtual network yapılandırması yoksa konuşamayacaklardır. Şimdi hep birlikte bir...
on
25 Mar 2020
Wiki Page:
Creating a Scrum Team Project in Visual Studio 2012 using Visual Studio Scrum 2.0 Process and Team Foundation Server 2012 RC
George Chrysovaladis Grammatikos
Source : http://kishore1021.wordpress.com/ To Install and Configure Team Foundation Server 2012 see the post here at Team Foundation Server 2012 RC – Install & Configure . In this post, we will walk through the steps to achieve the following tasks Connect to Team Foundation Server...
on
25 Mar 2020
Wiki Page:
HDInsight: Introduction
George Chrysovaladis Grammatikos
Table of Contents Credits Introduction Provisioning a Cluster Obtaining and Loading Data for Analysis Understanding Map/Reduce Using Pig Using Hive Using Hive from Excel References Credits Cross-posted from The Blog @ Graemesplace and the Content Master Technology Blog ) Introduction ...
on
25 Mar 2020
Wiki Page:
System Center 2012 - Data Protection Manager SP1 - Backup to Azure (Vi-VN)
George Chrysovaladis Grammatikos
Tiếp tục loạt bài về DPM, trong này tôi sẽ trình bày các thao tác cấu hình Azure và DPM để sử dụng DMP backup dữ liệu trong hệ thống mạng lên hệ thống lưu trữ trực truyến của Azure. Bài LAB sử dụng 2 máy: - DC2012: Domain Controller (domain mcthub.local) chạy Windows Server 2012 - DPMSERVER...
on
25 Mar 2020
Wiki Page:
SharePoint 2013: How to Check User Permission with REST API
George Chrysovaladis Grammatikos
Table of Contents Introduction: Example: Introduction: In this article, we explore how to check whether the login user has full permission or not using the SharePoint 2013 REST API. We wanted to avoid using JSOM and do everything with REST. Fortunately, we understand that you must rely on JSOM...
on
24 Mar 2020
Wiki Page:
Azure Web App - Part 8 - Web App Availability,Scalability and Webjobs (tr-TR)
Peter Geelen
Azure Web App makale serisinin bu bölümünde azure web app'ler için scaling,availability ve web job seçeneklerini anlatacağım. Bir önceki makaleye aşağıdaki linki kullanarak ulaşabilirsiniz. Azure Web App - Part 7 - Configuring Virtual Network and Hybrid Connectivity Scaling opsiyonu...
on
24 Mar 2020
Wiki Page:
Sharepoint ve Office365 Webservisleri Üzerinde OData Kullanımı (tr-TR)
Peter Geelen
SharePoint/Office365 üzerinde web servislerini kullanarak OData kullanımı hakkında temel bilgileri göreceğiz. OData (Açık veri Protokolü) Rest alt yapısını kullanarak http çekirdek protokolü üzerin e inşaa edilmiş bir veri erişim protokolüdür. Klasik c# / Asp.net veya Vb.net üzerinde OData kullanımına...
on
24 Mar 2020
Page 19 of 505 (12,601 items)
«
17
18
19
20
21
»
Can't find it? Write it!
Post an Article