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

Stories recently tagged with 'sqlserver2008' Subscribe to this feed
3
kicks
submitted by Jemm Jemm 20 days, 14 hours ago

blogs.msdn.com — "This blog [post] is a result of lessons learned while working with the new Integrated Full Text Search in SQL Server 2008. It is not intended to be an in-depth tutorial on how to implement it. Instead, it will concentrate on best practices." read more...

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

3
kicks
submitted by Jemm Jemm 20 days, 14 hours ago

blogs.msdn.com — "This blog [post] is a result of lessons learned while working with the new Integrated Full Text Search in SQL Server 2008. It is not intended to be an in-depth tutorial on how to implement it. Instead, it will concentrate on best practices." read more...

Add a comment add a comment | category: | Views: 6
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

2
kicks
submitted by mosessaur mosessaur 1 month, 12 days ago

omarbesiso.spaces.live.com — SQL 2008 FileStream, T-SQL, LINQ to SQL & WPF putting all together read more...

Add a comment add a comment | category: | Views: 30
tags: , , , , | 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, 3 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

17
kicks
published 3 months, 19 days ago, submitted by Jemm Jemm 3 months, 20 days ago

blog.jemm.net — "Here is a handy tip for those of you who work often with multiple SQL Server instances: Custom Colors for the connection status bar." read more...

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

3
kicks
submitted by StatisticsIO 6 months, 15 days ago

statisticsio.com — SQL Server 2008 sample code on importing OS perfmon or eventlog data with powershell. read more...

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

13
kicks
published 6 months, 13 days ago, submitted by spirit1 6 months, 24 days ago

weblogs.sqlteam.com — A popular free add-in for SQL Server Management Studio (SSMS) is now in release version 1.0. With many new and improved features it speeds up your SSMS development. read more...

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

2
kicks
submitted by misbaharefin 6 months, 26 days ago

dotnethitman.spaces.live.com — One of the cool new data types added in SQL Server 2008 is Table-Value Parameters. You can use table value parameters to send multiple rows of data to a Transact-SQL statement, or to a routine such as a stored procedure or function. This can be done without creating a temporary table or many parameters. Table-value parameters are like parameter arrays in Object Linking and Embedding Database (OLE DB) and Open Database Connectivity (ODBC), but offer better flexibility and closer integration with Transact-SQL. Table-value parameters can participate in set-based operations. read more...

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

3
kicks
submitted by mosessaur mosessaur 7 months, 22 days ago

mosesofegypt.net — learn about major new features in SQL Server 2008, including security, administration, and performance. Downloading the book require registration. read more...

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

3
kicks
submitted by kprernn 8 months, 5 days ago

weblogs.sqlteam.com — Link to a Microsoft SQL Server 2008 Reporting Services White paper. read more...

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

1
kicks
submitted by StatisticsIO 8 months, 16 days ago

statisticsio.com — A tsql example of using filtered indexes in SQL Server 2008 and their plan reuse behavior. read more...

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

3
kicks
submitted by drewmace 8 months, 21 days ago

drewmace.blogspot.com — Joel does a nice job reviewing his top 10 Sql 2008 features that will benefit SharePoint professionals. read more...

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

13
kicks
published 9 months, 4 days ago, submitted by powerrush powerrush 9 months, 4 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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge