Getting Started with Adobe After Effects - Part 6: Motion Blur

Liked



Upload Image Close it
Select File

My Experiments with SQLServer
Browse by Tags · View All
SQLServer 126
SQLServer 2008 R2 91
SQLServer 2008 86
SQLServer 2005 82
SQL 60
Database 59
Sql And Me 57
Tips & Tricks 28
SQL Server 27
SQL FAQ 26

Archive · View All
May 2011 25
June 2011 21
July 2011 21
August 2011 19
April 2011 16
January 2013 4
May 2012 3
April 2012 3
October 2011 3
February 2013 2

Vishal Gajjar's Blog

  • 0
    Liked

    TSQL – Import Data Using BULK INSERT

    We can populate a table using a dump of data available as a text file. You can also import data from various type of files including CSV and raw file into SQL. In the example we’ll look at how to import data from a Text file into SQL Table. For this example, I have a Text file ProductList.txt......

    Vishal Gajjar  Posted on Apr 26 2011 8:35AM
    Profile · Blog
  • 0
    Liked

    When did you backup? Where did you backup?

    If you are managing a lot of databases, you might need to scratch your head for a while to remember where and when did you backed up a database. Fortunately, this information is stored in MSDB database and can be easily retrieved using below tables: 1. backupmediafamily – contains one row for......

    Vishal Gajjar  Posted on Apr 23 2011 12:10AM
    Profile · Blog
  • 0
    Liked

    Check currently blocked processes – “sp_who_blocked !”

    We use the undocumented stored procedure sp_who2 to check for blocked process on the server. The output returned by this stored procedure returns all processes on the server. now, to find the processes which are actually blocked, you need to go through the result set, which will be almost > 50 ......

    Vishal Gajjar  Posted on Apr 21 2011 6:45AM
    Profile · Blog
  • 0
    Liked

    TSQL – Transpose Data using Using PIVOT and UNPIVOT

    Often we need to transpose the result set converting rows to columns. let’s look at an example. you can find the syntax on BOL. consider the following data: We need to convert this to a pivot table, the out put should transpose the WeekIDs to rows from columns, the expected result is: ......

    Vishal Gajjar  Posted on Apr 20 2011 8:09AM
    Profile · Blog
  • 0
    Liked

    Management Studio Startup Parameters – Tips & Tricks

    What do we do when we open SQL Server Management Studio? 99% of the time we connect to the server! This can be automated using the command-line options available for management studio. You can see full list of available command-line options, go to Start > Run > type “SSMS /?”: <......

    Vishal Gajjar  Posted on Apr 18 2011 8:30AM
    Profile · Blog
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]