SqlServerKudos - Latest published stories in Query
1
kudos
spam Kudos Remove

SQLAuthority News – FREE Microsoft Visual Studio 2010 Ultimate with MSDN « Journey to SQL Authority with Pinal Dave

published 11 days, 5 hours, 20 minutes ago posted by pinaldavepinaldave 19 days, 9 hours, 57 minutes ago
Tuesday, July 20, 2010 2:37:27 PM GMT Monday, July 12, 2010 10:00:59 AM GMT
I just received following “NOT FOR SALE” subscription of Microsoft Visual Studio 2010 Ultimate with MSDN. As a MVP, MCT I already have free subscription to MSDN and TechNet. I plan to give away this free subscription to someone who is need of the same or can use it the best. You can win the subscription. I will pick the winner of the subscription on 25th of the July. Which means you have 10 days to take part. I will decide the winner with the help of fellow MVPs and subject matter experts. You need to ... (more)
category: Query | clicked: 2 | comment | | source: blog.sqlauthority.com
tags: pinaldave, SQL, SQLAuthority, SQLServer
1
kudos
spam Kudos Remove

The Self Join – Inner Join and Outer Join - An Example

published 12 days, 5 hours, 25 minutes ago posted by pinaldavepinaldave 21 days, 12 hours, 55 minutes ago
Monday, July 19, 2010 2:32:31 PM GMT Saturday, July 10, 2010 7:02:19 AM GMT
Self Join has always been an note-worthy case. It is interesting to ask questions on self join in a room full of developers. I often ask – if there are three kind of joins, i.e.- Inner Join, Outer Join and Cross Join; what type of join is Self Join? The usual answer is that it is an Inner Join. In fact, it can be classified under any type of join. Read more for example. (more)
category: Query | clicked: 0 | comment | | source: blog.sqlauthority.com
tags: pinaldave, SQL, SQLAuthority, SQLServer
1
kudos
spam Kudos Remove

Download SQL Server Developers Training Kit for free | SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP

published 13 days, 5 hours, 30 minutes ago posted by http://ghemant.myopenid.com/http://ghemant.myopenid.com/ 22 days, 10 hours, 53 minutes ago
Sunday, July 18, 2010 2:27:34 PM GMT Friday, July 09, 2010 9:04:41 AM GMT
Share There are tons of useful resources available for SQL Server but the link I am going to share with all of you today is really the greatest amongst - it's a SQL Server Developers Training Kit. Yes, MS has made the updated version available for we all and the best part is - it's free. The key benefits are: How to build applications with unique and new features available in SQL Server 2008 and SQL Server 2008 R2It contains #55 videos, # 32 presentations, #39 demos and #24 hands-on-labsContent for ... (more)
category: Query | clicked: 2 | comment | | source: www.sql-server-citation.com
tags: developers training kit, download training kit, sql presentations, sql server articles, sql videos, sql-server-citation.com
1
kudos
spam Kudos Remove

SQL SERVER – Introduction to Best Practices Analyzer – Quick Tutorial « Journey to SQL Authority with Pinal Dave

published 22 days, 6 hours, 11 minutes ago posted by pinaldavepinaldave 30 days, 18 hours, 1 minute ago
Friday, July 09, 2010 1:47:01 PM GMT Thursday, July 01, 2010 1:57:13 AM GMT
I previously wrote about SQLAuthority News – Download – Microsoft SQL Server 2008 R2 Best Practices Analyzer earlier and since then I have received many emails requesting to explain how it works. I assume that you can download and install the tool successfully. Once done just follow the steps listed below. You will be successfully able to test multiple instances of SQL Server using this tool. Once the tool is launched, select the product you wish to analysis. Click on Start Scan will take few minut... (more)
category: Query | clicked: 0 | comment | | source: blog.sqlauthority.com
tags: pinaldave, SQL, SQLAuthority, SQLServer
1
kudos
spam Kudos Remove

Statistics without Index - Possible and Helpful

