Forum Replies Created

Viewing 15 posts - 2,776 through 2,790 (of 2,917 total)

  • RE: Trying to figure out why a trigger fired

    I don't see anything in that trigger that should cause any failure unless, as you suggested,  somebody modified the trigger and rolled back their changes OR the application was updated...

    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: Need to send email on pacakge failure

    If I understand correctly, you have a SQL job that calls multiple things, one of which is an SSIS package that sometimes fails and you want it to continue when...

    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: Download a SSRS report from web portal

    sqlfriends - Monday, March 6, 2017 11:47 AM

    I tried to download a report from the new web portal of SSRS 2016, 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: Cursor Insert into table with IDENTITY crisis

    Not to pick a fight, but what if his company doesn't follow ISO 11179 naming conventions?  Or the third party software he purchased doesn't follow those?  Heck, the ISO 11179...

    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: TRIGGERS ON VIEWS

    ExhibitA - Monday, March 6, 2017 8:02 AM

    Before I begin let me apologise for my earlier posts. It seems that I may...

    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: Trying to figure out why a trigger fired

    Ok, so to confirm - there is only 1 logon trigger, correct?

    If so, and that is the entire query, I would still create a logging table to watch...

    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: Trying to figure out why a trigger fired

    alen teplitsky - Monday, March 6, 2017 8:45 AM

    there was an app roll back right before to a previous version but 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: Trying to figure out why a trigger fired

    I would create a logging table and modify the trigger to dump the user and program into the logging table table and any other useful infromation you want for logging...

    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: Combine two query codes

    If I am understanding the issue correctly, you have 2 reports that you want to merge into 1?

    Why not just use multiple data sources in a single report?...

    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: SSIS execute process (cURL) doesn't fail doesn't execute

    szona - Friday, March 3, 2017 12:50 PM

    Hello!
    Like half the SSIS posts out there I am struggling with "but it worked in...

    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: Windows Authenticaion vs. Mixed Mode

    thelenj - Friday, March 3, 2017 7:25 AM

    Perry Whittle - Friday, March 3, 2017 7:21 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 self blocking

    Oh, the plan is to rewrite the query for sure.  And my bad about missing the aliases in the subquery.  It should have been:

    
    

    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: The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is '164'. The expected version is '163'.

    SoHelpMeCodd - Thursday, March 2, 2017 1:22 PM

    Agree that a restart of at least SSRS can be required after running a SP...

    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: Performance improves after reboot

    RVO - Thursday, March 2, 2017 10:37 AM

    No errors.
    It's just when I query
    sys.availability_groups
    it returns records.

    When I query sys.dm_hadr_availability_group_states
    I get no records returned.
    So...

    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: Performance improves after reboot

    RVO - Wednesday, March 1, 2017 1:12 PM

    Van Heghe Eddy - Wednesday, March 1, 2017 5:18 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.

Viewing 15 posts - 2,776 through 2,790 (of 2,917 total)