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

forgotten2
Posted8
knew313
Liked640
Learned355
Commented133
Request Friendship



Upload Image

Male

My Sections

Hardik's Blog (Blogs)
Hardik Doshi
20 · 9% · 2839

Hardik Doshi - Just Learned

  • Drop default constraints of which you don't know the name

    Hardik Doshi knew 1 Years ago through Just Learned | 1 Point
    If you ever add a default constraint on a table without giving it a name, SQL Server will give it a somewhat random name which you cannot guess. To drop those constraints such a query might come in handy: DECLARE @query NVARCHAR(MAX) SET @qu...
    Serge J
    41 · 4% · 1393
  • Finding out Locked tables in SQL Server 2005

    Hardik Doshi knew 1 Years ago through Just Learned | 1 Point
    to find locked tables in SQL Server 2005 , > sp_lock and use Object_Name() to find out name of the table, > SELECT Object_Name(ObjectID) ...
    chatur
    232 · 1% · 193
  • Finding out Locked tables in SQL Server 2005

    Hardik Doshi knew 1 Years ago through Just Learned | 1 Point
    to find locked tables in SQL Server 2005 , > sp_lock and use Object_Name() to find out name of the table, > SELECT Object_Name(ObjectID) ...
    chatur
    232 · 1% · 193
  • CREATE SCHEMA statement must be the only statement in the batch

    Hardik Doshi knew 1 Years ago through Just Learned | 1 Point
    Today, I could not remember quickly how we check for the existence of schema in a database. This is not something I just learned, but something I forgot over the course of time. Since I don't want to rummage through my scripts or hit the web and to h...
    vanne040
    83 · 2% · 657
  • CREATE SCHEMA statement must be the only statement in the batch

    Hardik Doshi knew 1 Years ago through Just Learned | 1 Point
    Today, I could not remember quickly how we check for the existence of schema in a database. This is not something I just learned, but something I forgot over the course of time. Since I don't want to rummage through my scripts or hit the web and to h...
    vanne040
    83 · 2% · 657
  • Sargable vs Non-sargable

    Hardik Doshi knew 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
  • Sargable vs Non-sargable

    Hardik Doshi knew 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
  • MS SQL Server queries can be wrapped in extra parentheses without error

    Hardik Doshi knew 1 Years ago through Just Learned | 1 Point
    I did not expect the following code to run: (((((((SELECT * FROM sys.objects WHERE type = 'U'))))))) But it does, just fine. I believed that parentheses were only an *expressive* construct and never a *procedural* one. I'm quite familiar with deri...
    ErikEckhardt
    65 · 3% · 887
  • MS SQL Server queries can be wrapped in extra parentheses without error

    Hardik Doshi knew 1 Years ago through Just Learned | 1 Point
    I did not expect the following code to run: (((((((SELECT * FROM sys.objects WHERE type = 'U'))))))) But it does, just fine. I believed that parentheses were only an *expressive* construct and could never stand in place of a *procedur...
    ErikEckhardt
    65 · 3% · 887
  • Connecting back to the SQL Server Instance from a disconnected query window

    Hardik Doshi knew 1 Years ago through Just Learned | 1 Point
    From a disconnected query window, we can connect back to the SQL Server instance from the **Query > Connection > Connect** menu option. This may sound simple, but I found this interesting. I usually press F5 (or execute button) twice to get connecte...
    Jacob Sebastian
    1 · 100% · 32004
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.