|
|
-
Kirti M.Darji Liked 7 Hours ago through Just Learned
Just learned from Pinal's blog that we can get the Column headers of a result set with out executing the stored procedure.
By setting SET FMTONLY ON, we can get Column headers without Result Data. However it will be replaced by A DMV in next version....
|
-
Kirti M.Darji Learned 7 Hours ago through Just Learned
Just learned from Pinal's blog that we can get the Column headers of a result set with out executing the stored procedure.
By setting SET FMTONLY ON, we can get Column headers without Result Data. However it will be replaced by A DMV in next version....
|
-
Kirti M.Darji Posted 2 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 to...
|
|
|
-
Kirti M.Darji Posted 2 Days ago through Just Learned
T-SQL's ISNUMERIC() function has a problem. It can falsely interpret non-numeric letters and symbols (such as D, E, and £), and even tabs (CHAR(9)) as numeric.
...
|
-
Kirti M.Darji Posted 2 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 to...
|
-
Kirti M.Darji Posted 2 Days ago through Just Learned
I just surfing on net i found link for UI updates cumming in Visual Studio 11 RC....
|
|
|
-
Kirti M.Darji liked 4 Days ago through Books
My editor just notified me that the book is ready to move to copy editing early next week....
|
-
Kirti M.Darji Liked 5 Days ago through What is New
While displaying a long word, some times it might broken into next line at wrong location. By using "wbr" tag, we can control the the places long word can be broken into next line.
Suppose to display a word "FailOverClustering", if the word breaks a...
|