Viewing 15 posts - 376 through 390 (of 769 total)
did you do any test connectivity ? does it work?
June 7, 2015 at 10:32 am
Nice one. As soon as I saw option #3, I selected and scored 2 points.
June 7, 2015 at 9:36 am
thnx for all your response. I'll better check the status of the first job using sysjobhistory and use that value to the other job. Thnx Indeed. Bye
June 5, 2015 at 3:29 pm
HI Jeff,
Is this possible to club the details of all the folders/files if one mentions any location/path???
This one is only working against files and a v nice one as it...
June 5, 2015 at 12:52 pm
Ohh...great. thnx.
May b the best accurate guess.
Thnx Lynnnn... have a great weekend..
June 5, 2015 at 11:12 am
Filtered indexes are defined on one table and only support simple comparison operators. If you need a filter expression that references multiple tables or has complex logic, you should create...
June 5, 2015 at 10:43 am
I wrote it keeping in view of sql 2012, as I dont have 2014.
However, thnx for modifying it for sql 2014. Nice job.
June 5, 2015 at 8:08 am
Thnx for asking the question.
I have written to get the backup location first, then running delete command to only delete files from the location(backup Path) which has .bak as extension....
June 4, 2015 at 10:39 am
Does you car still make noise now? Lol...:-P:-D;-):-)
June 4, 2015 at 10:23 am
I found something v interesting. I am extracting the backup_path value using XP_INSTANCE_REGREAD.
If the value return with "\" at the end of the string then only the forfile command fails.
Now...
June 4, 2015 at 10:23 am
Tried using this, same error:-
exec master.dbo.xp_cmdshell 'forfiles /P "D:\BACKUP\" /s /m *.bak /d -3 /c "cmd /c del @PATH"'
June 4, 2015 at 9:34 am
Index works like a double edged sword. It helps in retrieval operation when you run SELECT but at the same time it increases time if you are trying to insert/update/delete...
June 3, 2015 at 3:08 pm
Viewing 15 posts - 376 through 390 (of 769 total)