SQL Server 2014 ConsultingThe market-leading SQL Server product line continues to benefit from frequent enhancements that allow Microsoft's strategic data platform to keep pace with the fast-changing paradigms of modern information technology. SQL Server 2014 incorporates significant improvements in key areas including performance, availability, security, and hybrid-cloud optimization. Progent's certified consulting team can provide efficient online and onsite planning, configuration, management, troubleshooting, and application development services for SQL Server 2014.

Progent can help you migrate your data and applications from earlier versions of SQL Server or from other database management environments. Progent can also help you integrate various versions of SQL Server 2014, from SQL Server Express to SQL Server Enterprise Edition, with Microsoft's critical OS, application, and management platforms including Windows Server and Hyper-V, Exchange, SharePoint, Dynamics, Lync or Skype for Business, and System Center. Progent can help you deploy SQL Server 2014 in your local data center, across private and public clouds, or in hybrid environments that span local and cloud-based infrastructure.

SQL Server 2014 Cloud Stotage Consulting

SQL Server 2014 supports hybrid local-plus-cloud data storage for high-availability and on-demand scale

Editions of SQL Server 2014
SQL Server 2014 is available in several editions designed to fit the needs of organizations of any size and to handle virtually any database application that requires performance, security, high availability, and easy management. SQL Server 2014 Express is a free version of SQL Server that supports up to four cores, can power desktop, web and small server applications and that includes the full version of SQL Server 2014 Management Studio. Express supports a rich set of development and management tools including CLR, FileStream and FileTable, Microsoft Visual Studio Integration, Intellisense, Date and Time datatypes, and Native XML support. SQL Server 2014 Standard supports up to 16 cores 128 GB of memory for the Database Engine, and a max relational database size of 524 PB. The Standard edition also adds basic support for OLTP plus basic reporting/analytics, data warehousing, data mining. and basic AlwaysOn High Availability (HA), which includes 2-node Failover Clustering. In addition, the Standard edition supports Buffer Pool Extension (PBE) to solid-state disks, StreamInsight Standard Edition, backup encryption and compression, and Smart Backup. SQL Server 2014 Business Intelligence includes support for Master Data Services, advanced analysis services and data mining, PowerPivot for SharePoint and Excel, and comprehensive reporting services. SQL Server 2014 Enterprise supports the maximum RAM allowed by the operating system, and delivers higher performance with in-memory OLTP and in-memory ColumnStore for data warehousing. The Enterprise edition also includes Resource Governor, data compression, Transparent Database Encryption, Extensible Key Management, advanced auditing, and premium StreamInsight. Availability is improved with AlwaysOn Availability Groups and mirrored backups.

Enhanced In-Memory Technology
SQL Server 2014 is the first version of Microsoft SQL Server that incorporates in-memory technology that operates transparently across all workloads including OLTP, data warehousing, and data analytics. A new In-Memory OLTP engine (formerly code-named Hekaton), the headline feature of SQL Server 2014, can improve OLTP performance by a reported 30x. Because in-memory capability is built into SQL Server 2014, there is no need to rewrite entire applications, purchase expensive add-ons, or learn new development tools or APIs. You simply define a heavily accessed table as memory optimized. A migration advisory built into SQL Server Management Studio makes it simple to determine what to migrate to memory for maximum impact on performance. You can leverage your hardware resources by keeping "cold" data on disk and "hot" data in memory, and you can transparently reference both memory-optimized tables and disk-based tables in a query.

In addition, in-memory ColumnStore has been enhanced in SQL Server 2014 Enterprise by being updatable rather than read-only, so you get the performance associated with a clustered ColumnStore for operations such as Selects, Inserts, Updates, and Deletes. In-memory ColumnStore also allows greater compression in SQL Server 2014 to reduce storage requirements for data warehousing. The new Buffer Pool Extension (BPE) feature of SQL Server 2014 allows you to expand buffer pools seamlessly to non-volatile solid-state disks (SSDs) in order to provide caching between high-speed RAM and slow mechanical disks to achieve faster file I/O without sacrificing durability and without requiring the purchase of additional high-cost RAM.

