Forum Replies Created

Viewing 15 posts - 9,751 through 9,765 (of 39,804 total)

  • RE: Complete Definitions

    RonKyle (5/4/2015)


    If you have EE, I tend to agree that moving stuff out of the Primary file group makes some sense. However, for most of the databases and instances, I'm...

  • RE: Server Logins

    Xavon (5/4/2015)


    Interesting question.

    But I am disappointed the QotD was not May the 4th related.

    sorry, too busy and didn't think of it. Anyone want to send me one for next year...

  • RE: Rename Logical Filenames

    Take it, Shawn.

    I think showing it a few ways would be good as it's likely a short one.

  • RE: Complete Definitions

    RonKyle (5/4/2015)


    Why or how does this matter?

    It makes the database a little more robust because isolating the system tables from the data tables and indexes reduces the chance that the...

  • RE: Are the posted questions getting worse?

    jonathan.crawford (5/1/2015)


    Jeff Moden (5/1/2015)


    I had a rare and wonderful opportunity, today. Luis is in town and I finally got to meet him and have lunch with both him and...

  • RE: Cloud database management system?

    Your question or post doesn't really have context or make sense.

  • RE: Finding Problem Code

    Eric M Russell (5/1/2015)


    Steve Jones - SSC Editor (5/1/2015)


    david.gugg (5/1/2015)


    We run a daily trace that captures SQL running longer that X seconds. This gives us a good idea of...

  • RE: Job fails when running from SQL Server Agent

    Looks like security issues. Note that the SQL Agent has to have rights here. The Network Service account doesn't necessarily have rights to get to the files you're working with.

    Can...

  • RE: Reading Application Event log to a remote computer

    The error gives you the problem. You need features enabled on the remote machine.

    SQL Server is an application that runs inside Windows. As such, it doesn't have access to...

  • RE: Split and Transform Words

    If someone is sending you a string and you want to use it as a part of a WHERE clause, you'll need to be sure you use dynamic SQL in...

  • RE: Removal of BLOBs from the database

    1TB, but how big on average? The average size matters more for performance and issues.

    If these aren't read often, I might also try to compress them.

  • RE: Finding Problem Code

    david.gugg (5/1/2015)


    We run a daily trace that captures SQL running longer that X seconds. This gives us a good idea of what SQL can be tuned to provide the...

  • RE: Fantasy Football 2014

    I'm in.

    FF for 2015 won't be until Aug, so no real hurry. I think Yahoo is hoping for traffic based on the NFL draft.

  • RE: DB Maintenance - SPROCs running slow

    Thanks

  • RE: give permission to someone

    You have to use a T-SQL command. That can be wrapped inside an SMO/PoSh script, but that's what's needed. Shawn has given you a few ways to do that, but...

Viewing 15 posts - 9,751 through 9,765 (of 39,804 total)