Saturday, 13 April 2013

How to find the N th record in sql server 2008


No comments:

Post a Comment

SQLDBA - create the temp db files dynamically

 Below script will  be help full for creating temp DB files for specified count  DECLARE @tempdbfilecount INT; DECLARE @tempdatadir ...