Forum Replies Created

Viewing 15 posts - 2,596 through 2,610 (of 2,917 total)

  • RE: Are the posted questions getting worse?

    rodjkidd - Thursday, May 11, 2017 7:04 AM

    Luis Cazares - Thursday, May 11, 2017 5:47 AM

    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.

  • RE: Specifying ReportServer database names during installation of Database Engine (named instance) and SSRS at command prompt

    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.

  • RE: HA/DR solutions

    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.

  • RE: Specifying ReportServer database names during installation of Database Engine (named instance) and SSRS at command prompt

    Sue_H - Wednesday, May 10, 2017 12:00 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.

  • RE: Specifying ReportServer database names during installation of Database Engine (named instance) and SSRS at command prompt

    ebooklub - Tuesday, May 9, 2017 2:55 PM

    Hi, 

    \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.

  • RE: Why would SQL throw a Severity 016 alert?? following a successful db restore?

    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.

  • RE: Why would SQL throw a Severity 016 alert?? following a successful db restore?

    lindsayscott23 - Tuesday, May 9, 2017 9:23 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.

  • RE: Has anyone had/know of any issues (slow) running a 2012 package directly on a 2016 server?

    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.

  • RE: ETL Processes and SOX

    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.

  • RE: Why would SQL throw a Severity 016 alert?? following a successful db restore?

    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.

  • RE: strange (to me) credential issue

    Sue_H - Friday, May 5, 2017 12:35 PM

    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.

  • RE: strange (to me) credential issue

    Sue_H - Friday, May 5, 2017 11:00 AM

    bmg002 - Friday, May 5, 2017 10:36 AM

    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.

  • RE: strange (to me) credential issue

    Sue_H - Friday, May 5, 2017 10:17 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.

  • RE: strange (to me) credential issue

    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.

  • RE: strange (to me) credential issue

    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.

Viewing 15 posts - 2,596 through 2,610 (of 2,917 total)