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

    SQL Server – Finding out Database creation time

    Finding database creation time is simple if database has not been detached from server. You can find database creation time using below methods. Using sp_helpdb: You can find the creation time of database using sp_hepldb system procedure. EXEC sp_helpdb &#...

    Vishal Gajjar  Posted on Feb 19 2013 12:00AM
    Profile · Blog
  • 0
    Liked

    SQL Server – Attach Database with MDF file only

    Earlier on my blog I posted about how you can attach a database using T-SQL when no log file is available. You can catch that here. In this post we will see how it can be attached using GUI. To attach a database with no .ldf file, follow below steps: 1. Op...

    Vishal Gajjar  Posted on Jan 30 2013 12:00AM
    Profile · Blog
  • 1
    Liked

    SQL Server – Check Enabled Trace Flags for Server

    In SQL Server you can enable a Trace Flag at session (effective for current session only) level and global level. If you are not sure which Trace Flags have been enabled you can use DBCC TRACESTATUS() command to get a list of enabled Trace Flags. DBCC TRAC...

    Vishal Gajjar  Posted on Jan 24 2013 12:00AM
    Profile · Blog
  • 1
    Liked

    SQL Server – Purging Database Mail History

    SQL Server stores all mails and attachments in msdb database. To avoid unnecessary growth of msdb database you should remove these mail history unless it is required for auditing or other purposes. To check all mails processed by Database Mail, you can use...

    Vishal Gajjar  Posted on May 10 2012 12:00AM
    Profile · Blog
  • 1
    Liked

    SQL Server – Four-part object names

    Generally it is considered good practice using two-part names for objects. It make the code more readable and avoids confusion if objects with similar names exists in different schemas. Some features requires that two-part naming must be used such as creat...

    Vishal Gajjar  Posted on Apr 30 2012 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]