Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / server

Server

server

Great Reads

by ASP.NET Community
IntroductionnAML (.NET Application Modeling Language, pronounced as “namel”) is a visual modeling semantics to model .net applications with wide
by deangi
An ESP32 is used to track water usage and serve web pages with water use data
by ASP.NET Community
1) Install SQL Server on Window Server 2003/2008 on Network (Select Network option when installing SQL Server)2) Configure Windows Server as a domain
by ASP.NET Community
First Create a XML as App_Data/Advertisements.xml

Latest Articles

by ASP.NET Community
IntroductionnAML (.NET Application Modeling Language, pronounced as “namel”) is a visual modeling semantics to model .net applications with wide
by deangi
An ESP32 is used to track water usage and serve web pages with water use data
by ASP.NET Community
1) Install SQL Server on Window Server 2003/2008 on Network (Select Network option when installing SQL Server)2) Configure Windows Server as a domain
by ASP.NET Community
First Create a XML as App_Data/Advertisements.xml

All Articles

Sort by Score

server 

by Ryszard Dżegan
How to get around restrictions for parameters in OLE DB connection type while working with SSIS and BIDS.
by Fabrizio Stellato
This code provides your application a - check for updates - feature
by Uppuluri Aditya
COALESCE VS ISNULL in SQL Server - Part1
by Rakesh NITian
Connecting SQL Server 2012 Express from SharePoint 2013 Configuration Wizard
by Thomas Daniels
A tip about how to create a local server in C#.
by roosrj
A simple basic SMTP server for testing purposes
by jim lahey
Please note I don't want to take anything away from roosrj's tip which displays infinitely more in depth knowledge about the SMTP protocol than I can - as a lazy man's alternative I've always used PostCast v2.6 to test anything mail related:...
by Andy Feng
Create a simple Http Server using Java SDK and process GET/POST requests
by Andy Feng
Create a simple and flexible HTTPS server using JDK to process GET/POST requests
by M Faheem Zafar
This tip explains how to install Windows Server 2012 R2 Server on Oracle VirtualBox VM Server.
by databaseobjectmodel
A Sample ORM project
by Biswa Bhusan Dash
SQL Server Stored Procedure
by Dhananjay Kumar Upadhyay
Download SQL Server Sample Databases including SQL Server 2012
by Chetan Naithani
Transforming dynamic row-level data into columns
by Liju Sankar
Find progress of a database restore using sys.dm_exec_requests
by RasikaLB
You can find queries to find a specific string from MSSQL Server
by jim lahey
Please see my alternative tip #2:Do the same thing with SMO[^]There's a Microsoft API for all this, it's been around for a while.
by Member 2077086
Simply add your search phrase and run to find jobs, Stored Procedures, Keys, Tables, Views, Indexes, Defaults, and Functions.set nocount on declare @Keyword as varchar(200)set @Keyword = 'Search prase'--<---- enter keyword here--Search jobsselect name Job, enabled , description, ...
by KISHANHR
Describes how to find various days, current week, two week, month, quarter, half year, and year in SQL Server which are required in most applications.
by James Johnes
Do you want to secure your nginx server? Do you want to prevent Google Chrome from name shaming your non-SSL domain? Well, here a perfect yet easy to follow guide to help you.
by P_Dash
Taking a SQL Azure database backup to Local instance from an SQL Azure instance using Deployment Technique
by ManojKumar19
Update row column with another row column in same table SQL only if it is null.
by Mathew Soji
A walkthrough on installing Redis server and implementing a custom ASP.NET State Management using Redis and ASP.NET MVC5.
by Krishna P Seetharaman
Faced slow performance in certain stored procedure, which caused timeout error. This was improved using WITH clause and JOINs
by chaitanya512
Using SQL Server, we can increment the string value letter by letter for every row
by Pascal Ganaye
WITH tempTable(Column1)AS( SELECT 'chaitanya' [Column1] UNION ALL SELEC`T SUBSTRING(Column1,1,LEN(Column1)-1) FROM tempTable WHERE LEN(Column1)>0)SELECT * FROM tempTable ORDER BY LEN(Column1)Result:cchchachaichaitchaitachaitanchaitanychaitanya
by stormpy
Interactive analysis is a cycle analysis procedure of assumption, validation, and adjustment to achieve the fuzzy computation goal.
by Keshav Singh
Model System DB in Microsoft SQL Server
by metastruct
Multithreaded, customizable SysLog server in C#.
by D. Forbes
Switching from native Word to Aspose's .Words component stabilized our server, and improved the speed of our product.
by SatyLepide
MS SQL Server, a popular database management system from Microsoft, is widely used by organizations to store their data and to fetch them when required.
by Siddharth Chandra
nodejs advance topic simplified
by sabindas k s
Output Clause - SQL SERVER, You Can Replace Some of Your Triggers
by Avinash Narnaware
How to create Pivot Table in SQL Server 2008 R2 and in C# Linq to Entity Framework in a step by step manner with two different instances.
by Mandanna AN
Project Server 2013 - Queue job - Waiting to be processed
by Pete_H
This tip explains how to do tracing with SQL Server Express using a desktop application written in C#, .NET 4.
by Ram Balak Sharma
Improve SQL server performance by rebuild and reorganizing the indexes
by yudi19872001
net-App-To-Recycle-the-AppPools-of-IIS-using-WMIC
by Mumtaz Tariq
Setup RSA SecurID on Amazon EC2 Server
by rajivpande86
When the browser window is closed, how does server react to the Session which was being active?
by Peace ON
Following is a one line solution when it is written within Session_End() method of Global.asax file.Session.Abandon()HTH
by Emerald kwekowe
Simple PHP code to display a calendar.
by Ankit R Goud
This tip shows you how to insert image in database.
by Gaurav Dudeja India
The following query uses the sys.objects catalog view to return all database objects that have been modified in the last 10 days.SELECT name AS object_name ,SCHEMA_NAME(schema_id) AS schema_name ,type_desc ,create_date ,modify_dateFROM sys.objectsWHERE modify_date >...
by Md. Marufuzzaman
Sorting column that contains string with numeric value
by Liju Sankar
Find deadlocks in SQL Server using sp_who2 (an undocumented and thus unsupported stored procedure)
by Sreekanth Mothukuru
SQL CLR functions
by PIEBALDconsult
Simple demonstration of using UDTTs and TVPs to pass DataTables to SQL Server 2008
by JoaoSousa23
SQL Server Data Tools to Visual Studio 2013 - Database Reverse Engineering
by Shivangi_K
SQL Server health check up
by Jesus Carroll
This brief article show how to install quickly Microsoft SQL Server 2008 Express Edition Standard or with Advanced Services
by Kareem.S
This tip discusses about the transaction log full issue in SQL Server
by Member 10986954
Troubleshooting High-CPU Utilization for SQL Server
by coded007
A word about Unified Dimensional Model we use in analysis services.
by Mikhail-T
Easy steps on how to get JSON formatted data from a web service, deserialize it, and map it to custom local class for further usage
by neham_2000
This tip demonstrates user permissions in SharePoint-hosted apps in SharePoint 2013 with attention to a multiple user scenario.
by Mycroft Holmes
GetAncestor() requires a slightly unusual outlook to get the required results
by Shivprasad koirala
If you want to quickly get index suggestions and improve performance in SQL Server, then Profiler and tuning wizard is the first place to start.
by DerekT-P
Detection and reporting of website environment under IIS
by Sudheer Reddy Battula
My perspective on “where to begin” to address this issue in a general sense for a Microsoft centric web application.
by Alexandros Pappas
Lists the files that are installed with Windows 7 on a Virtual PC