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

  • 2
    Liked

    Run SSMS as different Windows user

    When connecting to a server from SSMS using Windows Authentication, you are limited to using only user which you used to log on to Windows. For example, if you login using User1 on Windows and launch SSMS, you can only use User1 to connect to a server from...

    Vishal Gajjar  Posted on Apr 23 2012 12:00AM
    Profile · Blog
  • 1
    Liked

    Exporting data to CSV file using SQLCMD/BCP

    When it comes to exporting data there are different options available in SQL Server, such as SQL Server Integration Services, Generating Insert Scripts, BCP, Import and Export Wizard and SQLCMD. When it comes to exporting data as CSV file, BCP and SQLCMD a...

    Vishal Gajjar  Posted on Mar 27 2012 12:00AM
    Profile · Blog
  • 0
    Liked

    SQL Server – Row count for all views / tables

    Getting row count for all tables in a database is straight forward. You can display row count for all tables by joining sys.objects and sys.partitions as below: [UPDATE: sys.partitions only shows an approximation of the number of rows. (http://msdn.micros...

    Vishal Gajjar  Posted on Dec 28 2011 12:00AM
    Profile · Blog
  • 0
    Liked

    SQL Server – When will my backup finish?

    The sys.dm_exec_requests is a great way to find out how long the BACKUP will take to complete. If you are doing a backup WITH STATS or by GUI, you will not need to use the DMV. But, if someone else is running a backup (or a Job), you can find the percent o...

    Vishal Gajjar  Posted on Nov 18 2011 12:00AM
    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]