News in the Category: SQL Subscribe to the rss of this category.

Total posts: 3906 | Sort by Views | Sort by Hits

If timestamp is deprecated, why do none of the current db tools support rowversion?

Julia Lerman Blog - Dont Be Iffy..., March 11, 2010
Views: 58 | Hits

Perhaps the title of this blog post will suffice, but I just wanted to highlight this problem. If you were to look up the timestamp data type in the SQL Server 2008 documentation, this is waht you wi...

SQL SERVER Force Index Scan on Table Use No Index to Retrieve the Data Query Hint

Journey to SQL Authority with Pinal Dave, March 11, 2010
Views: 78 | Hits 2

Recently I received the following two questions from readers and both the questions have very similar answers.Question 1: I have a unique requirement where I do not want to use any index of the table;...

SOLVED: Error 1 Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks

Run Tings Proper, March 11, 2010
Views: 78 | Hits 2

This is a simple looking error message that is deceptively hard to track down. Thankfully if you're having this problem then this article should get you back on track without spending hours scratching...

Fix: SqlDeploy Task Fails with NullReferenceException at ExtractPassword

Steven Smith, March 10, 2010
Views: 88 | Hits

Still working on getting a TeamCity build working (see my last post).  Latest exception is: C:\Program Files\MSBuild\Microsoft\VisualStudio\v9.0\TeamData\Microsoft.Data.Schema.SqlTasks.target...

Could Not Load Type Microsoft.Build.Framework.BuildEventContext

Steven Smith, March 10, 2010
Views: 75 | Hits

Setting up a TeamCity build and got this error: C:\Program Files\MSBuild\Microsoft\VisualStudio\v9.0\TeamData\Microsoft.Data.Schema.SqlTasks.targets(80, 5): error MSB4018: The "SqlSetupDeploy...

SQLAuthority Book Review Professional SQL Server 2008 Internals and Troubleshooting

Journey to SQL Authority with Pinal Dave, March 10, 2010
Views: 93 | Hits 5

Professional SQL Server 2008 Internals and Troubleshooting by Christian Bolton, Justin Langford, Brent Ozar, James Rowland-Jones, Steven WortLink to Amazon (Worldwide)Link to Flipkart (India)Brief Rev...

MSDN Simulcast Event: Take Your Applications Sky-High with Cloud Computing and the Windows Azure Platform

MSDN: ASP.NET, March 9, 2010
Views: 122 | Hits 8

Join your local MSDN Events team as we take a deep dive into Microsoft Windows Azure. We'll start with a developer-focused overview of this brave new platform and the cloud computing services that can...

SQL SERVER Improve Performance by Reducing IO Creating Covered Index

Journey to SQL Authority with Pinal Dave, March 9, 2010
Views: 125 | Hits 18

This blog post is in the response of the T-SQL Tuesday #004: IO by Mike Walsh. The subject of this month is IO. Here is my quick blog post on how Cover Index can Improve Performance by Reducing IO.Let...

Truncate Log File in SQL Server 2005

The Code Project Latest Articles, March 8, 2010
Views: 99 | Hits 16

A tool that facilitates the truncation of SQL log file...

SQLAuthority News SQL SERVER 2008 R2 Pricing

Journey to SQL Authority with Pinal Dave, March 8, 2010
Views: 97 | Hits 4

I was recently asked question about SQL Server 2008 pricing. I have bookmarked official site here which lists the pricing.Official site: What’s New in SQL Server 2008 R2 EditionsEditionsPer Processor ...

HTTP Push from SQL Server Comet SQL

The Code Project Latest Articles, March 6, 2010
Views: 165 | Hits 53

Article provides example solution for presenting data in "real-time" from Microsoft SQL Server in HTML browser. Article presents how to implement Comet functionality in ASP.NET and how to connect Co...

SQLAuthority News SQL Server Modeling CTP Nov 2009 Release 2 (formerly Oslo)

Journey to SQL Authority with Pinal Dave, March 6, 2010
Views: 143 | Hits 2

SQL Server Modeling (formerly code name “Oslo”) is a set of future technologies that provide significant productivity gains across the lifecycle of .NET applications by enabling developers, architects...

