Forum Replies Created

Viewing 15 posts - 2,506 through 2,520 (of 2,917 total)

  • RE: Report queque

    Sue_H - Wednesday, June 21, 2017 5:11 PM

    Hey BMG002 -
    Totally missed all of this post until now. Too broke to...

    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: Report queque

    sqlfriends - Wednesday, June 21, 2017 3:17 PM

    I guess the job folder only has jobs currently running, it will not have jobs...

    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 visual during restore

    DesNorton - Tuesday, June 20, 2017 11:32 PM

    Ed Wagner - Tuesday, June 20, 2017 3:58 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.

  • RE: SQL server upgrade to new version

    My opinion, if the upgrade to 2017 offers no features that you require, I'd stick with 2016.
    The main reason for this - it has been out for a while...

    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 visual during restore

    I've actually seen similar things before.  For me, the issue was that SSMS had been running for a long time and I ran out of memory to display the graphics...

    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 Suggestions on Best way to Query Data

    Smendle - Tuesday, June 20, 2017 12:31 PM

    +x

    bmg002 - Monday, June 12, 2017 2:21 PM

    Based...

    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: Your Job Description

    Eric M Russell - Tuesday, June 20, 2017 9:35 AM

    Rod at work - Tuesday, June 20, 2017...

    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: Are the posted questions getting worse?

    Thom A - Friday, June 16, 2017 6:02 AM

    Ed Wagner - Friday, June 16, 2017 5:27 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: Your Job Description

    My job description was one of the first at my company that didn't have "Other duties as assigned".  My boss had said it was because he wanted to ensure 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: need counts of unique patients

    syam.tunuguntla - Thursday, June 15, 2017 12:10 PM

    here it is in detail

    select
    referringdoctor, city,state,zip,count(distinct patientid) as cnt from nationaltable group by referringdoctor,...

    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 precedence constraint, check my logic please

    jasona.work - Thursday, June 15, 2017 8:09 AM

    I'd like to again say thank you to everyone who made suggestions here.
    I gave 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: SSIS precedence constraint, check my logic please

    RonKyle - Wednesday, June 14, 2017 1:29 PM

    Also, the TRUNCATE is such a basic command, it's hard to see it failing.  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: Issue with date column

    SSIS can be fussy sometimes.

    I'd load the package up in visual studio and try to recompile it with the data source pointing to the same one as your...

    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 precedence constraint, check my logic please

    jasona.work - Wednesday, June 14, 2017 10:33 AM

    Phil Parkin - Wednesday, June 14, 2017 9:49 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: Writing from a SP directly to a flat file ( without using SSIS )

    If you are just wanting to run the SP manually via SSMS and save the results to file, press ctrl+shift+f and then run the SP.

    C# would be pretty...

    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,506 through 2,520 (of 2,917 total)