published 25 days, 6 hours, 21 minutes ago posted by pinaldavepinaldave 33 days, 17 hours, 4 minutes ago
Tuesday, July 06, 2010 1:36:26 PM GMT Monday, June 28, 2010 2:53:17 AM GMT
A Simple note about the subject, how statistics can be helpful and how they are created. (more)
category: Query | clicked: 2 | comment | | source: blog.sqlauthority.com
tags: pinaldave, SQL, SQLAuthority, SQLServer
1
kudos
spam Kudos Remove

SQL SERVER – Data Pages in Buffer Pool – Data Stored in Memory Cache « Journey to SQL Authority with Pinal Dave

published 32 days, 6 hours, 52 minutes ago posted by pinaldavepinaldave 40 days, 16 hours, 25 minutes ago
Tuesday, June 29, 2010 1:05:59 PM GMT Monday, June 21, 2010 3:32:59 AM GMT
This will drop all the clean buffers so we will be able to start again from there. Now, run the following script and check the execution plan of the query. Have you ever wondered what types of data are there in your cache? During SQL Server Trainings, I am usually asked if thereis any way one can know how much data in a table is stored in the memory cache? The more detailed question I usually get is if there are multiple indexes on table (and used in a query), were the data of the single table stored mu... (more)
category: Query | clicked: 2 | comment | | source: blog.sqlauthority.com
tags: pinaldave, SQL, SQLAuthority, SQLServer
1
kudos
spam Kudos Remove

FILESTREAM directory structure - where do the GUIDs come from? - Jacob's Blog

published 36 days, 7 hours, 12 minutes ago posted by jacobsebastianjacobsebastian 44 days, 9 hours, 17 minutes ago
Friday, June 25, 2010 12:46:09 PM GMT Thursday, June 17, 2010 10:40:31 AM GMT
SQL Server uses GUID values to name the FILESTREAM folders and you might find it really hard to relate a folder to a table or column. This post explains how you can do it. (more)
category: Query | clicked: 0 | comment | | source: beyondrelational.com
tags: BLOB, DAC, database, DBA, filestream, SQLServer
1
kudos
spam Kudos Remove

TSQL Challenge 32 - Clean up phrases by removing noise words - TSQL Challenges

published 37 days, 7 hours, 17 minutes ago posted by jacobsebastianjacobsebastian 45 days, 14 hours, 4 minutes ago
Thursday, June 24, 2010 12:41:12 PM GMT Wednesday, June 16, 2010 5:53:37 AM GMT
The idea of this challenge is to clean up the phrase from the words identified as noise words, but only when these words appear at the begining or the end of the string, not in the middle of the string. Your job is to read each row from the source table and remove any noise words from it. The noise words that you need to remove are stored in another table. You should remove the noice words only if they appear at the beginning or end of the sentences. (more)
category: Query | clicked: 1 | comment | | source: beyondrelational.com
tags: Challenge, DBA, Developer, Puzzle, SQL Server, TSQL, tsql challenges
1
kudos
spam Kudos Remove

SQL SERVER – Shrinking NDF and MDF Files – Readers’ Opinion « Journey to SQL Authority with Pinal Dave

published 38 days, 7 hours, 22 minutes ago posted by pinaldavepinaldave 46 days, 11 hours, 19 minutes ago
Wednesday, June 23, 2010 12:36:16 PM GMT Tuesday, June 15, 2010 8:39:04 AM GMT
Previously, I had written a blog post about SQL SERVER – Shrinking NDF and MDF Files – A Safe Operation. After that, I have written the following blog post that talks about the advantage and disadvantage of Shrinking and why one should not be Shrinking a file SQL SERVER – SHRINKFILE and TRUNCATE Log File in SQL Server 2008. On this subject, SQL Server Expert Imran Mohammed left an excellent comment. I just feel that his comment is worth a big article itself. For everybody to read his wonderful explanatio... (more)
category: Query | clicked: 1 | comment | | source: blog.sqlauthority.com
tags: pinaldave, SQL, SQLAuthority, SQLServer
1
kudos
spam Kudos Remove

XQuery Lab 56 – Inserting elements with UNICODE values - Jacob's Blog

