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
>
SQL Server
Tagged Content List
Wiki Page:
SQL Server: Using Datalength() function
Peter Geelen
Sometimes we see in MSDN forums and in real process problems about string columns. In this theme, we will use Datalength() function. Datalength() function returns the length of the data in the column in contrast to the length of the column. This function we can use in strings and another (BLOB...
on
29 Jan 2018
Wiki Page:
SQL Server: Unusual String Functions
Ken Cenerelli
One of the unusual string functions in SQL Server is formatmessage(). What is formatmessage() function? Where may we need to use this unusual function? Using FORMATMESSAGE(), you can format strings using a printf()-like syntax. It takes a parameter specifying the ID of the message from the...
on
27 Jan 2018
Wiki Page:
SQL Server: INSERT to Remove Duplicate Rows
Ken Cenerelli
First, we will create #test table with a unique index and insert duplicate rows. CREATE TABLE #test ( name varchar (15) UNIQUE , -- Define a UNIQUE constraint profession varchar (25), salary int DEFAULT 0, ) INSERT #test VALUES ( 'Paul Raj' , 'Actor'...
on
27 Jan 2018
Wiki Page:
SQL Server: How to automatically stop unnecessary data at insert
Ken Cenerelli
Table of Contents Introduction Problem Solution Conclusion See Also Introduction This article is about how to automatically stop unnecessary data when inserting data in a SQL Server Table. Problem One of the problematic aspects of SQL Server is to stop the unnecessary data at the time...
on
27 Jan 2018
Wiki Page:
SQL Server 2012 Portal
Ken Cenerelli
Microsoft® SQL Server™ is a database management and analysis system for e-commerce, line-of-business, and data warehousing solutions. In this wiki, you will find articles related to SQL Server 2012 by Features, Server Component or Management tools. You can find the full SQL Server Help documentation...
on
26 Jan 2018
Wiki Page:
Error occured while establishing a connection to the SQL server
Kapil.Kumawat
Recently, in one of our applications, while trying to configure reporting services configuration we were getting the below error while trying to connect to a SQL database. Checked the remote server connections for the database and it was enabled. Went into the component services...
on
25 Jan 2018
Wiki Page:
SQL Veritabanini Suspect - Emergency Mod'dan kurtarmak (tr-TR)
Ken Cenerelli
Bazen şirketinizdeki elektrik kesintisi sonucu olmadık bir şekilde aksilikler üst üste gelmiş olabilir. Dosyalar bozulmuş, database deki MDF ve LDF dosyaları bir biriyle uyumsuz olduğuna dair hatalar veriyor ve ya MASTER db in bozulduğuna dair uyarılar alıyor olabilirsiniz. Database...
on
20 Jan 2018
Wiki Page:
SQL Server Generate Script Ile Yedek Almak (tr-TR)
Ken Cenerelli
SQL Serveriniz üzerindeki veri tabanlarını bir kaç yöntemle kolayca yedekleyebilirsiniz. Örneğin task oluşturarak, SQL Agent aracılığı ile belli zaman aralıklarında yedekleme yapabilir, ya da veri tabanını bir yerden bir yere taşımak isterseniz attach, detach işlemi yapabilirsiniz bunun dışında script...
on
20 Jan 2018
Wiki Page:
SQL Server Tablo oluşturmak ve Foreign Key Kavramı (tr-TR)
Ken Cenerelli
Merhaba; bugün yeni bir yazı serisi ile karşınızdayım J Bu yazı serimde neler var peki? SQL Server da tablo oluşturmak, yedeklemek, geri yüklemek, SQL Server Agent ile otomatik yedeklemek, Kısaca bazı T-SQL komutları gibi bilgilere yer vermeye çalışacağım. SQL Server dediğimizde ne anlıyoruz? Neden...
on
20 Jan 2018
Wiki Page:
SQL Server 2017 Installation on Centos Linux Release 7.4.
Richard Mueller
Table of Contents Pr-requisites: Linux System Status Linux System Network Status SA Password for SQL Remote Access Accessing SQL Server from SSMS Traditionally, Microsoft SQL Server, being part of Microsoft’s back office platform, has always run on Windows operating systems. However, Microsoft has...
on
20 Jan 2018
Wiki Page:
SQL Server: Should We Move the Resource Database?
Ken Cenerelli
Table of Contents Scope Inconsistency in Resource DB Online Content In SQL Server 2005 In SQL Server 2008 and Onwards Moving the Location Conclusion See Also Caution Microsoft strongly suggests you NOT CHANGE location of resource database data and log files. This article...
on
12 Jan 2018
Wiki Page:
Notes de publication de Microsoft SQL Server 2008 SP2 (fr-FR)
Ken Cenerelli
Cliquez ici pour changer la langue . Table of Contents Contenu 1.0 Nouveautés du Service Pack 2 2.0 Avant l'installation de Service Pack 2 2.3. Toutes les fonctionnalités d'une instance de SQL Server doivent avoir un niveau de version identique avant qu'une mise à jour cumulative soit...
on
6 Jan 2018
Wiki Page:
Compare Analysis Services and PowerPivot
Ken Cenerelli
NOTE : This page was translated from this Spanish version by St. Joseph Lopez . This article is available in other languages: Spanish More and more customers are getting to know about PowerPivot and seek more guidance on when to use it with SQL Server...
on
6 Jan 2018
Wiki Page:
T-SQL: Split String with a Twist
RajeeshMenoth
Table of Contents Introduction Problem Definition Solution Conclusion See Also Introduction String splitting is one of the most common problems in the Transact-SQL and programming in general. There are many blog posts discussing splitting a comma-delimited string in SQL. My favorites could ...
on
5 Jan 2018
Wiki Page:
Script to Generate Drop / Add Constraint Queries
aduguid
This article provides a way to generate DROP and ADD CONSTRAINT queries for all tables of the database. Table of Contents Introduction Foreign keys Drop Foreign Key Add Foreign key Primary Keys Drop Primary key Add Primary key Default Constraints Drop Default Constraint Add Default Constraint Conclusion...
on
4 Jan 2018
Wiki Page:
SQL Server: Delete a Huge Amount of Data from a Table
aduguid
Table of Contents Environment for tests Setting the recovery mode of the database to BULK_LOGGED before usage of DELETE Use of TRUNCATE instead of DELETE for the deletion of records Conclusion See Also How often do you have a situation when you need to remove old records from a table to free storage...
on
4 Jan 2018
Wiki Page:
T-SQL: Random String
aduguid
Table of Contents Introduction Solutions 1. Using NEWID as base string & NEWID to generate a random length Basic Idea Code Advantages & Disadvantages 2. Using Clean NEWID as base string & NEWID to generate a random length. Basic Idea Code Advantages & Disadvantages 3. Performing data...
on
4 Jan 2018
Wiki Page:
How to Remove Duplicates from a Table in SQL Server
aduguid
Duplicates of data in an Excel file you receive is an everyday problem. It is okay if we have 10 records of data in a file we receive and only 2 of them are duplicates. It will be a small manual work to remove those two duplicate records in the file and then ETL (Extract, Transform, and Load) the data...
on
4 Jan 2018
Wiki Page:
SQL Server: Understanding Minimal Logging Under Bulk-Logged Recovery Model vs. Logging in Truncate Operation
Richard Mueller
Table of Contents Introduction Minimal Logging Under Bulk-Logged Recovery Model Logging under Full-Recovery Model: Minimal Logging in Bulk-Logged Recovery Model: Full vs Bulk-Logged: Testing For Minimal Logging Under Bulk-Logged Recovery Model: First Requirement: Second Requirement: Is TRUNCATE minimally...
on
1 Jan 2018
Wiki Page:
SQl Server: Using Joins with cursors
Ken Cenerelli
use tempdb go create table #stores (store_id int , store_name nvarchar(20)) create table #reports (report_id int , store_id int , [daily sales] int , [daily visits] int , [daily quessions] int ) insert into #stores(store_id,store_name...
on
28 Dec 2017
Wiki Page:
Freezing a Table on SQL Server
Ken Cenerelli
Table of Contents Introduction Building the Environment for Testing Moving Old Data Freezing Table Conclusion References See Also Other Languages Introduction This article provides a way to maintain one or more tables in a database without the possibility of change to the structure or your data...
on
28 Dec 2017
Wiki Page:
Automating a Data Paging using VBA on Excel
Ken Cenerelli
Table of Contents Introduction Building the Environment for Testing Environment Requirements Automation in Excel using VBA Conclusion References See Also Other Languages Introduction Critical situations, especially for small business with hardware and/or software limited. Also on places with...
on
23 Dec 2017
Wiki Page:
Who are Data Scientists and What They Do - Ashish Mahajan
Ken Cenerelli
Nowadays the buzz word is Data Analytics. Customers are savvy and want to know how we can help analyze their data. Data Analytics should be part of every medium to large Dynamics 365 project. This is the first of many blogs on Data Analytics. Good news is that Microsoft is already leading...
on
17 Dec 2017
Wiki Page:
How to get row counts for all Tables
Richard Mueller
Table of Contents Introduction Count the number of rows in each Table Using T-SQL Using the Object Explorer Details panel Conclusion References See Also Other Languages Introduction A good SQL Server administration requires verification and routine monitoring for growth size of each database...
on
15 Dec 2017
Wiki Page:
SQL Server Reporting Services Error: Maximum request length exceeded
Richard Mueller
Table of Contents Introduction Scenario Cause Solution Set the Maximum Request Length in Report Server Web Config Set the Maximum Request Length in Report Manager Web Config Uploading large report in SQL Server Reporting Service. Applies To Conclusion Reference Introduction In this article, we...
on
13 Dec 2017
Page 18 of 58 (1,447 items)
«
16
17
18
19
20
»
Can't find it? Write it!
Post an Article