ASP.Net Repeater Databound Controlcan be generateddynamicallyusingC# code. You can render the data items in dynamically generated Repeater... View more Posted By: Mr. Palash Paul
The transaction isolation level determines the duration that locks are held. We'll use SQL Server as an example... View more Posted By: Mr. Joydeep Das
SQL Server 2005 adds a raft of new features to support XML data storage and manipulation. These features make it easier to persist your XML documents within the database, while providing increased performance over the traditional techniques...
Use ASP.NET and a generic XSL file to convert any XML data into an Excel spreadsheet. This generic XSL can be used to present XML reports to users in Excel via their web browser. The XML data actually gets converted to an Excel XML spreadsheet... View more
There’s a lot of instrumentation in SQL Server that helps you see what your query is doing behind the scenes to retrieve a given result set. You can use trace files, queries against Dynamic Management Views (DMVs) and Dynamic Management Functions (DMFs), and the many graphic features of SQL Server Management... View more
LINQ is the ability to write in line SQL style queries, known as query expressions (using query syntax). This tutorial introduces the basic concepts...
You can use the PIVOT and UNPIVOT relational operators to change a table-valued expression into another table. PIVOT rotates a table-valued expression by turning the unique values from one column in the expression into multiple columns in the output, and performs aggregations where they are required on any remaining column values that are wanted in the final output. UNPIVOT performs the opposite operation to PIVOT... View more
JavaScript Object Notation, or JSON, is a lightweight syntax for representing data. JSON is a subset of the JavaScript language and consists of JavaScript key-value pairs. It is text-based and uses Unicode. JSON nests data elements in a way similar to XML. Each instance of a JSON document describes one object with nested objects, arrays, strings, numbers, Boolean values, or null values. JSON is ideal for data interchange with Web services i.e. WebMethod... View more
Avoid using temporary tables and derived tables as it uses more disks I/O. Instead use CTE (Common Table Expression); its scope is limited to the next statement in SQL query...
This web hosting contains the
critical information related
to SQL server and .NET. All
this information is taken from
day to day development life cycle.
If you need any critical information related to SQL server or .NET,
feel free to mail us at(for All)
sqlserver.asp.net@gmail.com
For SQL Server and Business Intelligent (BI)
das.joydeep2@gmail.com
and for .NET
palashpaul.net@gamil.com