Viewing 15 posts - 31 through 45 (of 60 total)
Thanks. I figured this out. I''m a db owner and cannot belong to both.
J.
September 25, 2015 at 9:24 am
Thanks grant. Food for thought all right.
Cheers,
J.
August 7, 2015 at 9:42 am
Thank you Grant - I found what I'm looking for. I notice that there is a verify only option to restore.
RESTORE VERIFYONLY FROM DISK=blah
Worth considering from my pov.
Thanks,
J.
August 7, 2015 at 7:06 am
Thank you Orlando - probably ignorance on my part (to answer your question).
I'm calling this from inside a maintence plan package. I will refactor and see if it works....
July 20, 2015 at 3:56 am
Hi, thanks for that. Actually I found that this works a treat for me in my env:
set @SqlCmd = 'powershell.exe Robocopy C:\share\testSource \"c:\share\test Destination\" *.bak /S'
Cheers & thanks,
J.
July 17, 2015 at 7:20 am
Thanks John for your comments. I got this sorted with this article:
https://www.mssqltips.com/sqlservertip/1618/using-the-forfiles-command-to-delete-sql-server-backups/
July 8, 2015 at 4:41 am
Thanks John - the problem is that the "filenameA.bak" changes name (there is a timestamp appended to it). I need some way to reference it. Can you help?
C:\exes\EncryptBackup.exe C:\DBBackup\FolderA Encypt...
July 7, 2015 at 4:24 am
Nice Lowell. Works like a charm.
Thank you.
June 29, 2015 at 7:19 am
Hi everyone,
Thanks for all the comments. The following script appears to work for my needs:
use DBName
select * from sys.synonyms
where base_object_name LIKE '%SearchString%'
Ideally, I would like the ability...
June 29, 2015 at 6:59 am
Hi,
Yes SQL Search is free, indexes fast and is easy to use but does not detects string in the synonyms 🙁
June 29, 2015 at 5:02 am
Thanks John,
I'm trying:
Use DBName
SELECT *
FROM sys.sql_modules
WHERE definition LIKE '%searchstring%'
but its not finding the string! I can see the string in question inside the synonym. What am I doing...
June 29, 2015 at 4:16 am
We got a solution. We set the relevant database to "TRUSTWORTHY" - the certs then started to work properly. I'm just investigating now if there are any negative ramifications of...
June 19, 2015 at 2:32 am
Thanks for the advice. We thought as much. Genuinely - we are having problems with the certificates on out new 2014 box. Here is some detail of the problem:
Background: We...
June 18, 2015 at 6:06 am
Thanks. I take it there fore I can update to SP1...??
June 17, 2015 at 4:38 am
Ok - thanks for the suggestions. I'm nearly sure we are using standard and are up-to-date with updates. Anyone else out there with anything to offer? Any suggestions.....
June 17, 2015 at 3:59 am
Viewing 15 posts - 31 through 45 (of 60 total)