|
|
|
|
|
|
-
Jacob Sebastian Liked 1 Days ago through Blogs
The script helps to identify the top 10 queries that use the most I/O as ordered by Total IO, taking more time to execute (means most expensive) across all databases on the server....
|
-
Jacob Sebastian Liked 1 Days ago through Tutorials
In this chapter we learn about Entity framework ORM(Object Relational Mapper). How we can create database layer with entity framework and how we can use that as Model classes in ASP.NET MVC....
|
-
Jacob Sebastian Liked 2 Days ago through Blogs
Changing database options to make it read-only, or taking a database offline? If you are using sp_dboption, your code will not work with SQL Server 2012. Use ALTER DATABASE...SET statement instead....
|
|
|
-
There is five way make Ajax calls with Jquery
load(): Load a piece of html into a container DOM.
$.getJSON(): Load a JSON with GET method.
$.getScript(): Load a JavaScript.
$.get(): Use this if you want...
|
-
Jacob Sebastian Learned 3 Days ago through Just Learned
There is five way make Ajax calls with Jquery
load(): Load a piece of html into a container DOM.
$.getJSON(): Load a JSON with GET method.
$.getScript(): Load a JavaScript.
$.get(): Use this if you want...
|
|
|
|
|