Viewing 10 posts - 1 through 10 (of 10 total)
I should explain myself a little better, I have 4 SQL jobs which do the following.
1. Check DB integrity and backup database on server.
2. Copy SQL BAK files...
January 15, 2016 at 7:53 am
I am not sure if I understood you correctly, I removed the DISTINCT clause and ran the script. When I ran the script like this I get 31 rows, which...
January 15, 2016 at 6:53 am
Unfortunately I can't use powershell, I am trying to set this up to run as a bat file. Would you know if it is possible to do this with...
July 8, 2015 at 11:13 am
Thanks that worked.
January 29, 2015 at 6:07 am
Hello Ajay,
The path is accessible, also when I run the following I do see all the files in the query results window.
exec xp_dirtree '\\Nas2\sqlbackups\SQL2012TEST\SQL2012TEST\ASBUILTS\FULL',1,1
However I am not clear on what...
January 23, 2015 at 5:52 am
Hello,
I tried to run the script with the following edits, however nothing happened.
--1) Specify existing backup path
SET @BasePath = '\Nas2\sqlbackups\SQL2012TEST\SQL2012TEST\ASBUILTS\FULL';
--2) Specify new backup path
SET @BasePath_Target = 'I:\SQLBackups';
--3) Specify no...
January 22, 2015 at 7:17 am
Thanks everyone!:-D
I just wanted to make sure.
April 7, 2014 at 1:24 pm
Hi Shawn, there is no way to restore a record directly from the transaction log? That is too bad, I have a huge database and I do not have...
April 4, 2014 at 10:28 am
I am getting the following error when I try to run the usp_help_job_status stored procedure.
Msg 208, Level 16, State 1, Procedure usp_help_job_status, Line 17
Invalid object name 'mondb.dbo.job_status'.
What am I...
October 21, 2009 at 12:11 pm
Viewing 10 posts - 1 through 10 (of 10 total)