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

My Sections

Bogdan Sahlean
388 · 0% · 104

Bogdan Sahlean - Just Learned

  • SQL Server - GROUP BY ALL to include all the group values which doesn't match the filter criteria

    Bogdan Sahlean Commented 1 Years ago through Just Learned | 1 Point
    [`WHERE filter GROUP BY ALL solution`] is less efficient than [`AggFunction( CASE WHEN ... END )`] because SQL Server will scan (Table Scan) the same table two times. For these two solutions: PRINT '***Solution1***'; SELECT ProductGroupID...
    rajasekhar
    211 · 1% · 221
  • SQL Server - GROUP BY ALL to include all the group values which doesn't match the filter criteria

    Bogdan Sahlean Commented 1 Years ago through Just Learned | 1 Point
    [`WHERE filter GROUP BY ALL solution`] is less efficient than [`AggFunction( CASE WHEN ... END )`] because SQL Server will scan (Table Scan) the same table two times. For these two solutions: PRINT '***Solution1***'; SELECT ProductGroupID...
    rajasekhar
    211 · 1% · 221
  • ODBC Scalar functions

    Bogdan Sahlean Commented 2 Years ago through Just Learned | 1 Point
    Both ODBC functions (`{fn extract(minute from getdate())}` and `{fn minute (getdate())}`) are translated into `datepart(minute,getdate())` ....
  • ODBC Scalar functions

    Bogdan Sahlean Commented 2 Years ago through Just Learned | 1 Point
    Both ODBC functions (`{fn extract(minute from getdate())}` and `{fn minute (getdate())}`) are translated into `datepart(minute,getdate())` ....
    SQLZealot
    55 · 4% · 1125
  • ODBC Scalar functions

    Bogdan Sahlean Commented 2 Years ago through Just Learned | 1 Point
    Both ODBC functions (`{fn extract(minute from getdate())}` and `{fn minute (getdate())}`) are translated into `datepart(minute,getdate())` ....
    SQLZealot
    55 · 4% · 1125
  • ORACLE - "Using" - simplifed join syntax

    Bogdan Sahlean knew 2 Years ago through Just Learned | 1 Point
    Today I learned from Niladri's blog about the keyword "Using", which greatly simplifies joining relationship between 2 queries. General Syntax : [code] Table1 t1 join table2 t2 on t1.DeptId = t2.DeptId; [/code] Using Syntax : [code] Table1 jo...
    Rami Reddy
    2 · 41% · 12972
  • ORACLE - "Using" - simplifed join syntax

    Bogdan Sahlean knew 2 Years ago through Just Learned | 1 Point
    Today I learned from Niladri's blog about the keyword "Using", which greatly simplifies joining relationship between 2 queries. General Syntax : [code] Table1 t1 join table2 t2 on t1.DeptId = t2.DeptId; [/code] Using Syntax : [code] Table1 jo...
    Rami Reddy
    2 · 41% · 12972
  • SQL Server - DBCC SQLPERF can be used to clear wait stats

    Bogdan Sahlean Liked 2 Years ago through Just Learned | 1 Point
    Just learned from pinal's blog that by using DBCC SQLPERF, we can clear the wait stats. [code] DBCC SQLPERF('sys.dm_os_wait_stats', CLEAR); [/code]......
    Rami Reddy
    2 · 41% · 12972
  • SQL Server - DBCC SQLPERF can be used to clear wait stats

    Bogdan Sahlean knew 2 Years ago through Just Learned | 1 Point
    Just learned from pinal's blog that by using DBCC SQLPERF, we can clear the wait stats. [code] DBCC SQLPERF('sys.dm_os_wait_stats', CLEAR); [/code]......
    Rami Reddy
    2 · 41% · 12972
Previous 1 | 2 | 3 Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.