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

  • 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
  • Get random row from the table

    Sergejack Liked 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 v...
    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 v...
    tokarski
    58 · 3% · 1021
  • SHIFT + F3 to change the case (Proper, Upper, Lower) of selected text in MS Word

    Sergejack Liked 1 Years ago through Just Learned | 1 Point
    In SQL Server Management Studio, we can select text and press SHIFT+CTRL+U and SHIFT+CTRL+L to change the selected text to upper case and lower case respectively. I have been looking for a similar option in Microsft word and just learned that this ca...
    Jacob Sebastian
    1 · 100% · 32002
  • SHIFT + F3 to change the case (Proper, Upper, Lower) of selected text in MS Word

    Sergejack Learned 1 Years ago through Just Learned | 1 Point
    In SQL Server Management Studio, we can select text and press SHIFT+CTRL+U and SHIFT+CTRL+L to change the selected text to upper case and lower case respectively. I have been looking for a similar option in Microsft word and just learned that this ca...
    Jacob Sebastian
    1 · 100% · 32002
  • SHIFT + F3 to change the case (Proper, Upper, Lower) of selected text in MS Word

    Sergejack Liked 1 Years ago through Just Learned | 1 Point
    In SQL Server Management Studio, we can select text and press SHIFT+CTRL+U and SHIFT+CTRL+L to change the selected text to upper case and lower case respectively. I have been looking for a similar option in Microsft word and just learned that this ca...
    Jacob Sebastian
    1 · 100% · 32002
  • SHIFT + F3 to change the case (Proper, Upper, Lower) of selected text in MS Word

    Sergejack Learned 1 Years ago through Just Learned | 1 Point
    In SQL Server Management Studio, we can select text and press SHIFT+CTRL+U and SHIFT+CTRL+L to change the selected text to upper case and lower case respectively. I have been looking for a similar option in Microsft word and just learned that this ca...
    Jacob Sebastian
    1 · 100% · 32002
  • Sargable vs Non-sargable

    Sergejack Commented 1 Years ago through Just Learned | 1 Point
    I don't think it's only relative to comparisons involving a constant. For instance, I call such a clause NON SARGABLE as well: SELECT [...] WHERE DATEPART(YYYY, Table1.MyDate) = Table2.Year -- Where MyDate is indexed But this one is (still acco...
    vanne040
    83 · 2% · 657
  • Sargable vs Non-sargable

    Sergejack Commented 1 Years ago through Just Learned | 1 Point
    I don't think it's only relative to comparisons involving a constant. For instance, I call such a clause NON SARGABLE as well: SELECT [...] WHERE DATEPART(YYYY, Table1.MyDate) = Table2.Year -- Where MyDate is indexed But this one is (still acco...
    vanne040
    83 · 2% · 657
  • Sargable vs Non-sargable

    Sergejack Liked 1 Years ago through Just Learned | 1 Point
    I have always heard about the terms sargable and non-sargable but never really understood how they help in developing efficient sql code. Here is what I have found out... Try to avoid WHERE clauses that are non-sargable. The term “sargable” (which i...
    vanne040
    83 · 2% · 657
Previous | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | ... Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.