You are here

Blogs

SQL Server 2012 Final Service Pack 4 released

Submitted by Asif Nowaj, Last Modified on 2019-12-04
SQL Server 2012 Final Service Pack 4

Microsoft has released final service pack for SQL Server 2012 on 3rd October 2017. It is Microsoft SQL Server 2012 Service Pack 4 (SP4). After installation the service pack, the SQL Server service version should be 11.0.7001.0.

Microsoft SQL Server 2012 service packs are cumulative updates and upgrade all editions and service levels of SQL Server 2012 to SP4. This service pack contains up to and including SQL Server 2012 Service Pack 3 Cumulative Update 9 (CU9).

Where to obtain Microsoft SQL Server 2012 Service Pack 4 (SP4)

Example of simple jsTree with Search

Submitted by Asif Nowaj, Last Modified on 2019-12-10
jsTree Search

jQuery jsTree Search plugin example or demo. There is a very little change to make the jsTree work with search feature. jsTree has multiple plugins to enable different features. In this case, we will use “Search” plugin to enable search feature. jstree.defaults.search.case_sensitive flag, jstree.defaults.search.show_only_matches usage.

How to UPDATE table from a SELECT in SQL Server

Submitted by Asif Nowaj, Last Modified on 2019-11-16

Sometime you might end up in a situation where you require updating a column with value from another table column value in SQL Server. For example, you have an employee table data and you have worked on the information and amended some data for few employees. Then, you somehow managed to load those amended data into another temporary table in the same database or different database in the same instance.

Allopatric and Sympatric species

Submitted by Mousumi Sepai, Last Modified on 2019-12-19
allopatric-sympatric-speciation-diagram

Differences and similarities between allopatric and sympatric species. Allopatric species - Allopatric speciation definition is the evolution of species caused by the geographic isolation of two or more populations of a species. Sympatric species - Sympatric speciation definition case held divergence is facilitated by the absence of gene flow.

Allopatric Speciation/Geographic speciation/Vicariant speciation

Submitted by Mousumi Sepai, Last Modified on 2019-11-17
allopatric-speciation-diagram

It contains allopatric speciation definition along with examples. Importance or significance of Allopatric speciation. Allopatric speciation is the type of speciation that occurs when the biological populations of a same species separated from each other. Also known as Vicariance. Allopatric speciation notes

Windows server 2012 scheduled task access issue with script

Submitted by Daipayan Dhar, Last Modified on 2019-11-08

Are you facing issue with windows schedule task Windows 2012 R2 and windows scheduled task not running a batch file for an unknown reason? Windows server 2012 scheduled task runs but does nothing and you have tried whether the user is logged on or run whether the user is logged on or not along with do not store password? Also, you have tried task scheduler user account permissions? But you haven’t found any luck then probably you are at the right place to solve your issue.

Example of simple jsTree with dynamic JSON data using AJAX

Submitted by Asif Nowaj, Last Modified on 2021-01-03
Example-of-simple-jsTree-with-dynamic-JSON-data-diagram

If you haven’t read the introductory post on jsTree, I would recommend reading the Example of simple jsTree with static JSON data.

There is a very little change to make the jsTree work with dynamic data. I have used webAPI for getting the required tree data using AJAX call. You have to write your own webAPI or web service to get the JSON data. You need to replace my service URI with yours.

The output would same as my previous post as I have returned same data from back-end.

Example of simple jsTree with static JSON data

Submitted by Asif Nowaj, Last Modified on 2019-12-10
jsTree with static json data

jsTree is a jQuery plugin that provides flexible and interaction tree view. jQuery treeview json example has been explained here. Started with a simple jstree example code with links of all possible features like jsTree search example, jstree ajax example, jstree drag and drop example, jstree lazy loading example and jstree icon example.

Pages