This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
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
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
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
marcelo strippoli
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 Portuguese
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
windows server 2012 r2
Wiki
>
All Tags
>
SQL Server
Tagged Content List
Wiki Page:
T-SQL: Send Replication Alert along with query to find exact command
AV111
Table of Contents Introduction Script Script for usp_dba_sendcdosysmail Script for usp_dba_ReplAlert Note Introduction There are predefined alerts that can be used to send alert related with replication failure however that alert requires further investigation to identify root cause. Following...
on
27 Feb 2019
Wiki Page:
SQL Server: What is fragmentation?
Peter Geelen
Table of Contents What is fragmentation? How to detect fragmentation ? How to eliminate fragmentation ? 1. Alter index reorganize Query T-SQL : 2. Alter index rebuild Query T-SQL : Defragmentation of an index (Reorganize) What is fragmentation? A fragmented table is a table where some of its...
on
21 Feb 2019
Wiki Page:
SSAS: Unified Dimensional Model
Peter Geelen
Table of Contents Definition Components Community Resources See Also Other Languages Brazilian Portuguese (pt-BR) German (de-DE) Definition The Unified Dimensional Model (UDM) is the model for data in a SQL Server Analysis Services (SSAS) database. The UDM is unified because it combines data...
on
21 Feb 2019
Wiki Page:
PowerPivot: Install the PowerPivot Add-In for Excel
karimSP
PowerPivot for Excel is a free download that significantly expands the data analysis capabilities of Excel. PowerPivot is made up of the Excel free add-in and the SharePoint server component. Video tutorial by Michele Hart , Technical Writer for Microsoft SQL Server. View all the PowerPivot...
on
20 Feb 2019
Wiki Page:
BizTalk Server: Recommendations for Installing, Sizing, Deploying, and Maintaining a Solution
karimSP
Table of Contents Introduction Who Should Read This Guide Document Structure Initial Planning / determining which edition of BizTalk Server is appropriate for meeting your goals Determine the business goals of the BizTalk Server solution Mission Statement Business Requirements Create an architecture...
on
17 Feb 2019
Wiki Page:
How to Embed SQL Server Express in an Application
George Chrysovaladis Grammatikos
Table of Contents To Do List (Stub) Topics discussed in this article Which Edition of SQL Server Express to Use How to Register for SQL Server Express Redistribution Rights How to Detect Previous Installations of SQL Server How to Embed SQL Server Express Installation Using the Web Platform Installer...
on
11 Feb 2019
Wiki Page:
How to Use ASP.NET with SQL Server
karimSP
Intended audience : Web developers new to SQL Server, who wish to learn how to use a SQL Server database with their ASP.NET web sites . The links below are external links and provide information and guidance on creating dynamic, data driven applications using SQL Server and ASP.NET technologies. This...
on
11 Feb 2019
Wiki Page:
T-SQL: Negative Effects of SSMS Query Designer
karimSP
Table of Contents Introduction Illegibility Wrong JOIN Condition Suggestions Wrong JOIN Order WHERE Conditions in JOIN Unwelcome Changes Conclusion See Also Additional Resources Download Links Introduction Microsoft Query Designer is a visual tool which exists in SQL Server Management Studio...
on
11 Feb 2019
Wiki Page:
T-SQL: Delete All Rows From a Table Except Top(N) Rows
karimSP
Table of Contents Introduction Problem Solutions Huge Table Truncate Table Delete in Chunks Small Table Conclusion See Also Introduction How to delete all rows from a table except the Top (N) rows, for example, leaving only the top (1000) rows? This article is the right answer to such questions...
on
11 Feb 2019
Wiki Page:
T-SQL: How the Order of Elements in the ORDER BY Clause Implemented in the Output Result
karimSP
Table of Contents Introduction Case Study Solution Example 1 Example 2 Conclusion See Also Introduction This article shows that how the order of the elements in the ORDER BY clause in an SQL query can affect the output result sort. We will see how changing the order of these elements...
on
11 Feb 2019
Wiki Page:
T-SQL: Troubleshooting When a Column Alias Created in the SELECT Clause Cannot be Used in the ORDER BY Clause
karimSP
Table of Contents Introduction Problem Solutions Solution One – Duplicate Computation Column Solution Two – Using CROSS APPLY Conclusion See Also DOWNLOAD the CODE All Codes used in this article is downloadable from this URL . Introduction...
on
11 Feb 2019
Wiki Page:
SQL Server Developer Resources
karimSP
This page provides a listing of available resources for developers who are working with SQL Server. Table of Contents TechNet Wiki MSDN TechNet Blogs See Also Other Languages Español (es-ES) Deutsch (de-DE) Português (pt-BR) Japanese (ja-JP) TechNet Wiki Introduction to Development with...
on
11 Feb 2019
Wiki Page:
Azure SQL Database - Create And Connect SQL Database In The Azure Portal
Peter Geelen
Table of Contents Introduction SQL database Create a SQL database Database name Subscription Resource group Select source Server Pricing Tier Collation Create a server-level firewall rule Setup Firewall Rule SQL Database Login in Azure Portal Output 1 Output 2 Reference Summary See Also Introduction...
on
5 Feb 2019
Page 19 of 123 (3,075 items)
«
17
18
19
20
21
»