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

Commented4
Liked25
knew24
Learned25
Request Friendship



Upload Image

28 years old
Bangalore, India
Male
Vishal Gajjar
46 · 4% · 1276

Vishal Gajjar - Just Learned

  • TSQL - Query to find all the constraints in a database

    Vishal Gajjar knew 2 Years ago through Just Learned | 1 Point
    [code] SELECT * FROM INFORMATION_SCHEMA.CONSTRAINT_TABLE_USAGE SELECT * FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS -- Above 2 queries will not display DEFAULT constraints list SELECT * FROM sys.objects WHERE type_desc = 'PRIMARY_KEY_CONST...
    Pothiraj
    26 · 6% · 1962
  • TSQL - Query to find all the constraints in a database

    Vishal Gajjar knew 2 Years ago through Just Learned | 1 Point
    [code] SELECT * FROM INFORMATION_SCHEMA.CONSTRAINT_TABLE_USAGE SELECT * FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS -- Above 2 queries will not display DEFAULT constraints list SELECT * FROM sys.objects WHERE type_desc = 'PRIMARY_KEY_CONST...
    Pothiraj
    26 · 6% · 1962
  • Script to find stored procedures created with Recompile Option

    Vishal Gajjar knew 2 Years ago through Just Learned | 1 Point
    I just learned this from MSDN. Below script is used to find what are the stored procs are created with "Recomplie" option. SELECT OBJECT_NAME(sm.object_id) AS ProcedureName,definition as SQLText FROM sys.sql_modules SM INNER JOIN sys.procedures S...
    Mahadevan N
    94 · 2% · 589
  • Script to find stored procedures created with Recompile Option

    Vishal Gajjar knew 2 Years ago through Just Learned | 1 Point
    I just learned this from MSDN. Below script is used to find what are the stored procs are created with "Recomplie" option. SELECT OBJECT_NAME(sm.object_id) AS ProcedureName,definition as SQLText FROM sys.sql_modules SM INNER JOIN sys.procedures S...
    Mahadevan N
    94 · 2% · 589
  • SQL Server Denali - TRY_PARSE() and PARSE() functions relies on CLR

    Vishal Gajjar knew 2 Years ago through Just Learned | 1 Point
    Just learned from Pinal's blog that Try_parse() and parse() functions are CLR functions and it will throw an error if CLR is not installed. Both these functions can be converted from string to numerics/datetime. These will give better performance compar...
    Rami Reddy
    2 · 41% · 12972
  • SQL Server Denali - TRY_PARSE() and PARSE() functions relies on CLR

    Vishal Gajjar knew 2 Years ago through Just Learned | 1 Point
    Just learned from Pinal's blog that Try_parse() and parse() functions are CLR functions and it will throw an error if CLR is not installed. Both these functions can be converted from string to numerics/datetime. These will give better performance compar...
    Rami Reddy
    2 · 41% · 12972
  • SQL Server - DBCC SQLPERF can be used to clear wait stats

    Vishal Gajjar 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
  • SQL Server - DBCC SQLPERF can be used to clear wait stats

    Vishal Gajjar 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
  • SQL Server - In Clustered index, Rows in a page will not store in order. Slot array only will be in order

    Vishal Gajjar knew 2 Years ago through Just Learned | 1 Point
    I always thought that for Clustered Index, Rows physically will store in a page in order. In our recent Chennai UG meet, speaker Ramkumar explained paul randall myths. He mentioned that records are not stored in order, only slot array will be in order. ...
    Rami Reddy
    2 · 41% · 12972
  • SQL Server - In Clustered index, Rows in a page will not store in order. Slot array only will be in order

    Vishal Gajjar knew 2 Years ago through Just Learned | 1 Point
    I always thought that for Clustered Index, Rows physically will store in a page in order. In our recent Chennai UG meet, speaker Ramkumar explained paul randall myths. He mentioned that records are not stored in order, only slot array will be in order. ...
    Rami Reddy
    2 · 41% · 12972
Previous 1 | 2 | 3 Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.