|
|
-
Ramireddy Liked 11 Months ago through Tutorials
This chapter introduces Java servlet and JSP specification. It focuses on setting up project that uses servlets and JSP using common tools such as Maven and Tomcat. Readers will be familiarized with running, debugging and testing web applications....
|
-
Ramireddy Liked 11 Months ago through Syndicated Blogs
Learning is a never ending thing and just one life is not enough to learn all the things you want to learn. The ocean of knowledge is very, very deep. This blog has been created for the same objective. I write on things which I come across in my daily l...
|
-
Ramireddy Liked 12 Months ago through Blogs
As Microsoft SQL Server evolves and matures over time, using non-ANSI compliant code will result in rework. One such example is the use of OUTER JOIN operators (*= and *=), which are no longer available with SQL Server 2012. Use the ANSI compliant, SQL-...
|
-
Ramireddy refreshed 12 Months ago through Blogs
As Microsoft SQL Server evolves and matures over time, using non-ANSI compliant code will result in rework. One such example is the use of OUTER JOIN operators (*= and *=), which are no longer available with SQL Server 2012. Use the ANSI compliant, SQL-...
|
-
Ramireddy Commented 12 Months ago through Blogs
There is an interesting discussion on the very same topic in sql server quiz 2010. Slightly diff. Variation was asked by itzik as question 2....
|
-
Ramireddy Commented 12 Months ago through Blogs
Hi biswas, adding continent names in output columns makes it more understandable.
. I doubt whether pivoting in db gives more perf? I am not sure.....
|
-
Ramireddy Commented 12 Months ago through Blogs
Will the code behind also will export to user control file? Say i have a button with click event implemented, when the button is converted into user control, will the code-behind also will move into ascx?...
|
-
Ramireddy Commented 12 Months ago through Blogs
Waiting for next post on this web api with example..thanks jalpesh for the article....
|
-
Ramireddy Commented 12 Months ago through Interview Questions
I partially agree with manoj. Though it won't create exec plan, it will compile the stored proc. Compilation means syntactically verifying, which it is doing when a stored proc is created....
|
-
Ramireddy Liked 12 Months ago through Just Learned
RELOG command can be used to convert the performance counters collected in binary format to CSV format. There are many more options available.
relog C:\PerfLogs\Baseline.blg -o C:\PerfLogs\Baseline.csv -f csv...
|