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

Liked29
Learned30
Request Friendship



Upload Image

My Sections

kingkong0924
86 · 2% · 633

kingkong0924 - Just Learned

  • SQL Server - Finding last accessed time for tables by queries or find unused tables

    kingkong0924 Liked 1 Years ago through Just Learned | 1 Point
    DBA should keep a list of tables which are not being used / referenced by anyone in last few weeks. At times, we come up with a requirement where developer asks, can I have list of unused tables or “Can you tell me the tables which are not being used in l
    vanne040
    83 · 2% · 657
  • SQL Server - Finding deprecated features that currently we used

    kingkong0924 Liked 1 Years ago through Just Learned | 1 Point
    How do I know which deprecated features I’m using? To find out, run the following query: [code] SELECT instance_name AS 'Deprecated Feature', cntr_value AS 'Times Used' FROM sys.dm_os_performance_counters WHERE object_name = 'SQLServer:Deprecated Feat
    Hardik
    20 · 9% · 2839
  • SQL Server - GROUP BY ALL to include all the group values which doesn't match the filter criteria

    kingkong0924 Liked 1 Years ago through Just Learned | 1 Point
    Recently I got a requirement to display groups along with number of products in the group, where cost of product falls in certain range. Additional requirement is, even if a group doesn’t have any items in the range; still show that group with the Number
    rajasekhar
    211 · 1% · 221
  • ALT + PrtScn can be used to capture active windows

    kingkong0924 Liked 1 Years ago through Just Learned | 1 Point
    I just learned from Jacob sir that one can capture (only) the active window by using ALT + PrtScn command. Previosuly i used for snipping tool for capturing "active windows" but now having learned about ALT + PrtScn would make life easier. It's a nice keyb
    Paras Doshi
    16 · 10% · 3265
  • SQL Server 2008-Get Spatial index details with T-SQL.

    kingkong0924 Liked 1 Years ago through Just Learned | 1 Point
    I just learned one new thing today."How to get spatial index details with using T-SQL" check out following query. Method #1 [code] SELECT a.name AS Table_Name,b.name As Index_Name FROM sys.tables a INNER JOIN sys.spatial_indexes b ON a.object_id=b.o
    fazalvahora99
    21 · 9% · 2806
  • SQL Server - ORDER BY along with CASE statement will be helpful in implementing Dynamic ORDER BY queries

    kingkong0924 Liked 1 Years ago through Just Learned | 1 Point
    Sometimes while writing a query, we might have the requirement of dynamic sorting, i.e. sorting based on different column based on certain conditions. To do this often developers will use dynamic queries. Without resorting to Dynamic queries, we can writ
    shubha_bbsr
    168 · 1% · 289
  • C# - Under-utilized Padleft() function gives simple solution for few formatting cases

    kingkong0924 Liked 1 Years ago through Just Learned | 1 Point
    Often in web applications, while displaying some data, we often pad data with some characters for uniform look. Suppose, to display dates in a combo box, we might want to display them as 00,01,02...30. Similarly in a numeric box with range 1 to 100, we mi
    shubha_bbsr
    168 · 1% · 289
  • SQL Server - Use Shift+DEL to delete entire line in Query window

    kingkong0924 Liked 2 Years ago through Just Learned | 1 Point
    While you are working in Query window, if you want to delete the current row, you have to highlight entire row and press delete key. Another alternate is to use SHIFT+DEL key. The cursor can be at any position and the entire row will be deleted
    Madhivanan JR
    3 · 39% · 12430
  • SQL Server History with their versions and codenames

    kingkong0924 Liked 2 Years ago through Just Learned | 1 Point
    SQL Server History [code] Version Year Release Name Codename --------------- -------- ----------------------------------- -------------------- 1.0 (OS/2) 1989 SQL Server 1.0 (16bit) - 1.1 (OS/2)
    fazalvahora99
    21 · 9% · 2806
  • How to find a table when you don't know which database it belongs to?

    kingkong0924 Liked 2 Years ago through Just Learned | 1 Point
    In this very short tip I'd like to share my solution to a yesterday quesiton in MSDN forum - how to find the database the table belongs to. I use my favorite idea of dynamically constructing a query using INFORMATION_SCHEMA.TABLES view. [code] DECLARE
    Naomi Nosonovsky
    33 · 6% · 1774
Previous 1 | 2 | 3 | 4 Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.