Getting Started with Adobe After Effects - Part 6: Motion Blur
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.

Friends

Request Friendship



Upload Image

Belgium
Male

My Sections

Sergejack
41 · 4% · 1393

Sergejack - Just Learned

  • Windows Service Installation with a Service User Account

    Sergejack Learned 1 Years ago through Just Learned | 1 Point
    While installing a windows service I wrote this command in my installation script (not using the installutil.exe) and used a service user account. SC.EXE create MyService binPath= "%CD%\MyService.exe" start= auto obj= "domain\Myserviceuse...
    Manas Dash
    39 · 5% · 1482
  • Windows Service Installation with a Service User Account

    Sergejack Liked 1 Years ago through Just Learned | 1 Point
    While installing a windows service I wrote this command in my installation script (not using the installutil.exe) and used a service user account. SC.EXE create MyService binPath= "%CD%\MyService.exe" start= auto obj= "domain\Myserviceuse...
    Manas Dash
    39 · 5% · 1482
  • Windows Service Installation with a Service User Account

    Sergejack Liked 1 Years ago through Just Learned | 1 Point
    While installing a windows service I wrote this command in my installation script (not using the installutil.exe) and used a service user account. SC.EXE create MyService binPath= "%CD%\MyService.exe" start= auto obj= "domain\Myserviceuse...
    Manas Dash
    39 · 5% · 1482
  • SCOPE_IDENTITY() sometimes returns incorrect value

    Sergejack Liked 1 Years ago through Just Learned | 1 Point
    When using INSERTs on large tables (> 1 millon rows), the SCOPE_IDENTITY() or @@identity functions sometimes return wrong results. This is NOT supposed to be fixed in SQL Server versions older than 2012! ...
    guenter
    28 · 6% · 1838
  • SCOPE_IDENTITY() sometimes returns incorrect value

    Sergejack Liked 1 Years ago through Just Learned | 1 Point
    When using INSERTs on large tables (> 1 millon rows), the SCOPE_IDENTITY() or @@identity functions sometimes return wrong results. (*This was NOT supposed to be fixed in SQL Server versions older than 2012!*) **Update:** It seems the problem has be...
    guenter
    28 · 6% · 1838
  • SCOPE_IDENTITY() sometimes returns incorrect value

    Sergejack Learned 1 Years ago through Just Learned | 1 Point
    When using INSERTs on large tables (> 1 millon rows), the SCOPE_IDENTITY() or @@identity functions sometimes return wrong results. This is NOT supposed to be fixed in SQL Server versions older than 2012! ...
    guenter
    28 · 6% · 1838
  • SCOPE_IDENTITY() sometimes returns incorrect value

    Sergejack Learned 1 Years ago through Just Learned | 1 Point
    When using INSERTs on large tables (> 1 millon rows), the SCOPE_IDENTITY() or @@identity functions sometimes return wrong results. (*This was NOT supposed to be fixed in SQL Server versions older than 2012!*) **Update:** It seems the problem has be...
    guenter
    28 · 6% · 1838
  • Get random row from the table

    Sergejack Commented 1 Years ago through Just Learned | 1 Point
    NEWID() is evaluated for each resulting rows while RAND() is evaluated for the whole resultset. It's really important to know NEWID is evaluated afterward in order to understand what happens when you try this : SELECT * FROM (VALUES...
    tokarski
    58 · 3% · 1021
  • Get random row from the table

    Sergejack Commented 1 Years ago through Just Learned | 1 Point
    NEWID() is evaluated for each resulting rows while RAND() is evaluated for the whole resultset. It's really important to know NEWID is evaluated afterward in order to understand what happens when you try this : SELECT * FROM (VALUES...
    tokarski
    58 · 3% · 1021
  • Get random row from the table

    Sergejack knew 1 Years ago through Just Learned | 1 Point
    Sometimes it happens that we need random row (or set of randoms rows) from table. Itzik Ben-Gan shows us, in one of his book, the efficient way to do this:
    SELECT TOP(1) FROM someTable ORDER BY NEWID()
    
    Changing the val...
    tokarski
    58 · 3% · 1021
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.