Viewing 15 posts - 1 through 15 (of 113 total)
I had written couple of SP's but such requirement never occurred.
Thank you Hugo and Jeff.
April 20, 2016 at 3:32 am
Andrew Ryan (7/9/2009)
I want to use vaariables with my USE commands.
USE @DBName
GO
if I use...
April 16, 2016 at 1:26 am
In above examples you have used Set @dbname= 'database name'.
I am taking this input from Stored procedure input. How can you help?
April 15, 2016 at 5:53 am
Dynamic Script means , In only one stored procedure I can grant access to required object. It may be Table, schema,view or stored procedure.
Steps
1. It will verify if...
April 5, 2016 at 9:34 pm
Hi Bhavesh, Looks like you are connecting to machine via citrix where SQL server is installed .
You can simple take copy only backup in case if it is PROD,...
February 5, 2016 at 4:57 am
You can simply Put 10 Steps in single job. (Assign steps 1 to 10 as per sequence needed).
In case any step failes in this scenario rest steps will not execute...
February 5, 2016 at 4:46 am
You can create Stored procedure for restoring, with parameters , dbname and path. Best way, you need to pass paramaters and execute SP.
January 29, 2016 at 2:47 am
using powershell script you can get that data.
January 29, 2016 at 2:45 am
What is the exact requirement? Number of error logs is important or error log content. I think you can search using keywords like 'error' and 'fail'
January 29, 2016 at 2:43 am
Thanks I got what was missing. Thank you so much.
April 11, 2015 at 12:42 pm
Andreas.Wolter (9/18/2013)
September 20, 2013 at 10:35 am
GilaMonster (10/12/2012)
Nothing probably.Is 200 MB of TempDB usage a problem? Is it excessive? Is it unusual?
Hi Gail.... this is just context.... I mentioned about one session here .....apologies...
I mean if...
October 12, 2012 at 9:16 am
Viewing 15 posts - 1 through 15 (of 113 total)