Viewing The "http://feeds.feedburner.com/Sqlteam" as HTML
Note:The Content Below Extracted From The Requested URL From You
And We Are Not Responsible About The 3rdParties Contents

SQLTeam.com Feed
Alerts for when Login Failures Strike

When repeated SQL Server login failures occur, a DBA should investigate. It could just be someone repeatedly typing in the wrong password. Worst case is a virus attack flooding your network with connection requests. Receiving an e-mail while login failures are occurring allows DBAs to investigate and fix the issue as soon as possible. So how is DBA notified of login failures without flooding their inbox?

Author:
Published date: Mon, 14 Jul 2008 00:00:00 GMT
Link: http://feeds.feedburner.com/~r/Sqlteam/~3/337019262/alerts-for-when-logins-failures-strike


PASS Summit 2008 Speaker List
PASS released the list of Spotlight Speakers and their session titles and abstracts. They also released a partial list of the regular session speakers with their titles and abstracts. This is the first 50 sessions of the 130+ total sessions. As more speakers confirm their participation they'll update the speaker list. Don't forget that the price increases by $200 after June 30th, 2008.
Author:
Published date: Wed, 25 Jun 2008 00:00:00 GMT
Link: http://feeds.feedburner.com/~r/Sqlteam/~3/319896159/pass-summit-2008-speaker-list


Implementing Table Interfaces

Last time, we discussed Table inheritance, which allowed us to easily reduce redundancies in our table design by creating "base" or "super" tables that contain columns and relations that "sub-tables" automatically inherit.

That generally works well, but what if you just want to have several entities share a relation, but no common attributes? That is, the entities are not really the same type, and a base class wouldn't make a lot of sense. For example, suppose you are modeling Employees and Offices, and both entities can have multiple phone numbers that you'd like to store. Is there a simple way to create a data model for that without the need for redundant tables and code?

Author:
Published date: Mon, 19 May 2008 00:00:00 GMT
Link: http://feeds.feedburner.com/~r/Sqlteam/~3/293455436/implementing-table-interfaces


Using xp_ReadErrorLog in SQL Server 2005

I would like to share some interesting parameters I found for the undocumented extended stored procedure xp_ReadErrorLog. In doing some testing with this extended stored procedure I found four very interesting parameters. Adding to some of the articles already on the web that discuss undocumented stored procedures, in this article I will explain my testing, use and some examples of the procedure.

Author:
Published date: Mon, 12 May 2008 00:00:00 GMT
Link: http://feeds.feedburner.com/~r/Sqlteam/~3/288638259/using-xp_readerrorlog-in-sql-server-2005


ApexSQL Giving Away 25 Copies of Enforce

ApexSQL is launching a new product called Enforce.  As part of their launch they are giving away twenty-five copies to our members for participating in the forums.  Read on for the details and to find out if you've already won.

Author:
Published date: Wed, 07 May 2008 00:00:00 GMT
Link: http://feeds.feedburner.com/~r/Sqlteam/~3/285312625/apexsql-giving-away-25-copies-of-enforce


Joining to the Next Sequential Row

One of the more obscure requirements that a developer may find themselves facing is the need to compare a row with its immediate sibling. One such case is when a list of values needs to be processed to produce a moving average or to smooth a sequence of statistical numbers where their order is important.  For example, values lying along a time line. The solution is actually quite simple, but not immediately obvious.

Author:
Published date: Wed, 02 Apr 2008 00:00:00 GMT
Link: http://feeds.feedburner.com/~r/Sqlteam/~3/262616887/joining-to-the-next-sequential-row


Using the TIME data type in SQL Server 2008

SQL Server 2008 introduces a TIME data type which allows us to store the time without the date.

Author:
Published date: Thu, 06 Mar 2008 00:00:00 GMT
Link: http://feeds.feedburner.com/~r/Sqlteam/~3/246772184/using-the-time-data-type-in-sql-server-2008


Implementing Table Inheritance in SQL Server

When designing a database, we sometimes come across situations where there are multiple types of entities that we are modeling, but we'd like them to all have certain attributes or relations in common. Using "sub-type" tables is a simple way to implement table inheritance in SQL Server.

Author:
Published date: Wed, 20 Feb 2008 00:00:00 GMT
Link: http://feeds.feedburner.com/~r/Sqlteam/~3/238149311/implementing-table-inheritance-in-sql-server


Writing Outer Joins in T-SQL

Occasionally someone will ask for my help with a query and say that both a right outer join and a left outer join was tried, and still the expected results were not achieved. That made me realize that some developers do not completely understand outer joins and that an article explaining how to use them might help.

Author:
Published date: Mon, 11 Feb 2008 00:00:00 GMT
Link: http://feeds.feedburner.com/~r/Sqlteam/~3/233183534/writing-outer-joins-in-t-sql


Integrating Profiler and PerfMon Log Files

Troubleshooting SQL Server requires the use of both PerfMon (Performance/System Monitor) and SQL Trace files created by SQL Profiler or directly by SQL Server trace. Analysis of the gathered data is much easier if you can correlate your trace file with the PerfMon counters. In this article I'll show how to create a PerfMon counters log file and SQL Profiler Trace file, how to read them both and how to correlate the two files in SQL Profiler.

Author:
Published date: Wed, 06 Feb 2008 00:00:00 GMT
Link: http://feeds.feedburner.com/~r/Sqlteam/~3/229716365/integrating-profiler-and-perfmon-log-files


Which is Faster: SAN or Directly-Attached Storage?

Or should I place my database files on SAN or directly-attached storage? This is a frequently asked question. It comes up repeatedly in public newsgroups, email discussion lists, and private meetings with customers who are concerned with database performance.

Author:
Published date: Mon, 21 Jan 2008 00:00:00 GMT
Link: http://feeds.feedburner.com/~r/Sqlteam/~3/220420989/which-is-faster-san-or-directly-attached-storage


Using Included Columns in SQL Server 2005

One of the new features found in SQL Server 2005 is the ability to add additional columns, called Included Columns, to a non-clustered index. This article will explain the advantages of using included columns and what impact they will have on your database.

Author:
Published date: Mon, 14 Jan 2008 00:00:00 GMT
Link: http://feeds.feedburner.com/~r/Sqlteam/~3/216438163/included-columns-sql-server-2005



This Page Link Is

View Another
URL:
Tragic magic