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

Jaipur
Male
Ashish Gilhotra
31 · 6% · 1776

Ashish Gilhotra - Just Learned

  • Change display name at runtime during mail sending using database mail in SQL Server

    Ashish Gilhotra Liked 2 Years ago through Just Learned | 1 Point
    During working for script to send mail alerts, i just learned as we can change display name for the mail at runtime. It will normally use profile name or display name which configured in database mail profile for mail. Below query will use display name "Ma
    pprajapati
    6 · 22% · 7099
  • In SSMS, we can generate various reports including activity and performance also.

    Ashish Gilhotra Liked 2 Years ago through Just Learned | 1 Point
    Just learned from pinal's blog that by using SSMS, we can generate various reports also. Suppose, we can generate the report of top queries by average CPU Time or average IO Time etc. In SSMS, Right click on server name-> Reports -> Standard Repor
    Rami Reddy
    2 · 41% · 12972
  • SQL Server-To find Index fragmentation details with using sys.dm_db_index_physical_stats.

    Ashish Gilhotra Liked 2 Years ago through Just Learned | 1 Point
    i just learned today, one new thing , "how to find index fragmentation details of all tables in database with using system function sys.dm_db_index_physical_stats." Check out following query. [code] Select object_name(a.object_id) AS Table_Name, b
    fazalvahora99
    21 · 9% · 2806
  • SQL Server 2008 supports different types of compressions for different partitions in a table

    Ashish Gilhotra Liked 2 Years ago through Just Learned | 1 Point
    In past, during working with table partitioning I learned that we can also apply different types of compressions for different partitions of a partitioned table. Below are the queries which rebuild partitions with different page and row compressions. [C
    pprajapati
    6 · 22% · 7099
  • SQL Server - An identity column can have negative seed value and negative increments also

    Ashish Gilhotra Liked 2 Years ago through Just Learned | 1 Point
    Always we will start identity value from 1 and increment by 1. However, an identity column can have negative seed value and can be negatively also incremented. Suppose below table will have 4 rows with id values -100,-101,-102,-103 [code] declare @t ta
    Rami Reddy
    2 · 41% · 12972
  • TRY_CONVERT - A new Conversion functions in SQL Server Denali CTP3

    Ashish Gilhotra Liked 2 Years ago through Just Learned | 1 Point
    TRY_CONVERT() returns a value to be cast to the specified data type if the cast succeeds; otherwise, returns null. It has require three arguments, first is data_type(length) in which value cast, second is exprssion value and third is style which is option
    pprajapati
    6 · 22% · 7099
  • FORMAT - Returns formatted value from specified format of DATETIME in SQL Server Denali CTP3

    Ashish Gilhotra Liked 2 Years ago through Just Learned | 1 Point
    I just reviewed one more datetime enhanced feature provided by SQL Server 2011 CTP3 and it is FORMAT. It will return formatted value of specific format with DATETIME in query. It has three arguments, first argument is for the datetime, second is for forma
    pprajapati
    6 · 22% · 7099
  • SQL Server - Using 'IN' clause to search in multiple columns of a table

    Ashish Gilhotra Liked 2 Years ago through Just Learned | 1 Point
    What if you want to find out if a specific field contains a certain value? For example you want to find out all employees who have 0 vacation hours and 0 sickhours. Common way is to write a where clause with 'or'. Another way to do this is to use 'in'
    Malathi Mahadevan
    74 · 2% · 772
Previous 1 | 2 Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.