Viewing 15 posts - 2,596 through 2,610 (of 2,917 total)
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 11, 2017 at 8:35 am
Hmmmm.... not sure why that would be then.
Can you run a SQL script to rename the database post install? Is that an option for your method or no?
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 10, 2017 at 12:57 pm
If you have the hardware (or VM's) for a failover setup, then DH2i's DxEnterprise is a nice HA/DR solution. We don't use it for a full DR solution, but if...
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 10, 2017 at 12:32 pm
Never seen that - and the documentation doesn't mention name changes. It lists the...
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 10, 2017 at 12:13 pm
\setup.exe
/Action=Install
/QS
/SQMREPORTING=0
/IACCEPTSQLSERVERLICENSETERMS
/ERRORREPORTING=0
/Features=ADV_SSMS,BC,BOL,Conn,FullText,RS,SQL
....
/INSTANCEID="SQLPROD01"
/INSTANCENAME="SQLPROD01" will install
1.SQL instance SQLPROD01
2.Create reporting services SQLPROD01
3.on...
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 10, 2017 at 11:53 am
I was doing a bit more digging into this and I have a potentially better thought on the error:
DESCRIPTION: During restore restart, an I/O...
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 10, 2017 at 9:47 am
From checking, it sounds like the service account does have read/write permission on the backup...
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 9, 2017 at 9:50 am
Out of curiosity, when you say "running a 2012 package directly on a 2016 server" you mean that you built up the SSIS package in the 2012 BIDS and then...
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 8, 2017 at 10:39 am
I am not sure what is exactly required for SOX complaince, but we are apparently SOX complaint and don't really do a lot with respect to our ETL process. The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 8, 2017 at 10:26 am
Another thought is the error you reported:
(operating system error 5(Access is denied.))
This leads me to believe that the problem is that one of the below is...
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 8, 2017 at 8:34 am
You're probably fixed on the time now, I had the same thing awhile back....
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 5, 2017 at 12:41 pm
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 5, 2017 at 11:09 am
Wow...that is not too bright by the IT guys - never ran into that...
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 5, 2017 at 10:36 am
I'm glad I'm making progress then. Odd about the double hop error though.
So, I am using IE and the security zone "Local intranet" is set to LOW. If I...
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 5, 2017 at 8:18 am
I had read about all the double hop stuff, but not sure that is my case. I could be compeletely wrong on this mind you.
The SSRS web instance hosts...
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
May 4, 2017 at 4:12 pm
Viewing 15 posts - 2,596 through 2,610 (of 2,917 total)