"Deep Fried Bytes Podcast": Lars on SQL Server Modeling

Marquee de Sells: Chriss insight outlet, March 5, 2010
Views: 125 | Hits 2

Here's how the Deep Fried guys describe episode 45: "At PDC 2009, 'Oslo' was renamed to SQL Modeling and it left a lot of developers scratching their heads. What better way to sort it all out than to...

SQL SERVER Order of Columns in Update Statement Does not Matter

Journey to SQL Authority with Pinal Dave, March 5, 2010
Views: 101 | Hits 15

I recently received few comments that I have not written on simple subjects recently. In fact, this blog is dedicated to all those who are really learning SQL Server and almost all the articles and po...

SQL Server Modeling CTP (November 2009 Release 2)

Marquee de Sells: Chriss insight outlet, March 4, 2010
Views: 104 | Hits 10

An update of the SQL Server Modeling CTP (November 2009) that's compatible with Visual Studio 2010 RC has been released on the Microsoft Download Center. This release is strictly an updated version of...

SQL Server Modeling CTP (November 2009 Release 2)

Marquee de Sells: Chriss insight outlet, March 4, 2010
Views: 82 | Hits 5

An update of the SQL Server Modeling CTP (November 2009) that's compatible with Visual Studio 2010 RC has been released on the Microsoft Download Center. This release is strictly an updated version of...

Telerik OpenAccess ORM Q1 2010 Introduces New Visual Designer

the telerik blogs, March 4, 2010
Views: 103 | Hits 9

Q1 2010 will be a milestone release for our enterprise-grade ORM. With it we will introduce the new Visual Designer for OpenAccess ORM. The designer will give developers the ability to map their datab...

SQL SERVER Rollback TRUNCATE Command in Transaction

Journey to SQL Authority with Pinal Dave, March 4, 2010
Views: 121 | Hits 15

This is very common concept that truncate can not be rolled back. I always hear conversation between developer if truncate can be rolled back or not.If you use TRANSACTIONS in your code, TRUNCATE can ...

The new Microsoft SQL Server Compact Edition 3.5 in Visual Studio 2010 RC without Geometry Types.

Al Pascual, March 3, 2010
Views: 111 | Hits 6

tweetmeme_url = 'http://alpascual.com/blog/the-new-microsoft-sql-server-compact-edition-3-5-in-visual-studio-2010-rc-without-geometry-types/';tweetmeme_source = 'alpascual';With the goodies coming wit...

SQL SERVER Performance Comparison INSERT TOP (N) INTO Table Using Top with INSERT

Journey to SQL Authority with Pinal Dave, March 3, 2010
Views: 120 | Hits 20

Recently I wrote aboutSQL SERVER INSERT TOP (N) INTO Table Using Top with INSERT I mentioned about how TOP works with INSERT. I have mentioned that I will write about the performance in next article...

Exploring your database schema with SQL

Simple Talk, March 2, 2010
Views: 4 | Hits

In the second part of Phil's series of articles on finding stuff (such as objects, scripts, entities, metadata) in SQL Server, he offers some scripts that should be handy for the developer faced with ...

SQL Azure is master billable?

Guy Barrettes WebLog, March 2, 2010
Views: 93 | Hits 3

In SQL Azure, when you create a server, a master database is automatically created and youll see it listed in the databases list.  Heres a screenshot after I created a new database called Test. ...

SQLAuthority News Excellent Event TechEd Sri Lanka Feb 8, 2010

Journey to SQL Authority with Pinal Dave, March 2, 2010
Views: 101 | Hits

TechEd Sri Lanka was held at Waters Edge, Colombo between Feb 8 and Feb 10, 2010. It was one of the largest successful technical event in Sri Lanka. I was extremely surprised to how technically sound ...

SQL SERVER Data and Page Compressions Data Storage and IO Improvement

Journey to SQL Authority with Pinal Dave, March 1, 2010
Views: 112 | Hits 7

The performance of SQL Server is primarily decided by the disk I/O efficiency. Improving I/O definitely improves the performance. SQL Server 2008 introduced Data and Backup compression features to imp...

SQLAuthority News Hyderabad Techies February Fever Feb 11, 2010 Indexing for Performance

