Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Microsoft Certified IT Professional: Enterprise Support Technician Boot Camp
- View Available Dates and LocationsThis Boot Camp provides the opportunity for IT professionals new to Vista to obtain Microsoft Certified Technology Specialist MCTS: Windows Vista, Configuration certification and Microsoft Certified IT Professional MCITP: Enterprise Support Technician certification, two of Microsoft's new generation of certifications introduced to...
- Tags: Certification, Schaumburg, Exam, Microsoft Windows Vista, Microsoft Corp., Chicago, MCITP, Quality, Microsoft Windows Vista (Longhorn), Microsoft Windows, Business Operations, Operating Systems, Software
- Training 2008-01-01
- MCITP: Server 2008 Administrator Boot Camp
- View Available Dates and LocationsThis Boot Camp will prepare qualified Microsoft professionals to earn the Microsoft Certified IT Professional MCITP: Server Administrator certification for Windows Server 2008. In this intensive test-preparation program, you will practice sample questions and take simulated exams using Transcender, the industry-leading test-preparation...
- Tags: Administrator, Microsoft Windows Server, MCITP, TS, Microsoft Windows Server 2008, Microsoft Windows, Servers, Operating Systems, Software, Hardware
- Training 2008-01-01
- MCITP: Server 2008 Enterprise Administrator Upgrade Boot Camp
- View Available Dates and LocationsThis Boot Camp will prepare Microsoft Certified IT Professional MCITP: Server Administrators on Windows Server 2008 to upgrade to the MCITP: Enterprise Administrator certification for Server 2008. In this intensive test-preparation program, you will practice sample questions and take simulated exams using ...
- Tags: Administrator, Schaumburg, Microsoft Windows Server, Exam, Chicago, MCITP, Microsoft Windows, Microsoft Windows Server 2008, Operating Systems, Servers, Software, Hardware
- Training 2008-01-01
- MCITP: Server 2008 Combo Boot Camp
- View Available Dates and LocationsThis Boot Camp will prepare qualified Microsoft professionals to earn the Microsoft Certified IT Professional MCITP: Server Administrator and MCITP: Enterprise Administrator certifications for Server 2008. In this intensive test-preparation program, you will practice sample questions and take simulated exams using Transcender,...
- Tags: Microsoft Windows Server, MCITP, TS, Microsoft Windows Server 2008, Microsoft Windows, Servers, Operating Systems, Software, Hardware
- Training 2008-01-01
- What happened to the good old-fashioned MCSE?
- Windows Server 2008 will be released early next year. That's right...I said it, another major server OS will be released with undoubtedly more to learn! However, with this release, Microsoft is also rolling out major changes to its certification program. All of us old MCSEs are in for some big...
- Tags: Certification, MCSE, Microsoft Windows Server, Exam, Microsoft Corp., Microsoft Windows Server 2003, MCITP, TS, W2k3MCSE, Microsoft Windows, Microsoft Windows Server 2008, Servers, Operating Systems, Software, Hardware, Jeremy Smith
- Blog posts 2007-11-01
Additional Resources
- uCertify MCITP (70-622) Practice Test (exe)
- Pass MCITP exam 70-622 in first attempt. 270 questions with detailed explanation and 200 study notes. 70-622 - PRO: Vista Client for Enterprise Support Technicia study notes, articles and mock test. 99% pass rate, 100% money back guarantee. Based on latest Microsoft certification exam pattern. Download exam simulation and study...
- Tags: uCertify, Exam, Microsoft Windows Vista (Longhorn), Operating Systems, Microsoft Windows, Software
- Software downloads 2008-03-18
- uCertify - 70-621 MCITP: Enterprise Support Technician (exe)
- Pass MCITP 70-621 exam in first attempt. 280 questions with detailed explanation and 80 study notes. 70-621 - Enterprise support technician Vista study notes, articles and mock test. 99% pass rate. Based on latest Microsoft certification exam pattern. Note:The Download Now link will download an installer file to your...
- Tags: uCertify, Microsoft Windows Vista (Longhorn), Desktops, Operating Systems, Microsoft Windows, Software, Hardware
- Software downloads 2007-08-16
- uCertify - 70-444 MCITP: SQL Server 2005 Optimization (exe)
- Pass MCITP: database administrator 70-444 exam in first attempt. 280 questions with detailed explanation and 80 study notes. 70-444 - SQL Server 2005 Optimizing and Maintaining study notes, articles and mock test. 99% pass rate. Based on latest Microsoft certification exam pattern. Note:The Download Now link will download an installer...
- Tags: Optimization, Microsoft SQL Server, uCertify, Microsoft SQL Server 2005, Databases, Enterprise Software, Software, Data Management
- Software downloads 2007-08-15
- Microsoft Certified IT Professional: Database Administrator Boot Camp
- View Available Dates and LocationsThis Boot Camp provides the opportunity for IT professionals to obtain the Microsoft Certified Technology Specialist MCTS: SQL Server 2005 certification and the Microsoft Certified IT Professional MCITP: Database Administrator certification, two of Microsoft's new generation of certifications introduced to better reflect...
- Tags: Database Administrator, Certification, Microsoft SQL Server, Exam, Microsoft Corp., Microsoft SQL Server 2005, Quality, Databases, Enterprise Software, Business Operations, Software, Data Management
- Training 2008-01-01
- Windows Vista introduces new cert options
- For the last several years, Windows XP marked the mostcontemporary Microsoft client OS certifications an IT professional couldpossess. But all that's changing with the introduction of Windows Vista.While Vista?s been available to volumelicense customers since November 2006, its wider release in late Januaryseemingly made the new OS? launch official. With...
- Tags: Windows Vista, Microsoft Windows
- Technical articles 2007-03-12
- Compute the percentage of a total with Oracle's RATIO_TO_REPORT
- Many reports include a percentage of the report total on each line, in addition to the detail data being reported. For example, what percentage does each customer contribute to all of the orders placed in a month, or what percentage does each sales rep contribute to the total sales?The traditional...
- Tags: oracle, databases
- Blog posts 2007-07-17
- Render SQL*Plus output in HTML
- Oracle's SQL*Plus query tool can create output as HTML tables in addition to plain text. The output format is controlled by the SET MARKUP command. Bob Watkins offers more details in this Oracle tip. SQL*Plus has traditionally been thought of as a plain text SQL query tool. But...
- Tags: HTML, Bob Watkins, Render SQL*Plus, markup, Oracle Tips Newsletter, Oracle Corp., SQL*Plus
- Technical articles 2007-05-23
- Control null data in Oracle using the ORDER BY clause
- NULL data, which is sometimes called "absent" data, can be difficult to work with in relational databases. When a query contains the ORDER BY clause to sort the output, NULL data will sort to the bottom if the sort is in ascending order ASC and to the top if the...
- Tags: oracle, databases
- Blog posts 2007-06-19
- Copy Oracle's Automatic Storage Management files with DBMS_FILE_TRANSFER
- Oracle's Automatic Storage Management ASM, introduced in Oracle 10g, provides an alterative to raw disk devices for storing Oracle-related files. Like raw disks, ASM volumes called diskgroups have no filesystem and cannot be browsed directly at the operating system level. This makes maintenance a challenge because you cannot use the...
- Tags: storage, oracle, databases
- Blog posts 2007-07-10
- Avoid the @ symbol in Oracle passwords
- Password complexity is one of many things that IT auditors examine to see whether a system is secure. IT policies usually state that a password must be a minimum length and include a mix of uppercase and lowercase letters, numbers, and special characters.One special character to avoid with Oracle is...
- Tags: Security, Pl/sql, Passwords, Oracle
- Blog posts 2007-06-05
- Use multiple dump files for large Oracle exports
- Even as far back as Oracle 8i, the Export utility could handle large exports by splitting them into multiple output files. Bob Watkins reviews how this is done prior to Oracle 10g and what changes are necessary for 10g and later. Oracle's Export utility exp is a useful part...
- Tags: Oracle Corp., Storage, Databases, Bob Watkins, database, Oracle Tips Newsletter, Export, FILE Parameter, Application Servers, Hardware, Enterprise Software, Software, Data Management
- Technical articles 2007-05-29
- Avoiding TOO_MANY_ROWS errors in PL/SQL
- Oracle's PL/SQL language has two basic mechanisms for getting data from the database: SELECT and cursors. SELECT is designed to return a single row into local variables; cursors give you the ability to select multiple rows (i.e., a "rowset") and process them one at a time.When you use SELECT in...
- Tags: oracle, databases
- Blog posts 2007-07-31
- Practice using Oracle's Remote Diagnostic Agent before you need it
- Although the DBA can resolve most problems that arise with Oracle databases, there are times when you need to file a Service Request SR with Oracle Support. (The old term Technical Assistance Request, or TAR, is still used by many DBAs to refer to SRs). Once an engineer has been assigned...
- Tags: Oracle Corp., Agent, Bob Watkins
- Blog posts 2007-08-07
- Round and truncate dates in Oracle
- We usually think of rounding as applying only to numeric values: If the digit to the right of where you want to round is 0-4, round down; if it's 5-9, round up. In Oracle, the ROUND function is used for this: The expression ROUND(12.34, 1) evaluates to 12.3, and the...
- Tags: oracle, databases
- Blog posts 2007-07-24
- Explore Oracle 10g's updated sample schemas
- Each new release of Oracle database brings with it new features to explore. It can be a challenge to create adequate sample tables to play with a given feature. But since Oracle 9i, Oracle has had a robust set of sample schemas you can use to learn new features. The...
- Tags: databases, oracle
- Blog posts 2007-06-12
- << Previous
- page 1 of 1
- Next >>