Viewing 15 posts - 91 through 105 (of 157 total)
Thanks SSCommitted, one last thing to ask... has anyone ever installed multiple instances on 1 cluster, example:
All one Server
Server1
InstanceA
InstanceB
InstanceB
And I am...
March 7, 2017 at 7:51 am
Ok so to make things easier, and we tested, and worked beautifully, we went with mirroring, with this solution which is similar to log shipping, so big thanks SSChampion for...
February 16, 2017 at 1:44 pm
Gotya thanks, I will try that out, thanks again 🙂
February 16, 2017 at 11:23 am
Hey SSChampion, thanks for the response, ya 2008 is the primary and the 2014 is the secondary, so leave it as restore mode... with recovery, no recovery? I tried it...
February 16, 2017 at 11:08 am
YOU SIR!!! Are you genius! i replaced -U and -P with -E like you said, THEN BAM!! WORKED... OH SO BEAUTIFUL 🙂
February 14, 2017 at 2:43 pm
All good, i sadly didnt mention how it was executed, this is in a SQL agent Job that would be executed once a week, ideally.
February 14, 2017 at 2:30 pm
Hey sgmunson,
yes I definitely made sure of that, i made sure to change to username and password and to use a domain account only, we use windows authentication only...
February 14, 2017 at 2:11 pm
Awesome big thanks, i am soooo close, i am not sure its on my end, or maybe something else, but its saying:
Executing Script: "\\ServerB\Results\Test.sql" Sqlcmd: Error: Microsoft ODBC Driver...
February 14, 2017 at 8:25 am
Ok quick update, i further researched the error, it did recommend i use and stick with the SA, but make sure the sql service account has access to the folder,...
February 13, 2017 at 4:52 pm
YAY found the problem, after much time and pulling out my hair (Had to do a trump aka come over to cover the bald spot that hair use to reside)....
February 13, 2017 at 4:35 pm
I am sorry, me = idiot, it does work, and it did spit out the sql scripts, BIG thanks so now all i have to do is like you said,...
February 13, 2017 at 3:18 pm
cool, but when you say "it should have an output a list of filenames" it didnt, instead it just returned to command prompt, did it output to file? what directory?
February 13, 2017 at 3:01 pm
ok i think that worked, it came back to command prompt, thats good right? sorry me = idiot 😛
February 13, 2017 at 2:42 pm
cool thanks for your input, when i run in command prompt:
c:\users\mypc>FOR /f %%i IN ('\\ServerB\Results\*.Sql /B') do @ECHO %%i
i get: "%%i was unexpected at this time"
February 13, 2017 at 2:19 pm
Hey sgmunson, thanks for the reply, as for the sql agent job, its running under SA, though maybe i should run it in a sql account that has access to...
February 13, 2017 at 1:59 pm
Viewing 15 posts - 91 through 105 (of 157 total)