Unified HA/DR
SQL Server 2012 introduced AlwaysOn Failover Cluster Instances and AlwaysOn Availability Groups to provide enterprise-class HA for mission-critical applications. SQL Server 2014 takes AlwaysOn technology to the next level by offering enhanced HA, improved utilization, and easier deployment and management. SQL Server 2014 supports Windows Server 2012 R2 Clustered Shared Volume and online VHDX, and the maximum number of readable secondary replicas has been increased from 4 to 8. When disconnected from the primary replica or during cluster quorum loss, readable secondary replicas now remain available for read workloads. In addition, Failover cluster instances (FCIs) can now use Cluster Shared Volumes (CSVs) as cluster shared disks.

As with SQL Server 2012, you can deploy an advanced HA solution with commodity disk storage rather than expensive SANs, and you can improve resource utilization by offloading read functions like Business Intelligence (BI) reporting to the secondaries while at the same time using the secondaries for backups. In addition, SQL Server 2014 includes new wizards to simplify the deployment of replicas on-premises and to the Microsoft Azure cloud. (Learn about Progent's Microsoft Azure planning and cloud integration consulting services.) You can also monitor and manage replicas located on site or in the cloud using SQL Server Management Studio (SSMS) or Microsoft System Center. For information about Progent's consulting services for System Center, see System Center planning and support.

SQL Server 2014 High Availability Consulting

AlwaysOn HA supports a synchronous replica for DR and asynchronous for backups, with both secondaries actively used

The diagram illustrates a typical AlwaysOn HA configuration that features a synchronous replica for disaster recovery (DR) and an asynchronous replica for backups, where both secondaries are actively used to improve utilization. For a description of the AlwaysOn capabilities introduced in SQL Server 2012, see SQL Server 2012 consulting services.

Improved Capacity and Performance via Windows Server 2012 R2 Integration
SQL Server 2014 takes advantage of Windows Server 2012 R2 to achieve enhanced scalability of processing, networking and storage resources. SQL Server 2014 accommodates as many as 640 logical processors and 4TB of RAM in a physical environment and up to 64 virtual processors and 1TB of memory for each virtual machine (VM). SQL Server 2014 also utilizes Windows Server 2012 R2 for network virtualization by abstracting the networking layer, which facilitates the migration of SQL Server 2014 between data centers. Operation with Windows Server 2012 R2 also supports storage virtualization with Storage Spaces, which allows you to create pools of storage and storage tiers that permit "hot data" to utilize premium storage and relegates "cold data" to standard storage. This ensures higher and more consistent performance and improves availability. To learn more about the advantages of Windows Server 2012 R2, see Windows Server 2012 R2 planning and consulting services.

Security and Compliance Enhancements
SQL Server 2014 offers important new security features including backup encryption, expanded role separation, and enhanced encryption key management.

Backup Encryption: SQL Server 2014 introduces the ability to encrypt data while it is being backed up. You specify the encryption algorithm and the Certificate or Asymmetric Key encryptor when you create the backup file. Because the data is compressed prior to being encrypted, this new feature offers excellent compression factors that were unavailable using the older method of SQL Server Transparent Database Encryption (TDE). Encrypted backup supports both local and Microsoft Azure cloud destinations, and encryption options can be configured for the new SQL Server Managed Backup to Microsoft Azure feature.

Expanded Role Separation: SQL Server 2014 introduces four new permissions that allow organizations to distribute privileges among users or roles, eliminating the need to give any one user or role complete control over a critical business process or software program. Role separation makes it easier to meet increasingly strict regulatory compliance improve compliance by delivering new capabilities for creating roles and sub-roles. Enhanced separation of duties makes it possible, for example, for a database administrator can now manage the data without being allowed to see sensitive data or personal information.

Extensible Key Management (EKM) Improvements: As an alternative to storing symmetric data encryption keys on SQL Server, the Extensible Key Management (EKM) provider architecture of SQL Server 2014 can protect data encryption keys using an asymmetric key stored in an external cryptographic provider such as the Microsoft Azure Key Vault. This enhances compliance by allowing you to manage keys and data separately. The Azure Key Vault service also offers the option of using strictly controlled and monitored Hardware Security Modules (HSMs) for additional protection of asymmetric encryption keys.

Progent's certified network security consultants can help you create and validate a security strategy for SQL Server 2014 that complies with regulatory requirements and with your own internal standards. Progent also offers a variety of value-prices security vulnerability assessment packages and penetration testing packages designed to evaluate the security profiles of your network infrastructure and your web-facing software applications.

Hybrid Cloud Support with Microsoft Azure
SQL Server 2014 is more closely integrated with Microsoft Azure to support hybrid on-premises/cloud deployments that can lower infrastructure cost, improve availability, simplify management overhead, enhance security, and provide advanced disaster recovery. On-premises SQL Server 2014 databases can be encrypted and backed up automatically or manually to Azure Storage at the database or instance level, and backups can be restored to an Azure Virtual Machine in the event of an on-premises failure. SQL Server 2014 allows you to use SQL Server Management Studio (SSMS) or System Center 2012 R2 to manage your backup environment.

Backup management is simplified with SSMS because you only have to define retention periods and storage locations. SQL Server Managed Backup schedules, executes, and maintains policy-based backups automatically and supports point-in-time restores for the specified retention time period. Microsoft Azure automatically replicates backups in multiple geographies, and you can specify backup locations based on your disaster recovery strategy. New wizards in SSMS simplify the deployment of AlwaysOn secondaries to Azure VMs with a point-and-click experience.

To improve security, you can encrypt all data in the public cloud using TDE certificates and store the TDE keys in a physically secure on-premises machine that is backed up locally. This way, even if your account credentials were to be stolen from your cloud storage account, your data remains protected.

Azure backup offers an especially attractive DR solution for smaller organizations by providing an affordable, secure and easily scalable enterprise-class infrastructure that includes geographic dispersion without the cost and effort associated with building or managing multiple data centers. .

Progent's certified network security consultants can help you create and validate a security strategy for SQL Server 2014 that complies with regulatory requirements and with your own internal standards. Progent also offers a variety of value-prices security vulnerability assessment packages and penetration testing packages designed to evaluate the security profiles of your network infrastructure and your web-facing software applications.

Additional Enhancements to SQL Server 2014
SQL Server 2014 includes additional enhancements that allow administrators to tune the performance of critical applications. Improvements include:

Resource Governance Expanded to Include I/O: The SQL Server 2012 Resource Governor has been expanded in SQL Server 2014 to enforce resource limits for the physical I/Os issued for user threads within a specified resource pool. In SQL Server 2014, resource pools now let you configure minimum and maximum IOPS (IOs Per Second) for each disk volume, allowing organizations to ensure more predictable performance for critical workloads and to balance I/O distribution in multi-tenant environments.

Delayed Durability: SQL Server 2014 allows you to reduce disk latency by designating transactions as delayed durable, sometimes referred to as lazy commit. Unlike a synchronous durable transaction, a delayed durable transaction is asynchronous in that it returns control to the client before the record of the transaction is logged to disk. SQL Server 2014 allows you to control durability at the database level, COMMIT level, or ATOMIC block level, and an application can support a combination of durable and delayed durable transactions. Delayed durability can help relieve performance bottlenecks for transaction-intensive workloads with significant I/O contention for transaction log writes, but applications must be able to tolerate some data loss.

Enhanced Cardinality Estimation: Cardinality estimation, which predicts the number of rows in a query result, is an important tool for performance tuning. SQL Server 2014 incorporates advanced cardinality estimation logic to enhance the quality of query plans and improve query performance for the new generation of OLTP and data warehousing workloads.

How Progent Can Help You with SQL Server 2014
Progent's IT consulting team offers affordable online and onsite expertise and technical support services to help you plan, deploy, manage and troubleshoot your SQL Server 2014 environment. Progent can help you assess the business benefits and technical requirements for you to upgrade to SQL Server 2014 from earlier versions of SQL Server and can help you understand the pros and cons of various deployment scenarios such as an on-premises data center, a system based on Microsoft Azure or other cloud environment, or a hybrid solution. Progent can help you migrate your databases and applications, optimize your network infrastructure, tune the performance of critical applications, implement efficient management tools including Microsoft System Center, address security and compliance issues, and create a disaster recovery plan that includes high availability and transparent backup. If you currently operate SQL Server 2014, Progent can provide comprehensive SQL Server 2017 migration expertise and SQL Server 2019 migration consulting.

Services available from Progent related to SQL Server 2014 include:

  • Comprehensive Project Management Support: Progent offers outsourced or co-sourced project management services to help you follow leading practices in migrating to SQL Server 2014. Services include readiness assessment, requirements definition, solution design, pilot testing, system deployment, performance tuning, documentation, plus IT staff and training.
  • Database and Application Migration: Progent's database consultants offer expertise with current as well as end-of-life versions of Microsoft SQL Server and can also provide Oracle database consulting services, MySQL consulting and support, and Microsoft Access consulting. Progent's extensive background in database technology can save you time and money in your efforts to migrate various databases and applications to SQL Server 2014.
  • Database Administration Consulting: Progent's DBA consultants can help you outsource or co-source DBA services for SQL Server 2014. Services offered by Progent's veteran DBA experts include performance tuning, capacity planning, data security and compliance solutions, client configuration and account management automation, backup/restore strategies, patch and upgrade management, monitoring and reporting, and consolidating databases.
  • Integrating SQL Server 2014 with Other Microsoft Platforms: Progent's Microsoft-certified consultants can help you benefit from SQL Server 2014's advanced integration with other critical Microsoft platforms by providing services such as Windows Server 2012 R2 integration, SharePoint application development, Power BI support for Microsoft 365, Exchange Server integration, Active Directory consulting, and Microsoft Dynamics support.
  • BI Reporting and Analytics: Progent's business intelligence (BI) reporting specialists can help you utilize SQL Server Reporting Services (SSRS) tools like Report Builder and Report Designer for SQL Server 2014 to produce advanced BI reports. Progent can help you configure and use Power View for data visualization of PowerPivot models and SQL Server Analysis Services (SSAS) tabular mode databases. Progent can also help you create reports using popular reporting tools like Crystal Reports, FRx, and Report Writer.
  • Application Development: Progent's database application developers can help you design, create, validate, maintain, tune, and troubleshoot line-of-business SQL Server 2014 applications. Progent can assist you at every phase of your application's life cycle by providing services including requirements analysis, logical and physical modeling, ETL development, T-SQL programming, partitioning design, and performance tuning.
  • Network Infrastructure Design and Troubleshooting: Progent's Cisco-certified CCIE network consultants can help you design, deploy, optimize, and troubleshoot a secure, resilient, and responsive network infrastructure that supports your SQL Server 2014 solution in an environment that can include local and remote data centers and branch offices, private and public clouds, as well as BYOD clients, telecommuters and mobile workers.
  • Security and Compliance Expertise: Progent's information security and compliance consultants have been awarded advanced security certifications such as CISA, CISM, CISSP, ISSAP, CRISC, GIAC and SSCP. Progent offers an array security evaluation and remediation services to protect sensitive data and can help organizations of any size validate compliance with internal, industry and regulatory standards.
  • Virtualization Consulting: Progent's Windows Hyper-V consultants can help you consolidate resources, simplify management, and enhance SQL Server 2014 availability by virtualizing your compute and storage resources both onsite and in the cloud. You can maximize uptime by taking advantage of the Live Migration features of Hyper-V, which allows you to take physical machines offline for service without disrupting SQL Server 2014 applications.
  • Centralized Monitoring: Progent's System Center Operations Manager (SCOM) consultants can help you set up Microsoft's Monitoring Pack for SQL Server 2014 to monitor the health of your SQL Server 2014 environment from a centralized portal that oversees local and cloud-based resources and proactively alerts designated personnel about issues that could impact SQL Server 2014 availability, performance or security.
  • Disaster Recovery/Business Continuity Planning (DR/BC): Progent's business continuity planning consultants can help you create and validate a business continuity plan that includes a strategy for getting mission-critical SQL Server applications and other IT services back on line quickly in case of a variety of emergency scenarios and also addresses logistical issues related to your specific business such as temporary office space, transportation, responsibility chains, and regulatory reporting. Progent's disaster recovery consultants can help you design and test an affordable plan to recover crucial SQL Server functions with the least possible downtime and minimal if any loss of data after a major disruption.

Contact Progent for SQL Server Expertise
To find out more about how Progent can help you with SQL Server 2014, phone 1-800-993-9400 or visit Contact Progent.

If you need immediate online help from a Microsoft-certified consultant, see Progent's Online Network Support.

Find out more about Progent's Consulting Services for Microsoft .NET Server Products.



An index of content::

  • 24-Hour Montgomery Offsite Workforce Cybersecurity Systems Consulting Experts Montgomery Huntsville Work at Home Employees Montgomery Consulting Services - Security Solutions Guidance Montgomery Huntsville
  • After Hours Offsite Workforce Consulting Services near Fort Collins - Backup/Restore Technology Guidance Fort Collins Colorado Fort Collins Offsite Workforce Fort Collins Consulting Services - Data Protection Solutions Consulting
  • Akron Canton Emergency Akron Avaddon Crypto-Ransomware Forensics Analysis Akron Spora Ransomware Forensics Akron, OH
  • Alexandria Locky Ransomware Mitigation Alexandria Virginia Alexandria Ryuk Crypto-Ransomware Counter-Measures Alexandria, Capital Beltway
  • At Home Workforce Expertise near me in Birmingham - VoIP Technology Expertise Birmingham Alabama, United States Birmingham Alabama Birmingham Offsite Workforce VoIP Systems Consulting Services
  • Award Winning Southfield Locky Crypto-Ransomware Settlement Negotiation Expertise Southfield-Plymouth, Michigan, United States Southfield MongoLock Crypto-Ransomware Negotiation Experts Southfield-Plymouth, MI
  • BlackBerry Exchange Computer Consultancy Company Winston-Salem RIM BlackBerry Network Security Consulting
  • BlackBerry Small Business Outsourcing Melbourne, VIC BlackBerry Redirector Service
  • SQL Server 2014 Monitoring Specialist
  • Boston, U.S.A. Boston Telecommuters Collaboration Systems Consulting and Support Services Telecommuters Consultants in Boston - Collaboration Technology Consulting Experts

  • 24x7 Microsoft Expert Exchange Server 2010 Upgrade Consultants
    Technology Professional Exchange Server 2010 Upgrade

    Progent offers comprehensive help for each step of your Exchange Server 2010 migration with services that include end-to-end project management, site analysis, project planning, specification of new software licenses and equipment required, recommended sourcing, system verification at customer location or at Progent's test lab, managing temporary coexistence of Microsoft Exchange 2010 and Exchange Server 2003 or 2007, deployment of the solution, deactivating the old servers, and webinar training for customer's IT group and end users.

  • Brasília, Distrito Federal Suse Linux, Solaris, UNIX Engineer CentOS Linux, Sun Solaris, UNIX Remote Troubleshooting Brasília
  • Catalyst 6800 Switch Integration Services Computer Consultant Catalyst 6500 Switch
  • City of Washington Windows IT Consulting Company Windows Computer Support Consultants Washington District of Columbia
  • Consultant Services Duo MFA and Single Sign-on Online Troubleshooting Duo Multi-factor Authentication
  • Firewall Computer Security Panama District CISSP Protect
  • Firewall Cybersecurity Group Little Rock, AR, Fort Smith, AR, Fayetteville, AR, Jonesboro, AR Little Rock, Fort Smith, Fayetteville, AR CISSP Network Security Audit
  • Las Vegas WannaCry Crypto-Ransomware System-Restoration Las Vegas Nevada Las Vegas Spora Crypto-Ransomware Rollback Las Vegas
  • Lexington-Fayette Lexington-Fayette Crypto-Ransomware Dharma Readiness Testing Lexington-Fayette Ransomware Computer-Malware Susceptibility Checkup Fayette County Kentucky
  • Manager Toronto Canada Design Consultants Toronto, Ontario
  • Marina, CA Cybersecurity Firm Firewall Firewall Cybersecurity Company Salinas, America
  • Microsoft ISA Server 2006 Integration Support Remote Support Microsoft ISA Server 2006
  • MongoLock ransomware recovery Consultants Maze ransomware recovery Consultants
  • Montreal Remote Workers Collaboration Solutions Guidance Montreal Montreal At Home Workforce Collaboration Solutions Consulting and Support Services Montreal, Quebec
  • Network Engineering Job Openings Computer Consulting Part Time Jobs

  • DopplePaymer ransomware recovery Specialist
    Consult MongoLock ransomware recovery

    Progent's Ransomware Hot Line provides 24x7 access to a seasoned ransomware recovery expert who can help your business to halt the spread of an active ransomware breach. Call 800-462-8800

  • NotPetya Ransomware Hot Line Fort Collins Loveland Ransomware Removal and Data Restore Fort Collins, CO
  • Oklahoma CIty NotPetya Crypto-Ransomware Cleanup Oklahoma County Oklahoma County Oklahoma CIty Ryuk Ransomware Recovery
  • Outsourcing IT Support Windows 2008 Server Detroit Michigan Windows Server 2016 Solution Providers

  • Microsoft Skype for Business Presence Consultants
    Microsoft Skype for Business Engineer

    Progent's Microsoft-certified consultants can provide online and onsite expertise for companies of all sizes to assess the benefits of migrating to Microsoft Skype for Business or Skype for Business Online from any version of Lync Server or Office Communications Server. Progent can assist you to plan an on-premises, cloud or hybrid deployment; integrate Skype for Business with Microsoft SQL Server,Exchange, SharePoint and Office or Microsoft 365; set up high-availability solutions; connect Skype for Business with your PBX system and PSTN gateway; and interface with other collaboration systems such as Cisco UC. Progent's certified network security experts can help you create and validate a security strategy for your Skype for Business deployment that meets regulatory requirements.

  • Perth Phobos Ransomware Cleanup Perth Perth Crypto-Ransomware Malware Mitigation Perth, Western Australia
  • Professional Exchange 2003 Upgrade Exchange Server 2003 Upgrade Consulting Services
  • Remote Workers Guidance nearby San Antonio - Management Tools Consulting San Antonio, TX San Antonio Texas, America 24-Hour San Antonio Remote Workforce Endpoint Management Solutions Consulting Experts
  • Remote Workforce Consulting near Knoxville - Help Desk Call Center Outsourcing Consulting Services Knoxville Tennessee, U.S.A. 24x7x365 At Home Workers Consultants nearby Knoxville - Call Desk Outsourcing Consulting Experts Knoxville, TN
  • SQL Server Consulting Services Microsoft SQL Server Application Support
  • San Jose Network Management Silicon valley Consulting Services Firm
  • SQL Server 2014 Database Migration Technical Consultant
  • Security Consulting Services Cisco Ciudad de México Cisco Systems Support Mexico City, La Magdalena Contreras

  • ISR 900 router Consultant
    2900 Router Online Support Services

    Cisco has designed an extensive product line of routers that includes routers designed to deliver the security, performance, and reliability required by organizations from small businesses to worldwide enterprises and ISPs. Cisco routers include support for redundancy, transparent failover, and redundant power for improved reliability and system uptime. Progent can help you select and configure Cisco routers to build a solid infrastructure for your IT system and to make it economical to grow as you add new users, start new offices, deploy new services, open your network to clients and partners, and support a more mobile workforce. Progent offers expertise in a range of routers powered by the Cisco IOS operating system, such as the Cisco 800 series of small business routers, Cisco 2800 and 3800 Integrated Services Routers, Cisco 1900 and 4000 G2 ISR routers, Cisco ASR 1000 and 9000 routers for WAN edge environments, Cisco CRS Carrier Routing System for core Networks, as well as older 1700 and 2600 Routers.

  • Security Engineer Employment Opportunities Tulsa County Oklahoma Cisco CCIP Network Consultant Work At Home Job Tulsa, OK
  • Spora Ransomware Hot Line Mobile, AL Ransomware Data Recovery Port of Mobile, Alabama
  • Support Outsourcing Windows Server 2012 Bakersfield California Bakersfield, Kern County Small Business IT Support Firms Windows Server 2016
  • Symantec Security Protection 24/7 Symantec VelociRaptor Security Team
  • Windows 7 Integration Troubleshooting Microsoft Windows 7 Network Engineer

  • After Hours ransomware rebuild Consulting Services
    ransomware removal and restore Engineer

    Progent's seasoned ransomware recovery experts can help your business to restore an IT network damaged by a ransomware virus like Ryuk, WannaCry, NotPetya, or Locky.

  • Work at Home Employees Fort Wayne Consulting Experts - Cloud Solutions Consulting Experts Fort Wayne, Allen County Best Remote Workforce Fort Wayne Consulting - Cloud Integration Systems Guidance Fort Wayne, Allen County
  • Work at Home Employees Rio de Janeiro Consulting - Collaboration Systems Consulting and Support Services Rio de Janeiro, Centro 24x7 Rio de Janeiro Remote Workforce Collaboration Solutions Consulting Rio de Janeiro, Estado do Rio de Janeiro

  • © 2002-2025 Progent Corporation. All rights reserved.