kinj312
Name: kinj312
Score: 2,488.52
Last Seen: 406 days, 11 hours, 49 minutes ago
Member Since: 26 October, 2010
DotNetShoutout
atom rss
7
Shouts

What are jQuery Class Selectors and ID selectors Explain them? - Hima's blog

published 711 days, 20 hours, 20 minutes ago posted by dharadhara 712 days, 10 hours, 4 minutes ago
Thursday, June 09, 2011 11:27:04 PM GMT Thursday, June 09, 2011 9:43:34 AM GMT
jQuery selectors allows to easily identify set of page elements for performing user friendly or required operations . In general, Selection of elements can be 3 types in jQuery. They are 1. Class Selector (.) 2. ID Selector (#) 3. Element selector ( (more)
category: Web Dev | clicked: 3 | comment | | source: beyondrelational.com
tags: .NET, JavaScript, jQuery, ASP.NET
6
Shouts

Interrogating Prerequisites for Minimal Logging in Bulk Import – Part 1

published 768 days, 21 hours, 11 minutes ago posted by kinj312kinj312 769 days, 13 hours, 10 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Wednesday, April 13, 2011 6:37:33 AM GMT
Introduction Everyone who works with Data warehouse data loads should be familiar with Minimal Logging. Minimal Logging helps tremendously in improving the performance of data loads as the amount of logging is reduced enormously by keeping track of only the extent allocations but not individual row allocations... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
6
Shouts

SSIS – Read XML file in Script Component as Source

published 768 days, 21 hours, 11 minutes ago posted by kinj312kinj312 769 days, 13 hours, 10 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Wednesday, April 13, 2011 6:36:41 AM GMT
For a long time I was planning to write on this topic. So here I am. I take a example of reading XML file in Script component as source. I am using XML Document to read the XML file in my case. In case your file size is huge I would recommend you use XML Reader. I find XML Document simpler to code :... (more)
category: Data | clicked: 11 | comment | | source: beyondrelational.com
tags: SQL Server, XML, TSQL, SSIS, BI
6
Shouts

SQL SERVER – Summary of Month – Wait Type

posted by kinj312kinj312 769 days, 13 hours, 11 minutes ago
Wednesday, April 13, 2011 6:36:06 AM GMT
I am glad to announce that the month of Wait Types and Queues is very successful. I am glad that it was very well received and there was great amount of participation from the community. I am fortunate to have some of the excellent comments throughout the series. I want to dedicate this series to all... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
6
Shouts

Compound Operators – the most common mistake

published 795 days, 4 hours, 33 minutes ago posted by kinj312kinj312 797 days, 9 hours, 55 minutes ago
Friday, March 18, 2011 3:14:29 PM GMT Wednesday, March 16, 2011 9:51:46 AM GMT
I will be taking a break from my series on “Underappreciated features of Microsoft SQL Server” to address a problem that I see frequently during the code reviews that I conduct in my capacity as a technical lead in the project I work for. SQL Server 2008 introduced a great new feature – support for compound... (more)
category: Data | clicked: 0 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
7
Shouts

Multiple Objects Script but Save Each in Separate Files

published 795 days, 4 hours, 33 minutes ago posted by kinj312kinj312 797 days, 9 hours, 56 minutes ago
Friday, March 18, 2011 3:14:29 PM GMT Wednesday, March 16, 2011 9:51:06 AM GMT
Recently a developer asked for a tool or script which can generate script for given objects (tables, views, stored procedures etc) but results should be saved in separate files. I think they were not aware that SQL Server 2008 already added this facility in script Wizard. Once you have provided all your... (more)
category: Data | clicked: 0 | 1 comment | | source: beyondrelational.com
tags: SQL Server, ssms, TSQL, BI
5
Shouts

WCF Data Service with SQL Azure

published 796 days, 20 hours, 3 minutes ago posted by kinj312kinj312 798 days, 12 hours, 52 minutes ago
Wednesday, March 16, 2011 11:44:10 PM GMT Tuesday, March 15, 2011 6:54:54 AM GMT
In this article we will expose database from cloud or SQL Azure as WCF Data Service. There two steps mainly involved in this Creating local Database and migrating to SQL Azure Exposing SQL Azure Database as WCF DATA Service Step1: Creating local Database and migrating to SQL Azure Creating Database The... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: beyondrelational.com
tags: .NET, ASP .NET, WCF, Azure
9
Shouts

In what scenarios jQuery can be used? - Hima's blog

published 796 days, 20 hours, 3 minutes ago posted by kinj312kinj312 798 days, 12 hours, 53 minutes ago
Wednesday, March 16, 2011 11:44:10 PM GMT Tuesday, March 15, 2011 6:54:10 AM GMT
To apply CSS static or dynamic To call functions on events Crisscross the documents Manipulation purpose To add animation effects In all the cases we are using JavaScript can be replaced with jQuery in the projects. This can reduce maintenance. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: beyondrelational.com
tags: .NET, jQuery, ASP.NET
6
Shouts

Entity Relationship Diagrams (ERDs) for System Views and DMVs

posted by kinj312kinj312 802 days, 13 hours, 5 minutes ago
Friday, March 11, 2011 6:41:41 AM GMT
A little while ago I thought about putting together my own ERD for the DMVs and System Views. Everyone in the world of relational databases knows how important and useful such diagrams are, and in the (apparent) absence of a Microsoft one, after many fruitless searches, I set about putting together... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
5
Shouts

Exception handling in T-SQL/TRY…CATCH – Underappreciated features of Microsoft SQL Server

posted by kinj312kinj312 802 days, 13 hours, 6 minutes ago
Friday, March 11, 2011 6:41:03 AM GMT
As we continue our journey through the “ Underappreciated features of SQL Server ”, this week are are looking at a few of the T-SQL enhancements that the community felt did not get the deserved attention. This was in response to Andy Warren’s editorial of the same name on SQLServerCentral.com . Today... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, Try Catch, TSQL
6
Shouts

Windows Azure for Developers task 2: Adding Cloud Service project to existing ASP.Net Web Application

published 802 days, 7 hours, 43 minutes ago posted by kinj312kinj312 803 days, 13 hours, 35 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Thursday, March 10, 2011 6:12:09 AM GMT
Imagine we are moving existing Web Application or ASP.Net MVC Web Application to cloud. In that case we need to add cloud service to existing Web Application or ASP.Net MVC Web Application. We have a solution for Web Application is as below, Now right click on the solution and add a new project in the... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET, ASP .NET, Azure
6
Shouts

TSQL Challenges is turning 2 years old!

published 802 days, 7 hours, 43 minutes ago posted by kinj312kinj312 803 days, 13 hours, 36 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Thursday, March 10, 2011 6:11:29 AM GMT
This week is very special for us because TSQL Challenges is turning 2 years old by the end of this week. The first TSQL Challenge was published on the last week of February 2009 and this week we published TSQL Challenge 50 . In the last two years, we have learned quite a lot of stuff from our mistakes... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, tsql challenges, TSQL
6
Shouts

Multi-Server Queries – Underappreciated features of Microsoft SQL Server

published 820 days, 1 hour, 23 minutes ago posted by kinj312kinj312 820 days, 12 hours, 29 minutes ago
Monday, February 21, 2011 6:24:18 PM GMT Monday, February 21, 2011 7:17:50 AM GMT
This is part of the series of posts that I am running under the title " Under Appreciated Features of SQL Server ". The series has been inspired by Andy Warren's editorial on SQLServerCentral.com. After Activity Monitor , this is one of the other features that I was surprised to see in... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
6
Shouts

Microsoft Code Samples for developers

published 823 days, 21 hours, 44 minutes ago posted by kinj312kinj312 826 days, 13 hours, 40 minutes ago
Thursday, February 17, 2011 10:02:52 PM GMT Tuesday, February 15, 2011 6:06:47 AM GMT
This code sample library will help all developers to find useful code in various dot net areas. Microsoft goal is to centralized all codes in one place. This library having below things: Microsoft All-in-One Code Framework: Free, centralized code... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET
6
Shouts

Task Cancellation: Parallel Programming - III

published 824 days, 20 hours, 25 minutes ago posted by kinj312kinj312 826 days, 13 hours, 41 minutes ago
Wednesday, February 16, 2011 11:21:45 PM GMT Tuesday, February 15, 2011 6:06:15 AM GMT
This is my third article on Parallel programming. Last two articles are on Data Parallelism and Task Parallelism. You can read my previous article here: Begin with Parallel programming in Dotnet 4.0 Task Parallelism: Parallel programming - II Today I... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET, ASP .NET
5
Shouts

A step-by-step guide to SQL Server High Availability for DBA aspirants, proficient developers and system administrators

published 829 days, 17 hours, 39 minutes ago posted by kinj312kinj312 830 days, 12 hours, 59 minutes ago
Saturday, February 12, 2011 2:08:32 AM GMT Friday, February 11, 2011 6:48:06 AM GMT
Every business has it's mission critical applications and data. Therefore, it is very important to keep database servers up and running all the time – 24 X 7. There is a need to store and process terabytes of data to cater for business needs, and it is vital to make data highly available. Microsoft... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
5
Shouts

A Faster and Simpler Method for Adding an “Other” Row to a Top 5 Query

published 830 days, 23 hours, 51 minutes ago posted by kinj312kinj312 832 days, 13 hours, 42 minutes ago
Thursday, February 10, 2011 7:56:37 PM GMT Wednesday, February 09, 2011 6:04:56 AM GMT
In part 1 we used UNION to combine multiple queries in order to create a view for a Executive Dashboards. It displayed the top 5 Countries as well as an additional row which give you some context by adding up the rest of the Countries. In part 2 of the... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
8
Shouts

Installing NuGet package with package manager console step by step overview.

published 830 days, 23 hours, 51 minutes ago posted by kinj312kinj312 832 days, 13 hours, 43 minutes ago
Thursday, February 10, 2011 7:56:37 PM GMT Wednesday, February 09, 2011 6:03:50 AM GMT
I have already blogged about NuGet in earlier post about how to install NuGet packages to your project with wizard. NuGet Extension also provides an package manager console to add library to your projects. Let’s install a blogml package via package manager... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET, DataAccess, ASP.NET
6
Shouts

TSQL Challenge 48 - Parse and evaluate Arithmetic Expressions using TSQL

published 832 days, 19 hours, 44 minutes ago posted by dharadhara 833 days, 13 hours, 52 minutes ago
Wednesday, February 09, 2011 12:03:31 AM GMT Tuesday, February 08, 2011 5:54:49 AM GMT
The primary goal of this challenge is to demonstrate the power of Recursive CTEs introduced in SQL Server 2005. Recursive CTEs allow you to implement almost any algorithm in a single TSQL statement. This challenge is to parse and evaluate... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, tsql challenges, TSQL
7
Shouts

Getting Started with NuGet Packages step by step overview.

published 832 days, 6 hours, 19 minutes ago posted by dharadhara 833 days, 13 hours, 50 minutes ago
Wednesday, February 09, 2011 1:28:37 PM GMT Tuesday, February 08, 2011 5:56:59 AM GMT
We can all see lots of buzz about NuGet in asp.net world. So I decided to explore it. let’s explore it in some details. Following is a explanation of NuGet Extension on the code plex here . NuGet is a Visual Studio extension that makes it easy to add... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: ASP.NET MVC, .NET, ASP.NET