DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

pinaldave Subscribe to this feed
pinaldave
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by pinaldave
1
kicks
submitted by pinaldave pinaldave 1 day, 17 hours ago

dotnetslackers.com — In these times of economical slowdown, more and more IT professionals are concerned about their jobs and their qualifications. It is a common trend for developers to start looking for ways to update their skills when jobs are not secure. Pure knowledge and real world work experience are always a good way to help secure your future. One way to demonstrate knowledge is by having a certification in the technology one claims to be expert in. read more...

Add a comment add a comment | category: | Views: 2
tags: | tag it

12
kicks
published 7 days, 16 hours ago, submitted by pinaldave pinaldave 8 days, 11 hours ago

blog.sqlauthority.com — Example covered in this example is something we have heard in theory, let us look at the example and understand the logic behind order by. read more...

Add a comment 1 comment | category: | Views: 193
tags: , , , , | tag it

2
kicks
submitted by pinaldave pinaldave 10 days, 1 hour ago

blog.sqlauthority.com — Microsoft Most Valuable Professionals (MVPs) are exceptional technical community leaders from around the world who are awarded for voluntarily sharing their high quality, real world expertise in offline and online technical communities. Microsoft MVPs are a highly select group of experts that represents the technical community’s best and brightest, and they share a deep commitment to community and a willingness to help others. Kick the story to support Microsoft Event. read more...

Add a comment 1 comment | category: | Views: 2
tags: , , , , | tag it

5
kicks
submitted by pinaldave pinaldave 1 month, 11 days ago

blog.sqlauthority.com — Summary : Transaction have no effect over memory variables. When UPDATE statement is applied over any table (physical or memory) all the updates are applied at one time together when the statement is committed. read more...

Add a comment 1 comment | category: | Views: 8
tags: , , , , | tag it

54
kicks
published 1 month, 25 days ago, submitted by kpanghmc 1 month, 25 days ago

kevinwilliampang.com — Proverbs are used to express universal truths or life lessons in a short and memorable fashion. I find that they are a great way to keep things in perspective, both in life and in work. Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal. read more...

Add a comment add a comment | category: | Views: 1128
| tag it

25
kicks
published 1 month, 24 days ago, submitted by pinaldave pinaldave 1 month, 25 days ago

blog.sqlauthority.com — Very frequently I have been asked to create a page, post or article where in one page all the important concepts of SQL Server are covered. SQL Server 2008 is very large subject and can not be even covered 1000 of pages. In daily life of DBA there are few commands very frequently used and for novice developers it is good to keep all the important SQL Script and SQL Statements handy. I have attempted to create cheat sheet for SQL Server 2008 most important commands. User can print this in one A4 size page and keep along with them. This can be used in interviews where T-SQL scripts are being asked. Let me know your opinion and if you find this useful. Bookmark it for future use. read more...

Add a comment 2 comments | category: | Views: 598
tags: , , , , | tag it

13
kicks
published 2 months, 2 days ago, submitted by pinaldave pinaldave 2 months, 4 days ago

blog.sqlauthority.com — Coding standards and guidelines are very important for any developer on the path of successful career. A coding standard is a set of guidelines, rules and regulations on how to write code. Coding standards should be flexible enough or should take care of the situation where they should not prevent best practices for coding. They are basically the guidelines that one should follow for better understanding. The concept behind implementing coding standards and guidelines, is that the consistency and uniformity in programming so that if multiple people are working on the same code, it becomes easier to communicate, share with or understand each other’s work. With the goal of promoting good coding standards and guidelines I have created document which can guide developers. read more...

Add a comment 3 comments | category: | Views: 315
tags: , , , , | tag it

14
kicks
published 2 months, 10 days ago, submitted by pinaldave pinaldave 2 months, 10 days ago

