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

My Activities

Blogs58
Just Learned315
Puzzles50
Ask4
Pages5
Quiz4
ErikEckhardt
65 · 3% · 887

ErikEckhardt - Just Learned

  • Another good reason to avoid using IN clause in your TSQL Queries

    ErikEckhardt Commented 6 Months ago through Just Learned | 1 Point
    @Reuven is correct, and the original post has an error. However, the point being made is still valid, if only the error will be fixed. Just change `INSERT #temp1 VALUES(3)` to use #temp instead, and then adjust the wording "while the query with EXIST...
    satyajitcse
    124 · 1% · 402
  • SSRS - Always run report with the most recent data, Do not cache temporary copies of report

    ErikEckhardt Liked 6 Months ago through Just Learned | 1 Point
    Any SSRS report is not re-displaying the changed information when running the same report back-to-back, even though the report itself is set with the following in the SSRS setup: Always run this report with the most recent data, Do not cache temporar...
    chiragce
    195 · 1% · 238
  • SSRS - Always run report with the most recent data, Do not cache temporary copies of report

    ErikEckhardt Learned 6 Months ago through Just Learned | 1 Point
    Any SSRS report is not re-displaying the changed information when running the same report back-to-back, even though the report itself is set with the following in the SSRS setup: Always run this report with the most recent data, Do not cache temporar...
    chiragce
    195 · 1% · 238
  • relearned how to write a regular expression for validating email addresses

    ErikEckhardt Commented 7 Months ago through Just Learned | 1 Point
    Using regex to validate email addresses is very difficult. The regular expression you presented does work in many cases but is very basic. One example is that `+` is a valid character in an email name. You are going to make a lot of gmail users mad i...
    Paras Doshi
    16 · 10% · 3265
  • Another good reason to avoid using IN clause in your TSQL Queries

    ErikEckhardt Commented 7 Months ago through Just Learned | 1 Point
    I think the real issue here, as another person has said, is the lack of proper aliases. This problem of not using aliases and mistakenly getting an outer reference can happen anywhere an outer reference is allowed: In the in ON clauses of joins re...
    satyajitcse
    124 · 1% · 402
  • Simple way to create checksum over all fields using HASHBYTES function

    ErikEckhardt Commented 7 Months ago through Just Learned | 1 Point
    Dishdy, Convert your image column to `varbinary(max)` and you can `HASHBYTES` it all you like!...
    dsorokin
    616 · 0% · 57
  • Find Match and not match Data Using Binary_CheckSUM

    ErikEckhardt Commented 7 Months ago through Just Learned | 1 Point
    Unmatched: SELECT * FROM #temp1 T1 INNER JOIN #staging_temp2 T2 ON T1.id = T2.id AND NOT EXISTS ( SELECT T1.Name, T1.City INTERSECT SELECT T2.Name, T2.City ) Mat...
    nirav.gandhi
    38 · 5% · 1503
  • Using WITH to create a series of data

    ErikEckhardt Commented 7 Months ago through Just Learned | 1 Point
    This does work but can be slow for large data sets. May I recommend Itzik Ben-Gan's method when needing a huge number of rows: WITH S1 (N) AS (SELECT 1 UNION ALL SELECT 2), S2 (N) AS (SELECT 1 FROM S1, S1 B), S3 (N) AS (SELECT 1 FROM S2...
    dsorokin
    616 · 0% · 57
  • Removing Special Characters From String.

    ErikEckhardt Commented 9 Months ago through Just Learned | 1 Point
    @Eric Thank you. A SQL 2012 instance is coming to my company in the near future, but not yet... so I am lamentably lacking in some of its features....
    ABHISHEKONLINE4ALL
    104 · 2% · 503
  • Removing Special Characters From String.

    ErikEckhardt Commented 9 Months ago through Just Learned | 1 Point
    @Eric Thank you. A SQL 2012 instance is coming to my company in the near future, but not yet... so I am lamentably lacking in some of its features....
    ABHISHEKONLINE4ALL
    104 · 2% · 503
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.