Monday, 16 June 2025

SQLDBA-How to identify indvidual SQL statements with in a batch or store procedure.

 


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 ...