Journey to SQL Authority with Pinal Dave, February 28, 2010
Views: 101 | Hits 2

I recently presented in Hyderabad User Group on the subject of The Other Side of SQL Server Index: Advanced Solutions to Ancient Problem , you can read more about this event here SQLAuthority News MU...

Setting up a continuous integration server for a CodePlex project using TeamCity and Mercurial

More Whidbey stuff, February 27, 2010
Views: 105 | Hits 6

Continuous integration enables developers to have an automated way of validating the quality of their check-ins. A CI server will monitor your version control repository and on every check-in will bu...

SQL SERVER INSERT TOP (N) INTO Table Using Top with INSERT

Journey to SQL Authority with Pinal Dave, February 27, 2010
Views: 122 | Hits 11

During my recent training at one of the clients, I was asked regarding the enhancement in TOP clause. When I demonstrated my script regarding how TOP works along with INSERT, one of the attendees sugg...

SQLite Error IDbCommand and IDbConnection implementation in the assembly System.Data.SQLite could not be found.

Steven Smith, February 26, 2010
Views: 115 | Hits 1

I just ran into a problem with SQLite and NHibernate, which was giving me this error message: The IDbCommand and IDbConnection implementation in the assembly System.Data.SQLite could not be found....

Vermont IT Jobs: Database Developer/Admin at Gardeners Supply

Julia Lerman Blog - Dont Be Iffy..., February 26, 2010
Views: 95 | Hits 1

Join the team at Gardener's Supply Company! We work hard AND offer a fun place to work with summer bocce games, BBQs, ping-pong tournaments, employee garden plots and much more! We also offer strong c...

SQLAuthority News Keeping Your Ducks in a Row

Journey to SQL Authority with Pinal Dave, February 26, 2010
Views: 123 | Hits 1

Last year during my visit to SQLAuthority News SQL PASS Summit, Seattle 2009 Day 2 I have received ducks from the event. Well during the same event I had learned from Jonathan Kehayias the saying of...

I Owe $282.06 for Windows Azure Usage Charges on an MSDN Subscription

WebLog of Ken Cox [MVP], February 25, 2010
Views: 230 | Hits 51

Since the launch of Windows Azure, Ive been using my complimentary Microsoft MVP MSDN Premium subscription to play with Azure and enter some deployment contests. Unfortunately, I left up those trivial...

Still have Azure CTP running instances?

Guy Barrettes WebLog, February 25, 2010
Views: 99 | Hits 5

If you played with Azure CTP and left some VM running, know that they were transferred to a paid account starting Feb 1st and you are currently being billed for usage time.  Yesterday, during an ...

SQLAuthority News MUGH Microsoft User Group Hyderabad Feb 2, 2010 Session Review

Journey to SQL Authority with Pinal Dave, February 25, 2010
Views: 103 | Hits 2

Earlier this month, I was very fortunate to visit Microsoft User Group Hyderabad lead by Hima Vindu Vejella. Hima is a very enthusiastic leader and kind person. I had a wonderful time meeting her as w...

SELECT from a Stored Procedure

Steven Smith, February 24, 2010
Views: 233 | Hits 45

Occasionally I find myself wanting to SELECT from a SPROC in SQL Server.  Usually this is because I want to ORDER the results or filter them further with a WHERE clause.  Unfortunately, you ...

RoundhousE – ADO.NET over SMO

Fervent Coder, February 24, 2010
Views: 140 | Hits 26

One thing most database change management tools use is SQL Server Managment Objects (SMO). Most do that because ADO.NET doesnt allow the batch statement separator keyword GO in sql statements. So most...

SQL SERVER Introduction to Rollup Clause

Journey to SQL Authority with Pinal Dave, February 24, 2010
Views: 140 | Hits 33

In this article we will go over basic understanding of Rollup clause in SQL Server. ROLLUP clause is used to do aggregate operation on multiple levels in hierarchy. Let us understand how it works by u...

Update for SQL Server Modeling CTP and Dev10 RC

Marquee de Sells: Chriss insight outlet, February 23, 2010
Views: 119 | Hits 8

We are currently preparing a release of the SQL Server Modeling November 2009 CTP that will install and operate with Visual Studio Release Candidate. We expect to make this release available the first...

