On CBSSports.com: Mike Tyson's daughter dies in accident
573 Resources for

microsoft sql server 2005

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean Microsoft SQL Server 2005 (573 results)

TechRepublic Resources

Removing Duplicate Records using SQL Server 2005
Removing duplicate records from tables is sometimes an arduous task, especially if the source table does not contain a primary key field. Here's how you can take advantage of a new SQL Server 2005 feature to remove duplicates quickly and efficiently. by Tim Chapman
Tags: Microsoft SQL Server, Record, Microsoft SQL Server 2005, Table, SalesHistory, SaleDate, SalePrice, SELECT, Productivity, Databases, Enterprise Software, Software, Data Management, Tim Chapman
Blog posts 2008-07-29
Avoiding Cursors with SQL Server 2005
Sometimes cursors are necessary when executing queries in SQL Server, but most of the time they can be avoided entirely. Tim Chapman shows where cursors can traditionally be used, and how you can use features packaged in SQL Server 2005 to avoid them. by Tim Chapman
Tags: Microsoft SQL Server, Cursor, Microsoft SQL Server 2005, Inventory, InventoryDate, InventoryCount, DATEADD, GETDATE, SELECT, BigScreen, PoolTable, Databases, Enterprise Software, Software, Data Management, Tim Chapman
Blog posts 2008-07-21
Create custom looping procedures in SQL Server 2005
Tim Chapman shows how to create system stored procedures that will allow you to loop through and execute statements against any type of object in SQL Server 2005. by Tim Chapman
Tags: Stored Procedure, Microsoft SQL Server, SQL, Microsoft SQL Server 2005, CLR, Exec, N, Tim, System Stored Procedure, NVARCHAR, Databases, Enterprise Software, Software, Data Management, Tim Chapman
Blog posts 2008-07-08
Define custom error messages in SQL Server 2005
By defining custom error messages in SQL Server 2005, you can use the severity of these messages to illicit certain types of behavior from the database engine. Tim Chapman provides ideas on how to use custom error messages in your shop. by Tim Chapman
Tags: Message, Microsoft SQL Server, Microsoft SQL Server 2005, Error, Error Message, Custom Error Message, RAISERROR, CATCH, Tim, Databases, Enterprise Software, Software, Data Management, Tim Chapman
Blog posts 2008-06-30
How do I quickly back up a database in SQL Server 2005?
This quick tip from Steven Warren shows you how to perform a simple backup in SQL Server 2005. by Steven Warren
Tags: Microsoft SQL Server, Microsoft SQL Server 2005, Backups, Storage, Databases, Hardware, Enterprise Software, Software, Data Management, Steven Warren
Blog posts 2008-06-27
Installing System Center Essentials 2007 for midmarket IT shops
For the monitoring, system management, and software deployment side of the house in a mid-sized company, Microsoft offers System Center Essentials 2007. Here we walk through a sample installation and talk about the features. by Scott Lowe
Tags: Microsoft Windows Server, Microsoft SQL Server, Information Technology, Installation, SQL, Microsoft Corp., Microsoft SQL Server 2005, Microsoft IIS Server, SCE 2007, Figure C Prerequisites, Microsoft Windows, Microsoft Windows Server 2003, Servers, Databases, Operating Systems, Software, Hardware, Enterprise Software, Data Management, Scott Lowe
Blog posts 2008-06-17
Audit data using SQL Server 2005's COLUMNS_UPDATED function
Auditing data changes in your production environment is very important, especially if you are dealing with confidential information. Besides tracking the data that has been modified, it is also useful to track the individual field names that have been modified. This information is great for your auditing department, and it...
Tags: Function, Audit, Microsoft SQL Server, Auditing, Trigger, Microsoft SQL Server 2005, COLUMNS_UPDATED, COLUMNS_UPDATED Function, System Function, Tim, Databases, Enterprise Software, Software, Data Management, Tim Chapman
Blog posts 2008-05-13
Using SQL Server 2005 Integration Services variables from a Script Task
If you've written a SQL Server 2005 Integration Services SSIS package that uses variables, you may have occasion to manipulate those variables within a Visual Basic script task. Unlike much of SSIS, there's not really a visual editor to help you with this part. In my opinion, the process is...
Tags: Microsoft SQL Server, Microsoft SQL Server 2005 Integration Services, Variable, Microsoft SQL Server 2005, Databases, Enterprise Software, Software, Data Management, Rex Baldazo
Blog posts 2008-04-28
Creating variables in SQL Server 2005 Integration Services
SQL Server 2005 Integration Services SSIS is really well thought out in terms of how it supports user-created variables inside the packages you create. It is, however, not always that intuitive how to create, consume, and manipulate those variables. So I'm going to take my next couple of blog posts...
Tags: Task, Microsoft SQL Server, Microsoft SQL Server 2005 Integration Services, Variable, Microsoft SQL Server 2005, Databases, Enterprise Software, Software, Data Management, Rex Baldazo
Blog posts 2008-04-14
Simplify SQL Server 2005 queries with a Dates table
I find that it can be advantageous to use a Dates table, especially when doing a lot of date calculations. Learn what a Dates table is and how to create one, and then try it out for yourself. What is a Dates table? A Dates table stores a...
Tags: Microsoft SQL Server, Microsoft SQL Server 2005, Table, DateLookup, DATEPART, SaleDate, Tim, Sales Strategy, Databases, Enterprise Software, Sales, Software, Data Management, Tim Chapman
Blog posts 2008-04-14
Document Sarbanes-Oxley compliance with SQL Server 2005
As the DBA for revenue-generating applications, I am frequently invited by my CIO to meetings with Sarbanes-Oxley auditors to discuss the security and integrity of corporate data. In a nutshell, we're expected to answer any number of questions, via appropriate documentation, about who has access to our data, how access...
Tags: Sarbanes-Oxley Compliance, Audit, Event, Sarbanes-Oxley Act, DDL, Microsoft SQL Server, Trigger, Microsoft SQL Server 2005, Data Definition Language Trigger, Data Definition Language Event, Tim, Databases, Enterprise Software, Software, Data Management, Tim Chapman
Blog posts 2008-04-07
Implement custom paging with SQL Server 2005
In previous columns, I covered the basics of using the .NET 3.5 ListView control and explained how to pair it with the DataPager control. Now I'll show you how to use these controls with a SQL Server 2005 backend to implement custom paging, in which only a subset of the...
Tags: Function, Microsoft SQL Server, Data, Paging, Row, Microsoft SQL Server 2005, DataPager, ViewState, GetData Method, ID, newIndex, Servers, Databases, Enterprise Software, Hardware, Software, Data Management, Tony Patton
Blog posts 2008-03-25
Build directory structures using SQL Server 2005
If you ever work with directory structures on the filing system, you know how challenging it can be to traverse through folders to find specific files. If you store this type of information structure in the database, you are even more aware of what it takes to retrieve the data....
Tags: Microsoft SQL Server, Microsoft SQL Server 2005, Directory Structure, Tim, Databases, Storage, XML, Enterprise Software, Software, Data Management, Hardware, Software/Web Development, Web Development, Tim Chapman
Blog posts 2008-03-17
SQL Server 2005 Integration Services makes a good first impression
You never get a second chance to make a first impression. This aphorism applies to so many things -- dating and job interviews come to mind. It also applies to software, which I was reminded of when I got to use SQL Server 2005 Integration Services SSIS for the first...
Tags: Oracle Corp., Microsoft SQL Server, Microsoft SQL Server 2005 Integration Services, Microsoft SQL Server 2005, Oracle Data Integrator, Productivity, Databases, Enterprise Software, Java Development Tools, Software, Data Management, Development Tools, Software Development, Software/Web Development, Rex Baldazo
Blog posts 2008-02-20
Capturing SQL Server 2005 database file size information
It's very important to capture trends of the sizes of your SQL Server 2005 database because it allows you to plan for future space needs, notice types of problems, and plan for time periods of heavy volume. I'll show you the simple method that I use to capture this information....
Tags: Microsoft SQL Server, Information, Microsoft SQL Server 2005, DatabaseFiles, Tim, Storage, Databases, Hardware, Enterprise Software, Software, Data Management, Tim Chapman
Blog posts 2008-02-15
Installing System Center Essentials 2007
For some time, Microsoft has focused on large enterprises and small business, as evidenced by products such as Small Business Server. The midmarket (500 PCs, a couple dozen servers) has very similar needs as smaller and larger enterprises, but faces unique challenges. Whereas Microsoft provides some specific products for smaller...
Tags: Microsoft Windows Server, Microsoft SQL Server, Installation, SQL, Microsoft Corp., Microsoft SQL Server 2005, Microsoft IIS Server, SCE 2007, Figure C Prerequisites, Microsoft Windows, Servers, Databases, Operating Systems, Software, Hardware, Enterprise Software, Data Management, Scott Lowe, tag
Technical articles 2008-02-06
Finding dependencies in SQL Server 2005
Any time you need to modify objects in your SQL Server 2005 database, the objects that are dependent upon those objects are a concern. You don't want to remove columns from tables, procedures, views, or tables if there are objects dependent upon them that are being used. ...
Tags: Procedure, Microsoft SQL Server, Microsoft SQL Server 2005, Object, SalesHistory, SalePrice, Tim, Databases, Storage, Enterprise Software, Software, Data Management, Hardware, Tim Chapman
Blog posts 2008-02-04
Find blocking processes using recursion in SQL Server 2005
Blocking occurs in SQL Server 2005 when one process has one or more records locked, while another process tries to acquire locks on the same set or subset of records. This causes the second process to wait until the first process is done so it can acquire the records; this...
Tags: Process, Microsoft SQL Server, Statement, Information, Microsoft SQL Server 2005, #Processes, BlockingSPID, SELECT, RowNo, LevelRow, usp_StoredProcedure3, Tim, Databases, Enterprise Software, Software, Data Management, Tim Chapman
Blog posts 2008-01-28
Monitor query performance with the SQL Server 2005 procedure cache
In SQL Server 2005, you only need to recompile the statements inside stored procedures. This is much different than SQL Server 2000, where the entire procedure or batch may be recompiled. The benefit to the statement level recompile in SQL Server 2005 is that typically just a few statements inside...
Tags: Monitor, Procedure, Performance, Microsoft SQL Server, Statement, Database Engine, Microsoft SQL Server 2005, Execution Plan, Tim, Databases, Storage, Enterprise Software, Software, Data Management, Hardware, Tim Chapman
Blog posts 2008-01-17
Capture execution plans with SQL Server 2005 Profiler
Execution plans are one of the best tools for diagnosing problem queries and for performance tuning queries on your SQL Server. Prior to SQL Server 2005, the only options for query executions were text plans or graphical execution plans for queries run by hand. In SQL Server 2005, you can...
Tags: Event, Microsoft SQL Server, Trace, Microsoft SQL Server 2005, Option, Execution Plan, SQL Server Management Studio, Tim, Databases, Storage, Enterprise Software, Software, Data Management, Hardware, Tim Chapman
Blog posts 2008-01-14


500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now
IT Professional's Guide to Policies and Procedures, Third Ed
Whether you're creating policies for management, training, personnel, support, privacy, Internet/e-mail usage, security, or inventory, you'll meet the needs of your entire enterprise with this one download!
Buy Now

SmartPlanet