published 38 days, 7 hours, 22 minutes ago posted by jacobsebastianjacobsebastian 47 days, 6 hours, 55 minutes ago
Wednesday, June 23, 2010 12:36:16 PM GMT Monday, June 14, 2010 1:02:28 PM GMT
This post explains how to write XML DML queries uisng XQuery in TSQL that deals with UNICODE character strings. (more)
category: Query | clicked: 0 | comment | | source: beyondrelational.com
tags: database, SQLServer, unicode, XML, xml dml, xquery
1
kudos
spam Kudos Remove

T-SQL Enhancements in SQL 2008

published 41 days, 7 hours, 36 minutes ago posted by jacobsebastianjacobsebastian 50 days, 10 hours, 4 minutes ago
Sunday, June 20, 2010 12:21:33 PM GMT Friday, June 11, 2010 9:53:29 AM GMT
Seth Phelabaum explains his favorite TSQL programmability enhancements added in SQL Server 2008. (more)
category: Query | clicked: 3 | comment | | source: beyondrelational.com
tags: database, Developer, Programmability, SQL Server, TSQL
1
kudos
spam Kudos Remove

Calculating visit length by first and last visit time in SSRS - Some Random Thoughts

published 42 days, 7 hours, 41 minutes ago posted by jacobsebastianjacobsebastian 51 days, 9 hours, 28 minutes ago
Saturday, June 19, 2010 12:16:37 PM GMT Thursday, June 10, 2010 10:30:13 AM GMT
beyondrelational.comSign in | Join | Help HomeBlogsForumsBIXMLTCSQL Tools Visit the new SQL Server Tools and Utilities section and see the products that can make your database administration and development lives easier! First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login. Some Random ThoughtsHomeContactRSS for PostsRecent Blog PostsCalculat... (more)
category: Query | clicked: 0 | comment | | source: beyondrelational.com
tags: Custom Functions, reporting, SQL Server, SSRS
1
kudos
spam Kudos Remove

TSQL Beginners Challenge 9 - Find the Parents and Adjacent Members of the Node - TSQL Challenges for Beginners

published 43 days, 7 hours, 46 minutes ago posted by jacobsebastianjacobsebastian 52 days, 14 hours, 59 minutes ago
Friday, June 18, 2010 12:11:40 PM GMT Wednesday, June 09, 2010 4:58:56 AM GMT
This challenge refers to a real-world problem I came across recently. The requirement was to identify all 'direct' or 'indirect' parents of a given child node and all its siblings. (more)
category: Query | clicked: 1 | comment | | source: beyondrelational.com
tags: Challenge, database, Developer, Puzzle, SQL Server, TSQL
1
kudos
spam Kudos Remove

SQL SERVER – Fastest Way to Restore the Database « Journey to SQL Authority with Pinal Dave

published 43 days, 7 hours, 46 minutes ago posted by pinaldavepinaldave 52 days, 16 hours, 7 minutes ago
Friday, June 18, 2010 12:11:40 PM GMT Wednesday, June 09, 2010 3:51:09 AM GMT
A few days ago, I received following email: “Pinal, We are in an emergency situation. We have a large database of around 80+ GB and its backup is of 50+ GB in size. We need to restore this database ASAP and use it; however, restoring the database takes forever. Do you think a compressed backup would solve our problem? Any other ideas you got?” First of all, the asker has already answered his own question. Yes; I have seen that if you are using a compressed backup, it takes lesser time when you try to ... (more)
category: Query | clicked: 1 | comment | | source: blog.sqlauthority.com
tags: pinaldave, SQL, SQLAuthority, SQLServer
1
kudos
spam Kudos Remove

Understanding SQL Server Datetime column - Part II

published 44 days, 7 hours, 51 minutes ago posted by jacobsebastianjacobsebastian 53 days, 13 hours, 1 minute ago
Thursday, June 17, 2010 12:06:43 PM GMT Tuesday, June 08, 2010 6:57:12 AM GMT
SQL Server MVP, Madhivanan has come up with the second installment of his DateTime tutorial where he explains the problems of using ambiguous date formats. He also demonstrates a number of TSQL datetime processing tricks. (more)
category: Query | clicked: 1 | comment | | source: beyondrelational.com
tags: DataTypes, date, DateTime, SQL Server, time, TSQL
1
kudos
spam Kudos Remove

