|
|
|
|
|
|
| | Total Hits: 45 | Today: 0 | Author: Oshtri Deka | Rating:  |
| |  If your client has MS Excel installed, you can in few steps provide rather slick ad hoc solution which will do the job until you can provide something with more professional feel. Hey, I've done project where most of the reports are done this way and client prefers it. It's a Trade-off with capital T. Smile | :)... |
| | Total Hits: 36 | Today: 0 | Author: pinaldave | Rating:  |
| |  I have been working a lot on Wait Stats and Wait Types recently. Last Year, I requested blog readers to send me their respective server’s wait stats. I appreciate their kind response as I have received Wait stats from my readers. I took each of the results and carefully analyzed them. I provided necessary feedback to the person who sent me his wait stats and wait types. Based on the feedback I got, many of the readers have tuned their server.... |
| | Total Hits: 37 | Today: 0 | Author: Sunasara Imdadhusen | Rating:  |
| |  It will find text "GetEmployee" from entire stored procedure in database.... |
| | Total Hits: 35 | Today: 0 | Author: Amit Kumar Tiwari | Rating:  |
| |  While writing queries in SQL always prefer using the Binding Variables. Here's why:
Everytime a query is executed, it is first checked into the Shared Pool to see whether the query was executed before or not. If yes, then its execution plan is used again to execute the new query. If no, Hard Parse is done by the database. The query is parsed, working out the various execution paths and coming up with an optimal access plan before it can be executed. Hard parsing is very CPU intensive, and... |
| | Total Hits: 44 | Today: 0 | Author: wizardzz | Rating:  |
| |  I found a stored procedure already in my database (via legacy), and modified it to display remaining seconds and lapsed seconds.... |
| | Total Hits: 36 | Today: 0 | Author: Caprica1 | Rating:  |
| |  This post focuses on using the Entity Framework 4.1 RC Fluent API with an existing database.
When I say an existing database, what I really mean is that you’re not letting EF Code First auto generate the database for you. So it could be that you like to create your entities and then manually craft the database. Or you may have a separate team of developers who like to control and manage the database.... |
| | Total Hits: 34 | Today: 0 | Author: nit_singh | Rating:  |
| |  Sometimes we need to compare a value with an empty GUID in SQL Server, and used to do something like... |
| | Total Hits: 32 | Today: 0 | Author: cluengas2k | Rating:  |
| |  This is a basic function for Microsoft SQL to generate a proper case name and remove some of the spaces.... |
| | Total Hits: 41 | Today: 0 | Author: Mohd_Ahmad | Rating:  |
| |  nth Highest Salary in SQL Server 2005... |
| | Total Hits: 37 | Today: 0 | Author: nial | Rating:  |
| |  Kill User Session in Sleep State... |
| | Total Hits: 37 | Today: 0 | Author: Prasanta_Prince | Rating:  |
| |  A database trigger is procedural code that is automatically executed in response to certain events on a particular table or view in a database.
Triggers that run after an update, insert, or delete. .Triggers are used to enforce data integrity and business rules such as automatically updating summary data. It allows to perform cascading delete or update operations.... |
| | Total Hits: 35 | Today: 0 | Author: Karthikeyan Anbarasan | Rating:  |
| |  In this article we are going to see on how to use a Conditional Split task based on the decision. Conditional tasks transformation will be used to split the data based on some condition and save the result set in different destinations. This task will be very useful in cases such as for inserting some passed test cases data to a database and the failed test cases data to a text file or sending a mail to the administrator.... |
| | Total Hits: 30 | Today: 0 | Author: Ashish Shukla | Rating:  |
| |  LINQ Stands for Language Integrated Query, so named since it is part of the programming language like C#. It is used to provide consistent access to various data sources like databases and XML. Before LINQ we used various languages and technologies to access different data sources. Now with LINQ we can use the same syntax to access the different data sources from within the language itself.... |
| | Total Hits: 35 | Today: 0 | Author: vilas gite | Rating:  |
| |  Using Windows 7 Ultimate, after installation of SQL Server 2005, an error occurrs regarding Connection. (Settings for Database Engine) Login failed for user 'Admin\vilas'. (Microsoft SQL Server, Error : 18456)... |
| | Total Hits: 36 | Today: 0 | Author: Manikavelu Velayutham | Rating:  |
| |  The SQL Server Profiler is a performance tool which included with any version of SQL Server. It generally shows how SQL Server accesses the database internally. This tool is used by developers as well as a performance engineering team to analyze which SQL statements take more time to execute. It shows information like, how many reads and writes happened in a transaction, the duration it takes to complete the transaction and information such as that is displayed to show complete information of ev... |
| | Total Hits: 35 | Today: 0 | Author: Kiran Karele | Rating:  |
| |  Here you will see how to use Crystal Report between two dates using a Stored Procedure.... |
| | Total Hits: 35 | Today: 0 | Author: Karthikeyan Anbarasan | Rating:  |
| |  In this article we are going to see how to use the Copy Column transformation inside a package. The Copy Column task helps to copy a column to a destination as and when required to have sync across the environments. Let's jump start to the section on how to do that using a sample package.... |
| | Total Hits: 48 | Today: 0 | Author: Kiran Karele | Rating:  |
| |  Here you will see how to do a selection based CrystalReport using a Stored Procedure.... |
| | Total Hits: 28 | Today: 0 | Author: Ahmed EL Bohoty | Rating:  |
| |  The targetof this this project is to know the How to make update, select, delete, select using LINQ to SQL and How to navigate between records using BindingSource Control.... |
| | Total Hits: 31 | Today: 0 | Author: Karthikeyan Anbarasan | Rating:  |
| |  In this article we are going to see how to use the Character Map transformation control in SSIS Packaging. We are going to see an example of how to do a transformation of lower to upper case of a column using the character map transformation control. Let's jump start to the section on how to do that using a sample package.... |
|
|
|
|
|
|