SQLAuthority News Links to Book On Line Data Mining Algorithms (Analysis Services Data Mining)

Journey to SQL Authority with Pinal Dave, February 23, 2010
Views: 143 | Hits 4

I have quite often received request for the Data Mining Algorithms details. Book Online has wonderful resources for the same. I suggest to read them here.Data Mining Algorithms (Analysis Services – Da...

LightBox connected to MS SQL DB

The Code Project Latest Articles, February 22, 2010
Views: 147 | Hits 30

The lightbox control reads data from your backend SQL Server....

SQLAuthority News Blog Subscription and Comments RSS

Journey to SQL Authority with Pinal Dave, February 22, 2010
Views: 126 | Hits 4

Quite often I get email where many readers ask me how to get email from SQLAuthority.com blog. Today very quickly I will go over few standard practices of this blog using you can stay connected with S...

The Orchard Project as my new blog engine.

Al Pascual, February 21, 2010
Views: 144 | Hits 30

tweetmeme_url = 'http://alpascual.com/blog/the-orchard-project-as-my-new-blog-engine/';tweetmeme_source = 'alpascual';Orchard is an open source CMS web application that will allow you to create any we...

SQL SERVE R- IF EXISTS(Select null from table) vs IF EXISTS(Select 1 from table)

Journey to SQL Authority with Pinal Dave, February 21, 2010
Views: 155 | Hits 24

Few days ago I wrote article about SQL SERVER Stored Procedure Optimization Tips Best Practices. I received lots of comments on particular blog article. In fact, almost all the comments are very int...

SQL SERVER Recompile Stored Procedure at Run Time

Journey to SQL Authority with Pinal Dave, February 20, 2010
Views: 162 | Hits 25

I recently received email from reader after reading my previous article about SQL SERVER Plan Recompilation and Reduce Recompilation PerformanceTuning that how to recompile any stored procedure at r...

SQLAuthority News Microsoft SQL Server Migration Assistant 2008 for MySQL v1.0 CTP1

Journey to SQL Authority with Pinal Dave, February 19, 2010
Views: 123 | Hits 4

Microsoft SQL Server Migration Assistant (SSMA) 2008 is a toolkit that dramatically cuts the effort, cost, and risk of migrating from MySQL to SQL Server 2008 and SQL Azure. SSMA 2008 for MySQL v1.0 C...

Inappropriate Updates?

Simple Talk, February 18, 2010
Views: 88 | Hits 3

The Quirky UPDATE technique has been available to programmers throughout the time Sybase and SQL Server has existed, and so cannot be lightly cast aside, even if one sympathises with Microsoft for the...

SQL SERVER Plan Recompilation and Reduce Recompilation Performance Tuning

Journey to SQL Authority with Pinal Dave, February 18, 2010
Views: 147 | Hits 8

Recompilation process is same as compilation and degrades server performance. In SQL Server 2000 and earlier versions, this was a serious issue but in SQL server 2005, the severity of this issue has b...

Microsoft To Release New SQL Server Service Packs

Microsoft Certified Professional Magazine Online | Todays Top Picks, February 17, 2010
Views: 201 | Hits 50

Microsoft on Friday announced when it will release new service packs for two of its SQL Server products....

SQLAuthority News SQL Server Technical Article The Data Loading Performance Guide

Journey to SQL Authority with Pinal Dave, February 17, 2010
Views: 168 | Hits 17

The white paper describes load strategies for achieving high-speed data modifications of a Microsoft SQL Server database.“Bulk Load Methods and Other Minimally Logged and Metadata Operations provide a...

SQL SERVER Stored Procedure Optimization Tips Best Practices

Journey to SQL Authority with Pinal Dave, February 16, 2010
Views: 428 | Hits 77

We will go over how to optimize Stored Procedure with making simple changes in the code. Please note there are many more other tips, which we will cover in future articles. Include SET NOCOUNT ON stat...

Performance differences between LINQ To SQL and NHibernate

Patrik Löwendahls shout, February 15, 2010
Views: 51 | Hits 10

In my current project one of the actions Ive taken is to have the project and team move away from Linq To Sql to NHibernate. There was a multitude of issues that was the basis for this move, some of t...

Product Spotlight