TSQL Challenge 31 - Managing multiple overlapping date intervals. - TSQL Challenges

published 49 days, 8 hours, 12 minutes ago posted by jacobsebastianjacobsebastian 58 days, 13 hours, 53 minutes ago
Saturday, June 12, 2010 11:45:32 AM GMT Thursday, June 03, 2010 6:04:38 AM GMT
This challenge is adapted from a budgeting system used in a large company to perform quarterly analysis of what kind of work will be done and where it will be done. Project Managers make plans and the estimated hours of work required from each employee each month end up in a central database. Top managers want to see a synthesis of this by department and profession. Your job is to provide this synthesis using all the other information in that database described below. In particular, we are interested in... (more)
category: Query | clicked: 0 | comment | | source: beyondrelational.com
tags: puzzles, SQL, SQLServer, TSQL, tsql challenges
1
kudos
spam Kudos Remove

SQL SERVER – Stored Procedure and Transactions « Journey to SQL Authority with Pinal Dave

published 50 days, 8 hours, 17 minutes ago posted by pinaldavepinaldave 58 days, 18 hours, 38 minutes ago
Friday, June 11, 2010 11:40:35 AM GMT Thursday, June 03, 2010 1:19:41 AM GMT
http://blog.sqlauthority.com/2010/06/02/sql-server-stored-procedure-and-transactions/ (more)
category: Query | clicked: 0 | comment | | source: blog.sqlauthority.com
tags: pinaldave, SQL, SQLAuthority, SQLServer
1
kudos
spam Kudos Remove

SELECT * FROM XML - Jacob's Blog

published 50 days, 8 hours, 17 minutes ago posted by jacobsebastianjacobsebastian 59 days, 6 hours, 9 minutes ago
Friday, June 11, 2010 11:40:35 AM GMT Wednesday, June 02, 2010 1:49:04 PM GMT
This post shows how to run a SELECT * kind of query on an XML document to see the elements, attributes, values and the XPath Expression of each element and attribute in the document. (more)
category: Query | clicked: 1 | comment | | source: beyondrelational.com
tags: SQL Server, XML
1
kudos
spam Kudos Remove

Delimited String Tennis (Again)… The Final Volley? - SQL Server Community Blogs

published 52 days, 8 hours, 27 minutes ago posted by jacobsebastianjacobsebastian 61 days, 13 hours, 28 minutes ago
Wednesday, June 09, 2010 11:30:42 AM GMT Monday, May 31, 2010 6:29:46 AM GMT
This is a continuation of my previous blog post, Delimited String Tennis Anyone?, which playfully talked about a virtual T-SQL Tennis match… a friendly rally back and forth between SQL Server MVP Adam Haines and myself in discussing methods of shredding comma-delimited strings in our blogs. (more)
category: Query | clicked: 1 | comment | | source: beyondrelational.com
tags: SQLServer, XML
1
kudos
spam Kudos Remove

Explanation of my winning solution to TSQL Challenge 19 - Dave Ballantyne's Blog

published 53 days, 8 hours, 28 minutes ago posted by jacobsebastianjacobsebastian 63 days, 8 hours, 7 minutes ago
Tuesday, June 08, 2010 11:29:22 AM GMT Saturday, May 29, 2010 11:50:42 AM GMT
I have received a number of requests for an explanation of my winning query of TSQL Challenge 19. This involved traversing a hierarchy of employees and rolling a count of orders from subordinates up to superiors. The first concept I shall address is the hierarchyId , which is constructed within the CTE called cteTree. cteTree is a recursive cte that will expand the parent-child hierarchy of the personnel in the table @emp. One useful feature with a recursive cte is that data can be ‘passed’ from the... (more)
category: Query | clicked: 0 | comment | | source: beyondrelational.com
Previous 1 2 3 4 5 6 7 Next