TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
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
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
From Forum
Tagged Content List
Wiki Page:
SQL Server: Transaction Log is Full
Naomi N
Table of Contents Overview Recovery Model Additional Resources Reference See Also Overview If the transaction log is full, users cannot update the databases and you cannot fully restore the database in the event of a system failure. You must clear the transaction log either by performing a...
on
3 Sep 2013
Wiki Page:
SharePoint 2010: How to Change a Lookup Hyperlink to Open in the Same Window
Naomi N
If you create a lookup column in a SharePoint list, the link on the DataView will open the linked item in a modal popup. This page explains how to open it in a new page. This article comes from this forum thread. Table of Contents Actions Required to Resolve the "How-To" Prerequisites...
on
28 Aug 2013
Wiki Page:
Baumstrukturen mit LINQ abfragen (de-DE)
Carsten Siemens
Dieser Artikel ist die deutsche Übersetzung meines zuerst auf Englisch erschienen Artikels How to Query Trees Using LINQ . (Gerichtete) Bäume gehören zu den häufigsten Datenstrukturen in der Informatik. Wie sie mit LINQ genutzt werden, ist aber weniger offensichtlich. Dieser Artikel definiert...
on
23 Aug 2013
Wiki Page:
How to Query Trees Using LINQ
Carsten Siemens
A (directed) tree is one of the most common data types. But how do you use trees in LINQ? This article introduces a generic LINQ-Extension which solves the problem, gives an example and discusses alternatives. Table of Contents Motivation Solution Usage Example Contradictions and alternatives...
on
20 Aug 2013
Wiki Page:
Wiki: How to Get a New Language Started or Expanded on TechNet Wiki
Ed Price - MSFT
The TechNet Wiki is open to authors in almost any language. Getting started can be as simple as clicking the "Post an article" link on this page. Some languages have already established a solid community of authors, some are just emerging. This article provides a roadmap on how to start or...
on
19 Aug 2013
Wiki Page:
SharePoint 2010: Common Problems When Creating a New “Send To” Connection
Gokan Ozcifci
Table of Contents Introduction Problem 1: The Content Organizer Feature has not been activated Problem 2: Supplying the correct URL Problem 3: The “Records Center Web Service Submitters For” Group Problem 4: Windows Loop Back Security Check Introduction SharePoint 2010 introduced the ability...
on
16 Aug 2013
Wiki Page:
SharePoint 2010: Reverse Engineering SharePoint WSP Packages
Gokan Ozcifci
Table of Contents Reverse Engineering SharePoint WSP Packages Introduction Audience Getting Started Delving Deeper Reverse Engineering SharePoint WSP Packages Disclaimer : Please note that this article is scoped to internally developed WSP Packages only. The terms and conditions that you accept...
on
16 Aug 2013
Wiki Page:
SharePoint 2010: Get "Modified" and "Modified By" Information from a View in a List or Library
Gokan Ozcifci
The "Modified", " Modified By ", " Created by ", " Created " cannot be accessed directly via the SPView object because this simply doesn't store that kind of information. To request this information the SPFile object needs to be used instead. "Created...
on
16 Aug 2013
Wiki Page:
SharePoint 2010: Best Practices - Removing SharePoint from Servers
Gokan Ozcifci
This page discusses how to remove SharePoint from servers in the farm: 1. Log in to each of the SharePoint servers in the farm 2. Run the SharePoint Configuration Wizard on each of the Web Front End servers and unjoin them from the farm. Provided no Web Apps were built outside of SharePoint's...
on
12 Aug 2013
Wiki Page:
Custom Calculations for Invoice & Returns Using a PowerPivot DAX Formula
Ed Price - MSFT
This is from the thread in the SQL Server PowerPivot for Excel forum. Table of Contents Problem Description Solution Step 1 Step 2 Step 3 Conclusion Problem Description Here's the sample data: STATUS WEEK SALES CUSTOMER INVOICE W01 $150...
on
6 Aug 2013
Wiki Page:
An Example of Using Write-Progress in a Long Running SharePoint PowerShell Script
Ed Price - MSFT
Ever written a really cool PowerShell script that performs lots of actions, or iterates over hundreds or thousands of items? Wouldn't it be nice to see the status of the script as it's running to get an indication of what it's doing and how long it has to go? You could use Write-Host to...
on
6 Aug 2013
Wiki Page:
Active Directory: How to Block USB Devices (dsforum2wiki)
Yagmoth555
Table of Contents References Other Languages If you want to prevent users from using USB devices, you can follow the steps in either of these articles: 1. Manually modify the registry key which is described in the KB article at http://support.microsoft.com/kb/823732 If the client computers...
on
2 Aug 2013
Wiki Page:
SharePoint: Uploading (and Resizing) Images to a SharePoint Picture Library via a Webpart
Matthew Yarlett
Getting a file to upload to SharePoint is very easy; essentially it involves adding an asp:FileUpload control to your webpart and adding a button to click on (to upload the selected file!). In this example we're going to create a visual webpart that allows a user to upload an image to SharePoint...
on
30 Jul 2013
Wiki Page:
SQL Server: No Fragmentation in HEAP from INSERT / UPDATE
Carsten Siemens
A HEAP won't be "fragmented" in two cases: - only INSERTS may occur - UPDATES will occur in the attributes with fixed data length (e.g. char ) The following example demonstrates the above mentioned situations: First a simple HEAP will be created: 01. USE tempdb; ...
on
27 Jul 2013
Wiki Page:
Small Basic: IDE Colors
Ed Price - MSFT
These are text colors and the background color used in Small Basic IDE (Integrated Development Environment). #7777FF for Keywords #800000 for Operators and “the dot between Object and Properties/Events/Operations” #000000 for Variables, Subroutines, Labels and "the brackets...
on
23 Jul 2013
Wiki Page:
SharePoint 2010: What Happens Internally When a Web Application is Created
Gokan Ozcifci
Table of Contents Web Site Site Collection This is very basic question mostly come across, whenever we create a Web Application from SharePoint Central Administration , what happens exactly behind the scene. This article addresses two basic questions: What exactly happens internally...
on
20 Jul 2013
Wiki Page:
SharePoint 2013: Best Practices - Checking SharePoint list field NULL value in code
Gokan Ozcifci
As a general practice, we tend to check that a SharePoint list column/field isn't null before we try to set/get it (normally just a few fields), but in case you are working on an application where you have a lot of fields to check. You can break your code into a separate class so that you can can...
on
15 Jul 2013
Wiki Page:
MOD Function in MDX
Yogish Bhat
MDX has variety of functions to support the user needs. MDX lacks the function to find the modulo operation. But we can achieve the modulo operation by using the calculated member. Formula: number1-(Int(number1/number2)*2) Sample code is below: with member number1 as 5 member number2...
on
12 Jul 2013
Wiki Page:
Small Basic: How to Make a Turtle Maze Game
Ed Price - MSFT
Table of Contents Overview 1. Creating a maze 1.1 How to create a maze? 2. Creating AI which solves the maze 2.1 How to solve the maze? 2.2 What are needed for Silverlight environment? 3. Creating UI for another turtle 3.1 Create another turtle 3.2 How to control turtle 3.3 How to save score 3.4 Turtle...
on
10 Jul 2013
Wiki Page:
SharePoint: Integrate Skype and Facebook Features
Gokan Ozcifci
See the following sections for information about how to integrate Skype and Facebook features into your SharePoint site. Table of Contents Skype Facebook Source Other Languages SharePoint 2010 also includes many social features: http://www.orbitone.com/en/blog/archive/2010/05/04/sharepoint...
on
10 Jul 2013
Wiki Page:
Retrieving the Screen Resolution for Windows Phone 8 Emulator
Carsten Siemens
The Windows Phone 8 supports 3 different screen resolutions like WVGA,WXGA,720P . If you are a developer and wants to retrieve the screen resolution dynamically , you can use the ScaleFactor property defined in App.Current.Host.Content.ScaleFactor. E.g. : string data = App.Current.Host...
on
8 Jul 2013
Wiki Page:
Adding Links in SSRS Reports
Ed Price - MSFT
The Request Is it possible to have a field which contains a link to the build results? The Solution Yes. Links can be done in 2 ways (that I know of) in SSRS. The most common is to set the Action property of a control (textbox, image, etc.). If you right-click the control and open its...
on
6 Jul 2013
Wiki Page:
Using the KeywordQuery class to search SharePoint content
Matthew Yarlett
You can use the KeywordQuery class to search SharePoint content using a search query string formatted in the same way you would if you used the Search Center user interface. This makes it really easy to structure (and test) search queries for use in your applications. In this example, I have a...
on
4 Jul 2013
Wiki Page:
MSDN/TechNet Forums: Known Issues
Naomi N
Table of Contents My Forums and Forums Home Thread Moderation Threads Displayed on Main Forum Pages Marking & Proposing Answers Displayed Profile Information Forum Layout NNTP bridge users Please leave known issues below. We'll clean them up, add more info, and categorize them as we go....
on
2 Jul 2013
Wiki Page:
Forum OP Tips: How to Ask a Question Efficiently in a TechNet/MSDN Forum
Ed Price - MSFT
This article is written for Forum Original Posters (OPs). Online problem solving can be relatively time consuming because it may demand several messages back and forth to fully understand the symptom and background, especially at the very beginning. Here are a few suggestions that help you get the...
on
2 Jul 2013
Page 2 of 5 (106 items)
1
2
3
4
5
Can't find it? Write it!
Post an Article