kinj312
Name: kinj312
Score: 2,488.52
Last Seen: 410 days, 3 hours, 56 minutes ago
Member Since: 26 October, 2010
DotNetShoutout
atom rss
7
Shouts

TSQL Challenge 41 - Extract email addresses from text data

published 933 days, 19 hours, 41 minutes ago posted by dharadhara 934 days, 5 hours, 24 minutes ago
Wednesday, November 03, 2010 4:12:33 PM GMT Wednesday, November 03, 2010 6:29:28 AM GMT
This challenge involves extracting email addresses from a table that contains text data downloaded from various websites. We have got a huge database with gigabytes of random internet network traffic and we are hackers and want to extract... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: tsql challenges, TSQL
6
Shouts

Interesting T-SQL problems

posted by dharadhara 935 days, 5 hours, 6 minutes ago
Tuesday, November 02, 2010 6:47:39 AM GMT
When I wrote my first article with the same name here, Interesting T-SQL problems , I was thinking it will be a weekly series. However, as it often happens, not all intentions become a reality.So, about a month and a half later, I want to discuss a few... (more)
category: Data | clicked: 0 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
8
Shouts

Change Data Capture Known as CDC

posted by dharadhara 936 days, 4 hours, 16 minutes ago
Monday, November 01, 2010 7:37:33 AM GMT
Change Data Capture popularly known as CDC is a new feature in SQL Server 2008 that records insert, update and delete activity in SQL Server tables. A good example of how this feature can be used is in performing periodic updates to a data warehouse... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
7
Shouts

Introduction to WebMatrix v1.1 - Blogs from the Experts

posted by dharadhara 938 days, 4 hours, 26 minutes ago
Saturday, October 30, 2010 7:27:40 AM GMT
This article will introduce you with a wonderful new tool WebMatrix, released in Beta by Microsoft. This is kind of all-in-one package for a web developer having integrated IDE, Web server and database and lot many other features. What is WebMatrix? The... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET, ASP .NET
8
Shouts

Versioning in WCF Data Contract Part #1: Adding New Members

published 938 days, 22 hours, 35 minutes ago posted by dharadhara 939 days, 5 hours, 49 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Friday, October 29, 2010 6:04:31 AM GMT
DataContract versioning requires when some modification has been done to the existing DataContract exposed to the client from the service or vice versa. (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET, ASP.NET
9
Shouts

Beware of limitation of Quotename() function - Madhivanan's TSQL Blog

published 939 days, 17 hours, 19 minutes ago posted by dharadhara 940 days, 5 hours, 47 minutes ago
Thursday, October 28, 2010 6:34:36 PM GMT Thursday, October 28, 2010 6:07:24 AM GMT
Quotename() function is used to return a unicode string with delimiters. A delimiter can be a single quote, double quote or braces ( or [. select quotename('test','''') as single_quote, quotename('test','"'... (more)
category: Data | clicked: 1 | comment | | source: beyondrelational.com
tags: TSQL, SQL
9
Shouts

TSQL Beginners Challenge 18 - Count the total occurrences of HTML tags in the given string

published 940 days, 20 hours, 13 minutes ago posted by dharadhara 941 days, 5 hours, 59 minutes ago
Wednesday, October 27, 2010 3:41:07 PM GMT Wednesday, October 27, 2010 5:54:40 AM GMT
This challenge involves counting the number of occurrences of HTML tags in a given list of strings. You can assume that there will be only valid HTML tags in the input strings. The output should display tags in ascending order. Sample... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, tsql challenges
8
Shouts

Inserting element in sorted Generic list (List) using binary search

posted by dharadhara 943 days, 6 hours, 4 minutes ago
Monday, October 25, 2010 5:49:33 AM GMT
Binary search is the example of divide and conquer algorithm . This is best algorithm with running time of Log base 2 n . In this article we will see , how could we use this algorithm to insert an element in sorted list while marinating the sorted order of the list. ... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: beyondrelational.com
tags: .NET, ASP.NET
8
Shouts

The backup cannot be performed because 'COMPRESSION' was requested after the media was formatted with an incompatible structure.

published 940 days, 20 hours, 13 minutes ago posted by dharadhara 942 days, 5 hours, 49 minutes ago
Wednesday, October 27, 2010 3:41:07 PM GMT Tuesday, October 26, 2010 6:04:37 AM GMT
This is a new error associated to BACKUP related issues and to be specific first time on this environment. There was no setting of BACKUP COMPRESSION enabled on the SQL 2008 instance which is used by a 24/7 application, by default after the installation... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, DBA, TSQL
Previous 1 2 3 4 5 6 7 8 9 10 11 Next