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

Activity Details

Liked13
Learned6
Request Friendship



Upload Image

65 years old
Boulogne-Billancourt ( France )
Male

My Sections

Patrick Lambin
162 · 1% · 296

Patrick Lambin - Just Learned

  • C# 5.0 Introduce new keywords for Asynchronous made easy

    Patrick Lambin Liked 2 Years ago through Just Learned | 1 Point
    I just learn from Abhishek Sur blog That future of C# 5.0 introduce two new keywords like "await" and "async" keyword for simplified existing multithreading model [code] async Task GetStringsFromUrlAsync(string url) { WebClient client = new Web
    Kirti.darji
    10 · 16% · 4982
  • SQL Server - will not fire the INSERT or UPDATE triggers

    Patrick Lambin Liked 2 Years ago through Just Learned | 1 Point
    The WRITETEXT statement is used to update a column of datatypes text, ntext and image. However it will not fire INSERT or UPDATE triggers
    Madhivanan JR
    3 · 39% · 12429
  • Script to add table in existing publication in transactional replication - SQL Server

    Patrick Lambin Liked 2 Years ago through Just Learned | 1 Point
    I would like to share a script to add tables in existing publication in transactional replication, [CODE] USE PublisherDB GO exec sp_addarticle @publication = N'PublicationName', @article = N'TableName', @source_owner = N'SchemaName', @source
    pprajapati
    6 · 22% · 7054
  • By using SP_depends, we can get stored procedure list related to given Table name

    Patrick Lambin Liked 2 Years ago through Just Learned | 1 Point
    Today I learned, how we can get list of all store procedure from database which is using the given table [code] sp_depends <tableName> [/code] Thank You
    Kirti.darji
    10 · 16% · 4982
  • Using Partition Switching you can move millions of rows from one table to another in less than a second

    Patrick Lambin Liked 2 Years ago through Just Learned | 1 Point
    Assume that there are two tables table1 and table2 which have same structures and table1 has 10 millions rows and you want to move all rows from table1 to table2. The quickest method that I have learnt is to use Partition Switching [code] alter table ta
    Madhivanan JR
    3 · 39% · 12429
  • SQL Server - MONEY datatype will takes 8 bytes and SMALLMONEY datatype will takes 4 byes..

    Patrick Lambin Liked 2 Years ago through Just Learned | 1 Point
    MONEY Monetary data values from -2^63 (-922,337,203,685,477.5808) through 2^63 - 1 (+922,337,203,685,477.5807), with accuracy to a ten-thousandth of a monetary unit. Storage size is 8 bytes. SMALLMONEY Monetary data values from - 214,748.3648 thro
    Robert Dennyson
    11 · 14% · 4419
  • SOME and ANY in TSQL

    Patrick Lambin Liked 2 Years ago through Just Learned | 1 Point
    Just learned about these from the article "SQL Server All, Some and Any Operators" in the website "blackwasp.co.uk". Though these things are basic, its worthy to remember again. The SOME and ANY operators provide equivalent functionality. SOME and ANY
    Robert Dennyson
    11 · 14% · 4419
  • SQL Server - Using YEAR() function for a column in Where Clause will make query non-sargable

    Patrick Lambin Liked 2 Years ago through Just Learned | 1 Point
    When I viewed the code written by co-worker, I found this. To find sales made in 2009, the where clause was written as [code] Where year(sales_date)=2009 [/code] But beware that this will not make use of index available on sales_date column. The effic
    Madhivanan JR
    3 · 39% · 12429
  • Renaming a procedure using sp_rename is not recommended

    Patrick Lambin Liked 2 Years ago through Just Learned | 1 Point
    It is because sp_helptext may not return the correct procedure name as it returns text from syscomments system table. When a procedure is renamed using sp_rename, the text column of this table is not updated. Consider this example [code] create procedur
    Madhivanan JR
    3 · 39% · 12429
Previous 1 | 2 Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.