Forum Replies Created

Viewing 15 posts - 9,571 through 9,585 (of 22,214 total)

  • RE: Single Data Base with Multiple Schemas

    If these are completely different functional applications with no shared data between them, then no, I would not put them into the same database. The sizes you're talking about are...

  • RE: Function Vs Stored Procedure

    Yep. Exactly. Nothing hidden there. They are different constructs doing different things.

  • RE: Are the posted questions getting worse?

    L' Eomot Inversé (9/9/2013)


    Grant Fritchey (9/9/2013)


    Not sure anyone noticed, but we passed the three year anniversary of the thread. Thank the gods the terrible twos are over. Our little... thread......

  • RE: Looking for ways to speed up complex query with frequent changes to underlying data

    Also, if the data is that volatile you might be looking at statistics issues on the indexes. How are you doing maintaining those?

  • RE: Are the posted questions getting worse?

    Not sure anyone noticed, but we passed the three year anniversary of the thread. Thank the gods the terrible twos are over. Our little... thread... is a toddler now.

  • RE: Boss keeps creating views as a quick fix

    Take a look at some of your more common or longer running queries that are using these nested views. Then, check the execution plan, specifically looking at the first operator,...

  • RE: Database refresh in isolated environment

    I'll go one step farther than the others. In addition to scripting everything out and then running a restore, I'd get the scripts into some sort of source control so...

  • RE: using performance counter for monitoring db mirroring

    Yeah, you have to do a little work to see the activity in the performance metrics. I outline it in an article here[/url].

  • RE: Offsite Backups

    For backups I've been using Amazon storage and Azure. Both work about the same. If you do go with Azure, I strongly recommend getting a copy of Cerebrata's file management...

  • RE: It's not you; it's us

    Steven.Howes (9/6/2013)


    8 out of 10? really? That's insane. I can't believe that many people would try to cheat and screw their employers by taking a job that...

  • RE: Developer Pressure

    We also use Deployment Manger for our software...

    Ha! Couldn't help it. You have Development Manager in the email. Might want to fix the typo on the web.

  • RE: Database structure question

    Remember, it's relational storage. So create a table that defines funds. That single table will have 65,000 rows, each with a unique column that identifies the fund. Then, you import...

  • RE: Primary Key and Foreign key on the same column

    I do stuff like that all the time. Let's say we're building a system for storing personal information. You have a table to define the person

    PersonID FirstName LastName

    With the primary...

  • RE: Export with Headers

    Jeff Moden (9/5/2013)


    Damn. I forgot all about this. I'll get started early next week. According to what Steve asked for in his OP, I'm thinking that I...

  • RE: It's not you; it's us

    patrickmcginnis59 10839 (9/5/2013)


    Just to reemphasis what I was hoping to relate, I would hope that tests at various skill levels could be just as trustworthy, as its at the skill...

Viewing 15 posts - 9,571 through 9,585 (of 22,214 total)