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

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

Stories kicked by dotnetter
5
kicks
submitted by pinaldave pinaldave 1 month, 1 day 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

25
kicks
published 1 month, 15 days ago, submitted by pinaldave pinaldave 1 month, 16 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: 595
tags: , , , , | tag it

16
kicks
published 2 months, 12 days ago, submitted by pinaldave pinaldave 2 months, 12 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: 188
tags: , , , , | tag it

2
kicks
submitted by Lord 2 months, 15 days ago

tirania.org — As a .NET developer, you should avoid using the newly released Managed Extensibility Framework as its license prevents its use beyond the Windows platform. This will prevent your .NET software from running on Linux or MacOS in the future. Luckily, there is a cross platform solution available today that has no platform limitations: Mono.Addins. read more...

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

18
kicks
published 2 months, 29 days ago, submitted by pinaldave pinaldave 3 months 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: 181
tags: , , , , | tag it

15
kicks
published 3 months, 17 days ago, submitted by pinaldave pinaldave 3 months, 19 days ago

blog.sqlauthority.com — INTERSECT operator in SQL Server 2005 is used to retrieve the common records from both the left and the right query of the Intersect Operator. INTERSECT operator returns almost same results as INNER JOIN clause many times. When using INTERSECT operator the number and the order of the columns must be the same in all queries as well data type must be compatible. Let us see understand how INTERSECT and INNER JOIN are related.We will be using AdventureWorks database to demonstrate our example. read more...

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

19
kicks
published 6 months, 25 days ago, submitted by pinaldave pinaldave 6 months, 25 days ago

blog.sqlauthority.com — One of the most popular request I have received on this blog is to create one page which list all the SQL Server FAQs. SQL Server technology is very broad as well very deep. This is my humble attempt to list few of the daily used details in one page. Let me know your opinion and suggestion. Download SQL Server FAQ Sheet in PDF format read more...

Add a comment 4 comments | category: | Views: 145
tags: , , , | tag it

12
kicks
published 8 months, 19 days ago, submitted by pinaldave pinaldave 8 months, 19 days ago

blog.sqlauthority.com — UNION ALL does not work all the time. There is great discussion about it. If you have any suggestion, please provide it. read more...

Add a comment 4 comments | category: | Views: 12
tags: | tag it

15
kicks
published 8 months, 21 days ago, submitted by kprernn 8 months, 24 days ago

weblogs.sqlteam.com — Does the order of tables referenced in a JOIN clause affect query performance. In this post, Joe addresses this question by examining the query execution plans created for sample queries. read more...

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

13
kicks
published 8 months, 25 days ago, submitted by powerrush powerrush 8 months, 25 days ago

simple-talk.com — Among the large number of new features in SQL Server 2008 there are two, almost insignificant features, that I use almost constantly. These are variable initialization and the values clause of insert statements that now accept multiple rows. read more...

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

10
kicks
published 8 months, 27 days ago, submitted by pinaldave pinaldave 8 months, 27 days ago

blog.sqlauthority.com — This articles offers one honest fact about SELECT 1 vs SELECT * - however it lacks conclusion - your opinion matters. read more...

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

25
kicks
published 8 months, 27 days ago, submitted by jamesplankton 8 months, 27 days ago

alligatortags.com — Aggregating the latest ASP.net news, tips and tricks from across the web in one place, refreshed daily. read more...

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

27
kicks
published 8 months, 27 days ago, submitted by simoneb simoneb 8 months, 28 days ago

michaelckennedy.net — Interesting information about the new behavior of the thread pool in .NET 3.5. read more...

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

39
kicks
published 8 months, 28 days ago, submitted by mfmaneef 8 months, 28 days ago

aneef.net — he MSDN Reader allows you to browse through MSDN Magazine articles like never before. Read through articles, view figures and code snippets in an intuitive and easy-to-use experience. read more...

tags: , | tag it

24
kicks
published 8 months, 28 days ago, submitted by gojko 8 months, 28 days ago

gojko.net — Last week, at the London .NET User Group meeting, Ian Cooper talked about Test-driven development, focusing on both good and bad practices. I’m a big fan of learning from anti-patterns and mistakes of other people, so the second part of his session was very interesting to me. Here is a short list of things that Ian identified as symptoms that TDD has gone bad in a project, along with my comments... read more...

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

29
kicks
published 9 months, 28 days ago, submitted by rstrahl rstrahl 9 months, 29 days ago

west-wind.com — One of the things that bugs me no end in Sql Server Management Studio is that the table designer's UI is a pain to use. Entering column properties is an excercise in mousercise. It turns out there's an easier way to do this with custom views in the DataBase Diagram Designer. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge