|
|
cdbh
cdbh
 |
|
Stories kicked by cdbh
|
|
published 1 month, 26 days ago, submitted by
pinaldave
1 month, 27 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...
2 comments
|
category: Database | Views: 600
|
|
tags:
SQLServer, SQL2K8, sqlserver2008, Database, SQLAuthority | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 4 days ago, submitted by
pinaldave
2 months, 6 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...
3 comments
|
category: Database | Views: 315
|
|
tags:
sqlserver2008, sqlserver2k8, -1, SQL, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
prashantvictory
2 months, 12 days ago
blog.techsvr.com — Smile please, hey guys I received this query through email from one of my friend. It looks great and funny; I am sharing it with you. Dedicated to all techies :) read more...
add a comment
|
category: Other | Views: 14
|
|
tags:
techSvr, Fun, SQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 12 days ago, submitted by
pinaldave
2 months, 13 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...
2 comments
|
category: Database | Views: 310
|
|
tags:
SQL2K8, SQL, SQL2008, Interview, sqlserver2008 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
pinaldave
3 months, 1 day 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...
1 comment
|
category: Database | Views: 13
|
|
tags:
SQL, SQLServer, Database, SQLAuthority | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
pinaldave
3 months, 1 day 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...
1 comment
|
category: Database | Views: 9
|
|
tags:
SQL, SQLServer, Database, SQLAuthority | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 1 day ago, submitted by
Rickasaurus
3 months, 1 day ago
atalasoft.com — .NET 3.5 and 2.0 SP1 jointly included a new feature which lets you programmatically manipulate the way your garbage collector acts. This can be done through changing the value of a new property of the System.Runtime.GCSettings class named LatencyMode. In this article I will walk you through this new property and the different effects of each of it's possible settings. read more...
add a comment
|
category: Tips & Tricks | Views: 243
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 1 day ago, submitted by
vivekamar
3 months, 2 days ago
dotnetcurry.com — ASP.NET validation controls provide an easy-to-use but powerful mechanism of ensuring that data is entered correctly on the forms. There are 6 validation controls included in the ASP.NET 2.0 and ASP.NET 3.5 versions.In this article, we will see some 'very handy' tips and tricks that can be applied to the validation controls in our projects
read more...
add a comment
|
category: ASP.NET | Views: 267
|
|
tags:
dotnetcurry, Tips, ASP.NET, dotnetcurry.com | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 1 day ago, submitted by
fzoufaly
3 months, 2 days ago
aggiorno.com — How does the adoption of Google Chrome affect cross browser compatibility? Are web standards a solution? How can I easily move to standard compliant pages? read more...
add a comment
|
category: IE | Views: 460
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 3 months, 1 day ago, submitted by
amrelgarhy
3 months, 2 days ago
amrelgarhytech.blogspot.com — You will find in the following links list of countries, cities, and their languages in CSV format, you can import into any database: read more...
7 comments
|
category: Database | Views: 490
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 29 days ago, submitted by
pinaldave
4 months, 1 day 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...
3 comments
|
category: Database | Views: 251
|
|
tags:
SQL, SQLServer, SQLAuthority, Database, 2005 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 6 days ago, submitted by
pinaldave
7 months, 6 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...
4 comments
|
category: Database | Views: 146
|
|
tags:
SQLAuthority, SQLServer, Database, SqlServer2005 | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|