On CBS.com: Criminal Minds: Trivia Time
185 Resources for

table

  • Subscribe to this listing via:
  • RSS
  • Email
Show All Related Tags Did you mean Sony PlayStation Portable (372 results), tablet PC (139 results), tablet (63 results), portable device (46 results), executable (42 results)more...
Show Fewer Related Tags Did you mean Sony PlayStation Portable (372 results), tablet PC (139 results), tablet (63 results), portable device (46 results), executable (42 results), bootable CD (29 results), portable video (28 results), timetable (27 results), bootable USB (12 results), portable computer (12 results), Microsoft Windows XP Tablet PC (10 results), File Allocation Table (9 results), bootable USB flash drive (9 results), portable audio (8 results), bootable floppy (8 results), portable (5 results), portable media player (5 results), stable (3 results), Compaq Tablet PC (3 results), minitablet PC (3 results), portable music player (2 results), bootable DVD (2 results), Tableau Software (1 results), portable video player (1 results), portable audio player (1 results)fewer...

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
Build related tables with the Access 2007 Lookup Wizard
The Access 2007 Lookup Wizard makes it easy to create a related table. This walk-through demonstrates how it works. by Mary Ann Richardson
Tags: Job, Microsoft Access, Job Title, Table, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management, Mary Ann Richardson
Blog posts 2008-07-15
How do I... Reseed a SQL Server identity column?
Microsoft SQL Server's identity column generates sequential values for new records using a seed value. Seeding and reseeding an identity column is easy and relatively safe, if you do it correctly. Susan Sales Harkins shows you how it works. by Susan Harkins
Tags: Microsoft SQL Server, Server, Column, Value, Identity, Table, Identity Column, Seed Value, Term Seed, TRUNCATE TABLE, Susan Sales Harkins, Databases, Enterprise Software, Software, Data Management, Susan Harkins
Blog posts 2008-07-15
How do I... Identify and delete duplicates from SQL Server tables?
Duplicate records in a database are bad. You can't tolerate them. At the very least, they'll produce misleading analysis. At the worst, they'll totally wreck everything. Your application will probably run, but everything it generates will be suspect. You have to find them and delete them or your client might...
Tags: Microsoft SQL Server, Server, Column, Record, Table, Databases, Storage, Enterprise Software, Software, Data Management, Hardware, Susan Harkins
Blog posts 2008-06-03
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
How do I... Fill a Word table with Access data?
Almost effortless collaboration is a key selling point for Microsoft Office: If the data already exists in one format, why re-enter it in another. Usually Office delivers nicely on its promise. Word is troublesome, however, because it doesn't offer an import feature. Using the File Open feature, you can specify...
Tags: Microsoft Access, Data, Table, Clipboard, Clipboard Method, Figure C, Figure D Use Word, Figure G, Figure H, Microsoft Word, Word Processors, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management, Susan Harkins
Blog posts 2008-03-31
How do I... Create and manage PowerPoint table data?
Tables are great for communicating and organizing data in a meaningful way. They're also efficient. You can substitute several lists with a single table and your viewers will spend less time pursuing a table than several single column lists. In Microsoft PowerPoint, tables can be a bit...
Tags: Data, Row, Column, Microsoft PowerPoint, Cell, Table, Figure D, Center Tool, Microsoft Office, Office Suites, Software, Susan Harkins
Blog posts 2008-02-12
How do I... Add items to an Access combo box on the fly?
List controls in Microsoft Access, such as the combo box and list box, offer choices to the user. From their point of view, they don't have to enter anything -- they simply select an item. From the application developer's perspective, the database is protected from typos and other erroneous data....
Tags: Box, Response, Solution, Microsoft Access, Item, Control, Property, Truth, Difference, List, Form, Table, NewData, acDataErrContinue, Limit, Yes, Iron, SQL Statement, Gold, Databases, Microsoft Office, Programming Languages, Enterprise Software, Software, Data Management, Office Suites, Software Development, Software/Web Development, Susan Harkins
Blog posts 2008-02-07
Rebuild indexes online with SQL Server 2005
Indexes are specialized data structures that operate on tables and sometimes views in the database engine used to aid in the searching for and sorting of data. Indexes are vital to the database engine returning results quickly. As data is modified in the underlying tables that the indexes operate on,...
Tags: Fragmentation, Microsoft SQL Server, Statement, Index, Microsoft SQL Server 2005, Table, ALTER INDEX Statement, ONLINE, ONLINE Option, Tim, Databases, Enterprise Software, Software, Data Management, Tim Chapman
Blog posts 2007-12-10
How do I... Select records for a dynamic label report in Access?
Generating reports is a big part of most database applications. Generally, a query or filter does a good job of passing only the data you want to see to the report. But it isn't always that easy. There might not be any apparent logic behind the records you want to...
Tags: Database, Microsoft Access, Query, Report, Data, Field, Record, User, Downside, Form, Table, PrintLabel, Figure E, Storage, Productivity, Databases, Hardware, Enterprise Software, Software, Data Management, Susan Harkins
Blog posts 2007-11-06
How do I... Serialize a hash table in C# when the application requires it?
Unfortunately, the .NET Framework does not allow serialization of any object that implements the IDictionary interface. This restriction includes, but is not limited to, hash tables. Like many developers, I have run into this restriction head on and been disappointed about the inability for serialization on hash tables. ...
Tags: Table, Object, List, OrderedTable, NameValuePair, .Net, C#, Software Development, Software/Web Development, Programming Languages, Zach Smith
Blog posts 2007-10-01
See SQL Server graphical execution plans in action
Execution plans are one of the best tools to use to tune your SQL Server queries. In this article, I identify a few basic things to look for in a graphical execution plan to help you better understand how SQL Server uses indexes. I also offer ideas about how to...
Tags: Query, Microsoft SQL Server, Data, Server, Column, Index, Speed, Table, Execution Plan, SalesHistory, SaleID, SaleDate, PoolTable, Product, Bookmark Lookup, Tim, Databases, Enterprise Software, Software, Data Management, Tim Chapman
Blog posts 2007-10-01
Using SQL Server 2008's MERGE statement
SQL Server 2008's new MERGE statement allows you to insert, update, or delete data based on certain join conditions in the same statement. In previous versions of SQL Server, you have to create separate statements if you need to insert, update, or delete data in one table based on certain conditions...
Tags: Microsoft SQL Server, Data, Statement, Table, SQL Server 2008, MERGE, MERGE Statement, Tim, Sales Strategy, Sales Force Management, Databases, Enterprise Software, Sales, Software, Data Management, Tim Chapman
Blog posts 2007-09-24
10 easy ways to turn a dull Word table into a design element
Sometimes all you want from a table is a bare-bones grid. But when a document calls for a little more polish and design appeal, put these tricks to work and turn those grids into sharp-looking tables. by Jody Gilbert
Tags: screenshots, TechRepublic Inc., Microsoft Word, Grid, Table, Jody Gilbert
Image galleries 2007-09-12
How do I... Start an Access label report with any label on the sheet?
Printing labels is a snap using Microsoft Office Access' Label Wizard. Depending on the criteria, the report prints the most up-to-date data in the order you need. The only problem is wasted labels; seldom will a report use all of the labels on the last sheet. You probably just throw...
Tags: Label, Microsoft Access, Report, Problem, Data, Value, Sheet, Printing, Table, Printing Label, tblCustomerLabels, OK, Susan Harkins
Blog posts 2007-09-10
Learning Oracle ADF: Master-detail forms
In my previous two posts, I covered the simplest case for Oracle ADF: building the Model and ViewController objects for a single table. Of course, that's a really basic case. What about the more common case where you've got a master-detail relationship to model? To find out how that works,...
Tags: Oracle Corp., Table, Object, Rex Baldazo
Blog posts 2007-09-05
Understand when to use user-defined functions in SQL Server
In the simplest terms, a user-defined function UDF in SQL Server is a programming construct that accepts parameters, does work that typically makes use of the accepted parameters, and returns a type of result. This article will cover two types of UDFs: table-valued and scalar-valued. (I will not be covering...
Tags: Function, Parameter, Microsoft SQL Server, Server, Value, Table, UDF, SalesHistory, SaleDate, SalePrice, Tim Chapman
Blog posts 2007-09-04
Passing table valued parameters in SQL Server 2008
I have always wanted to be able to pass table variables to stored procedures. If a variable is able to be declared, it should have the functionality to be passed as necessary.I was thrilled to learn that SQL Server 2008 offers this functionality. Here are instructions on how to pass...
Tags: Database, Procedure, Microsoft SQL Server, Data, Variable, Table, Tim Chapman
Blog posts 2007-08-27
How to integrate existing tables with a PowerPoint presentation
You can create a table in PowerPoint, but if the table already exists in Word, why bother? It's more efficient to use an existing table. To insert an existing table into a PowerPoint presentation, do the following: With a slide in edit mode, choose Object from the Insert menu. (In ...
Tags: Microsoft Word, Microsoft PowerPoint, PowerPoint Presentation, Table, Susan Harkins
Blog posts 2007-08-24
Anatomy of Word: Create a table of contents using defined styles
Learn how to combine the table of contents feature and styles available in Microsoft Word to automate the creation of a table of contents. by Scott Lowe MCSE
Tags: screenshots, TechRepublic Inc., Microsoft Word, Table, Scott Lowe MCSE
Image galleries 2007-07-23


Troubleshooting Home Networks
Once you've designed and configured your home network to suit your needs, it's tempting to think your work is done. But you still have to make sure yo ...
Buy Now
Disaster Prevention and Recovery in Windows Server 2003
The Windows Server 2003 Volume Shadow Copy Service offers even small IT shops a unique opportunity to back up just like the big guys. Our Windows Serv ...
Buy Now

CIO Sessions