Tag: SharePoint / BI

Community

VS 2008 JavaScript Intellisense

(Scott Guthrie) One of the features that web developers will really like with VS 2008 is its built-in support for JavaScript intellisense. This is enabled in both the free Visual Web Developer 2008 Express edition as well as in Visual Studio, and makes using JavaScript and building AJAX application

Community

sql*plus pagesize explained

(Laurent Schneider) SQL*Plus is a not only the command-line interface to the database server, it is also a featured reporting tool with paging capabilities. The pagesize is the number of rows of one page. The default is 14 and the maximum is 50000. One of the common property of the page is the heade

Community

Sorting

(Jonathan Lewis) This queston came up on the Oracle newsgroup a few days ago: I have a table (call it policy) with three columns a, b and c. The table has two rows, with column c having value zero for both rows. I run the following query select * from policy order by c;