blog.sqlauthority.com — Interview is very important event for any person. A good interview leads to good career if candidate is willing to learn. I always enjoy interview questions and answers series. This is my very humble attempt to write SQL Server 2008 interview questions and answers. SQL Server is very large subject and not everything is usually asked in interview. In interview what matters the most is conceptual knowledge and learning attitude. I have listed all the series in this post so that it can be easily downloaded and used. All the questions are collected and listed in one PDF which is here to download. If you have any question or if you want to add to any of the question please send me mail or write a comment. Bookmark this first ever set of interview questions and answers. read more...

Add a comment 2 comments | category: | Views: 303
tags: , , , , | tag it

34
kicks
published 2 months, 16 days ago, submitted by adamtibi adamtibi 2 months, 16 days ago

adamtibi.net — Focuses on three important rules (with code snippets) that ASP.NET developers should follow to do their part of the SEO process. read more...

Add a comment add a comment | category: | Views: 489
tags: , | tag it

16
kicks
published 2 months, 22 days ago, submitted by pinaldave pinaldave 2 months, 22 days ago

blog.sqlauthority.com — This is the first ever and complete example for SQL Server 2008 - Full Text Catalog and Full Text Search. Make sure to book mark for future reference. read more...

Add a comment 2 comments | category: | Views: 190
tags: , , , , | tag it

26
kicks
published 2 months, 22 days ago, submitted by birdchest birdchest 2 months, 24 days ago

monstersgotmy.net — Why software engineering is fading away. read more...

Add a comment 1 comment | category: | Views: 841
tags: | tag it

3
kicks
submitted by pinaldave pinaldave 2 months, 29 days ago

blog.sqlauthority.com — Table-Valued Parameters is a new feature introduced in SQL SERVER 2008. In earlier versions of SQL SERVER it is not possible to pass a table variable in stored procedure as a parameter, but now in SQL SERVER 2008 we can use Table-Valued Parameter to send multiple rows of data to a stored procedure or a function without creating a temporary table or passing so many parameters. This is one feature all the SQL Server developer were waiting for long time. This article explains how it can be used with very simple words. read more...

Add a comment 1 comment | category: | Views: 13
tags: , , , | tag it

3
kicks
submitted by pinaldave pinaldave 2 months, 29 days ago

blog.sqlauthority.com — Filtered Index is a new feature in SQL SERVER 2008. Filtered Index is used to index a portion of rows in a table that means it applies filter on INDEX which improves query performance, reduce index maintenance costs, and reduce index storage costs compared with full-table indexes. When we see an Index created with some WHERE clause then that is actually a FILTERED INDEX. I am sure this feature will change how the indexes are created in SQL Server. read more...

Add a comment 1 comment | category: | Views: 9
tags: , , , | tag it

2
kicks
submitted by wisemx wisemx 3 months, 8 days ago

blog.sqlauthority.com — Everyday I get lots of question regarding error : An error has occurred while establishing a connection to the server when connecting to SQL server 2005, this failure may be caused by the fact that under default settings SQL server does not allow remote connection. ( provider: Named Pipes Provider, error: 40 - could not open a connection to SQL server. ) This error happens due to many reasons. There are few solutions already given on my original threads.I encourage to read following two articles first and see if you can find your solution. If you can not find any solution from here, I suggest to read additional suggestions listed below in ticket. read more...

Add a comment 1 comment | category: | Views: 23
tags: | tag it

18
kicks
published 3 months, 8 days ago, submitted by pinaldave pinaldave 3 months, 9 days ago

blog.sqlauthority.com — First and Complete article of SQL Server 2008 Database Mail configuration. From start to end - Complete article. Bookmark it! read more...

Add a comment 2 comments | category: | Views: 186
tags: , , , , | tag it

4
kicks
submitted by pinaldave pinaldave 3 months, 18 days ago

blog.sqlauthority.com — If you have struggled with your datetime format with your application or database. This is one script you will need. Bookmark it. read more...

Add a comment add a comment | category: | Views: 9
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge