Skip to main content

Home/ General Development In DotNet/ Group items tagged db

Rss Feed Group items tagged

Jacques Bosch

OUTPUT Clause (Transact-SQL) - 0 views

  •  
    "Returns information from, or expressions based on, each row affected by an INSERT, UPDATE, DELETE, or MERGE statement. These results can be returned to the processing application for use in such things as confirmation messages, archiving, and other such application requirements. The results can also be inserted into a table or table variable. Additionally, you can capture the results of an OUTPUT clause in a nested INSERT, UPDATE, DELETE, or MERGE statement, and insert those results into a target table or view."
Wicked Tunez

relax-net - aka RedBranch.Hammock, a domain-focused CouchDB library for .NET - Google P... - 0 views

  •  
    Hammock is a .NET CouchDB library modeled directly on NHibernate and strives for much of the same functionality while avoiding the vast complexity of mapping object data to a relational system.
Jacques Bosch

Microsoft SQL Server 2008 Resource Governor primer - 0 views

  •  
    "Resource Governor is a new feature and one of the most anticipated management features in SQL Server 2008. It bolsters SQL Server performance by allowing DBAs to establish resource limits and priorities on processor and memory-related workloads and resource pools. By defining resource limits on resource consumption, it is possible to prioritize multiple workloads in order to ensure consistent performance and maximize the experience of the end users and the efficiency of the applications without degradation."
Jacques Bosch

Find blocking processes using recursion in SQL Server 2005 | TechRepublic - 0 views

  •  
    "Takeaway: SQL Server 2005 has several system tables and views that can provide a ton of insight into blocking problems that you may be facing in your database environment. Through these procedures, you can find blocking chains. Learn more about blocking processes."
Jacques Bosch

dotConnect Team's Blog » Blog Archive » Entity Framework Code-First support f... - 0 views

  •  
    " April 2011 saw the release of a new version of Entity Framework 4.1; this blog article and samples of code contained in it have been correspondingly updated to match the new features that are now available."
Jacques Bosch

Migration: The value gained moving from Oracle to SQL Server 2008R2 - Enterprise Applic... - 0 views

  •  
    "The Crimson Consulting Group has just published a white paper worth reading: Comparing the Business Value of Microsoft SQL Server 2008 R2 and Oracle Database 11g, Perceptions vs. reality in the RDBMS marketplace (April, 2011). The traditional user-friendliness of a mid-tier product has matured in terms of scalability. Today, you will find SQL Server 2008R2 installations running on 256 core machines -- scalability is no longer an issue. Unfortunately, the traditional scalability product has not grown significantly friendlier to developers and users; this leaves SQL Server 2008R2 the clear value winner for both lowest development expense and total cost of ownership for operations."
Jacques Bosch

Comparing Change Data Capture and Change Tracking - 0 views

  •  
    "SQL Server 2008 introduces two tracking features that enable applications to determine the DML changes (insert, update, and delete operations) that were made to user tables in a database. Before these features were available, custom tracking mechanisms had to be implemented in applications. These custom mechanisms often required schema changes to the tracked table or the use of triggers. Neither change data capture nor change tracking requires any schema changes at the source or the use of triggers."
Jacques Bosch

Executing Reporting Services Web Service from ASP.NET MVC Using WCF "Add Service Refere... - 0 views

  •  
    "I am using the Reporting Services Web Service because the Reporting Server is behind the firewall and not visible to the outside. Only my ASP.NET MVC web application front-end is visible to the outside world."
Jacques Bosch

How to use complex type objects in Entity Framework 4 - 0 views

  •  
    "This article describes an All-In-One Code Framework sample that is available for download. This code sample demonstrates how to use complex type, which is one of the new features of Entity Framework 4.0 (EF4). This code sample shows how to add complex type properties to entities, how to map complex type properties to table columns, and how to map a Function Import to a complex type."
Jacques Bosch

tablediff Utility - 1 views

  •  
    "The tablediff utility is used to compare the data in two tables for non-convergence, and is particularly useful for troubleshooting non-convergence in a replication topology. This utility can be used from the command prompt or in a batch file to perform the following tasks:"
Jacques Bosch

SP_WhoIsActive - 0 views

  •  
    "To say I like SP_WhoIsActive is an understatement. This is probably the most useful and effective stored procedure I've ever encountered for activity monitoring. The purpose of the SP_WhoIsActive stored procedure is to give DBAs and developers as much performance and workload data about SQL Server's internal workings as possible, while retaining both flexibility and security. It was written by Boston-area consultant and writer Adam Machanic, who is also a long-time SQL Server MVP, a founder of SQLBlog.com, and one of the most elite individuals who are qualified to teach the Microsoft Certified Master classes."
Jacques Bosch

How to reduce paging of buffer pool memory in the 64-bit version of SQL Server - 0 views

  •  
    "Microsoft SQL Server performs dynamic memory management based on the memory requirements of the current load and activities on the system. On a Windows Server 2003 or a Windows XP or later version system, SQL Server can use the memory notification mechanisms that are provided by the QueryMemoryResourceNotification Windows API. On a Microsoft Windows 2000 Server-based system, SQL Server periodically calculates the free physical memory on the system by using the native Windows API. Based on this information from the QueryMemoryResourceNotification Windows API or from the memory calculation, SQL Server responds to the current memory situation on a specific system. This provides the following benefits:"
Jacques Bosch

The SQL Server Wait Type Repository… - CSS SQL Server Engineers - Site Home -... - 0 views

  •  
    "As part of my talk at the 2009 US PASS Summit here in Seattle called Inside SQL Server Wait Types, I'm creating this blog post as a reference point that can be used to find out information about wait types in SQL Server 2005 and 2008. My hope is that if you have a question about a wait type you encounter with SQL Server 2005, 2008, or beyond, you will use this blog post as the starting point. This blog post should also be used as an enhancement to what you can find at the following SQL Server Books Online topic:"
Jacques Bosch

Investigating Transactions Using Dynamic Management Objects - 1 views

  •  
    "There can be a great difference in the performance of a particular routine in a test database, and in a fully loaded production system. When you hit performance problems in a database under load, and there is excessive locking and blocking, how can you determine exactly where the problems lie, in order to fix them? Read on..."
Jacques Bosch

Why CouchDB? - 0 views

  •  
    " Django may be built for the Web, but CouchDB is built of the Web. I've never seen software that so completely embraces the philosophies behind HTTP. CouchDB makes Django look old-school in the same way that Django makes ASP look outdated. -Jacob Kaplan-Moss, Django developer CouchDB's design borrows heavily from web architecture and the concepts of resources, methods, and representations. It augments this with powerful ways to query, map, combine, and filter your data. Add fault tolerance, extreme scalability, and incremental replication, and CouchDB defines a sweet spot for document databases. "
1 - 15 of 15
Showing 20 items per page