• Sign in
  • Sign up 
  • Welcome
  • FAQ
  • Block Explorer 
  • Night Mode
  • Stolen Accounts Recovery 
  • Change Account Password 
  • Vote for Witnesses 
  • Hive Proposals 
  • OpenHive Chat 
  • Developer Portal 
  • Hive Whitepaper 
  • Privacy Policy
  • Terms of Service
logo
  • Posts
  • Proposals
  • Witnesses
  • Our dApps
LoginSign up

dorvax (25)Hivebuzz level badge

23 followers19 posts5 following1 HP
Blacklisted Users
Muted UsersFollowed BlacklistsFollowed Muted Lists

Joined February 2018 Active 6 years ago

  • Blog
  • Posts
  • Replies
  • Social
  • Notifications
  • Wallet
Posts
Comments
Payouts
  • dorvax (25)in #technology • 6 years ago
    featured

    NeuCyte Licenses Its Novel Neuronal Programming Technology To Enable Academic Research

    NeuCyte, Inc., a leading neuroscience drug discovery company, announced that it has entered a license agreement with Boston Children's Hospital. As part of the agreement, Boston…
    $0.00
       0 3
    • dorvax (25)in #sql • 6 years ago
      featured

      What is a Correlated Subquery?

      The correlated subquery is a form of a subquery that cannot be run independently of the outer query, because it contains one or more columns from the outer query. The correlated…
      $0.00
         2 2
      • dorvax (25)in #noticias • 6 years ago
        featured

        El futuro de Huawei

        Huawei Technologies Co., Ltd. es una empresa privada multinacional china de alta tecnología especializada en investigación y desarrollo, producción electrónica y marketing de…
        $0.00
           1 0
        • dorvax (25)in #sql • 6 years ago
          featured

          alert when CPU usage is High in SQL SERVER

          IF OBJECT_ID('tempdb..#TABLEHIGHCPU') IS NOT NULL DROP TABLE #TABLEHIGHCPU; CREATE TABLE #TABLEHIGHCPU ( C1 INT, C2 INT ); DECLARE @i INT = 1; WHILE (@i <= 12) -- Set…
          $0.00
             3 0
          • dorvax (25)in #sql • 6 years ago
            featured

            Información física sobre BBDD (uso, espacio, etc)

            Este script además de ser útil para mí, está escrito también para otros para que puedan hacer exactamente lo que yo hice, modificarlo y terminar con un script que se ajuste a sus…
            $0.00
               1 0
            • dorvax (25)in #sql • 6 years ago
              featured

              Making Joins as a Pro in SQL Server

              I am going to discuss seven different ways you can return data from two relational tables. I will be excluding cross Joins and self referencing Joins. The seven Joins I will…
              $0.00
                 4 1