Forum Replies Created

Viewing 15 posts - 2,731 through 2,745 (of 2,917 total)

  • RE: HELP! Why did a restart improve performance?

    That is good to know.  I knew they both did different things, but I was under the impression that if your parameter was going to be unique for each query,...

    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 know what I should install for my SQL

    That to me sounds like you are running a on the per core license model, although I am confused about the "2 CALS" part.  That to me sounds like 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: Encapsulating complex logic without using a scalar UDF

    jcelko212 32090 - Tuesday, March 14, 2017 11:31 AM

    ScottPletcher - Monday, March 13, 2017 11:45 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: Need to know what I should install for my SQL

    It depends on what type of license you bought.
    I'd personally be looking at:
    SQL Server 2016 Enterprise Edition with SP1

    but it depends on what license you...

    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: Production SSRS Report Issue

    As a thought, did you backup and restore the encryption keys when moving the SSRS database?
    And if this is SQL Standard, did you remove the entries to 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: HELP! Why did a restart improve performance?

    Sounds to me like the plan cache got cleared out and things improved.

    Might want to check on the age of your statistics and possibly schedule an update 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: Encapsulating complex logic without using a scalar UDF

    Jeff Moden - Tuesday, March 14, 2017 10:58 AM

    People keep talking about using a Calendar table to solve the "correct age...

    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?

    drew.allen - Tuesday, March 14, 2017 10:45 AM

    bmg002 - Tuesday, March 14, 2017 10: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: DB restore stucks after recovery step

    Perry Whittle - Tuesday, March 14, 2017 10:36 AM

    sgt500 - Wednesday, March 8, 2017 7:57 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: Unable to fetch result from linked server

    Narine M - Tuesday, March 14, 2017 7:39 AM

    Hi Experts,

    In our production server, we are using one query to fetch the result...

    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?

    drew.allen - Tuesday, March 14, 2017 10:15 AM

    I applied for a job yesterday, and they sent me a SQL test to take....

    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: DB restore stucks after recovery step

    sgt500 - Tuesday, March 14, 2017 9:34 AM

    select from sysaltfile blocked too  🙂
    session_id,wait_type,sql_text,blocked_by
    52    LCK_M_S    select * from sys.sysaltfil    55
    55    NULL           RESTORE DATABASE [dbxxxx] FROM DISK... ...

    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: Oracle's OLEDB Provider VS Microsoft OLEDB Provider for Oracle in SSIS

    farooq.md - Tuesday, March 14, 2017 8:01 AM

    Lowell - Tuesday, July 3, 2012 6:16 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: Encapsulating complex logic without using a scalar UDF

    Jeff, that makes sense then.  I had it set to results to grid, so I did get the million rows plus those messages.  Well, on one of the 2 SSMS...

    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?

    Hugo Kornelis - Monday, March 13, 2017 6:27 PM

    Lynn Pettis - Monday, March 13, 2017 4:33 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.

Viewing 15 posts - 2,731 through 2,745 (of 2,917 total)