Forum Replies Created

Viewing 15 posts - 20,596 through 20,610 (of 22,202 total)

  • RE: Table Level Access

    Samuel Clough (4/22/2008)


    As for the comment about NHibernate not being widely used, if you look around at the upper tier of .NET developers you will find a lot of NHibernate...

  • RE: Table Level Access

    Anders Pedersen (4/22/2008)


    Horrible idea in my opinion.

    Who cares if a developer saves 10%-20% (the numbers I have heard bandied aroud) by using LINQ during development time? How much time...

  • RE: SQL Configuration analysis

    The honest answer is, it depends. But I've found that most of the time, performance problems are in the code and the structure, not the system. That assumes the system...

  • RE: Table Level Access

    There are three tiers of code to developers, client, business, data access. If you want to make development faster, you need to reduce or eliminate one of these tiers. They...

  • RE: Table Level Access

    Excellent, and timely, question. I've been trying to track down the exact same information. The whole idea of ORM (Object Relational Mapping), which LINQ and Entity Framework are examples, has...

  • RE: nHibernate

    Thanks for getting back.

    At this point, to everyone except the development architect, we're still gathering information prior to making a decision. My two biggest issues come down to 1) not...

  • RE: Select first row of each employee, entrydate, entrytime

    Something along these lines will work as well. I agree you should fix your data types. This will only work well if you've got good indexes too.

    SELECT t.Name, t.Date, t.Time

    FROM...

  • RE: Job Activity Monitor SQL 2005

    When you have the Job Activity Monitor window open, it's on the left in the Status field under a link labeled "View filter settings" and you can also get to...

  • RE: Job Activity Monitor SQL 2005

    One other thing you might look at. The Activity Monitor has a "filter settings" that might be filtering out the info that you expect to see. You should check that...

  • RE: Job Activity Monitor SQL 2005

    You mentioned a job that changes it's status between the time it ran and the time you looked at it. Did it run again during that time period? That's the...

  • RE: Job Activity Monitor SQL 2005

    If the history is getting cleaned up, it's from that properties page I mentioned. There is a way of removing history. It sounds like you might have a bit of...

  • RE: Job Activity Monitor SQL 2005

    Do you mean the history of the jobs? Or do you mean that a job failed at 3am, but succeeded at 6AM so it shows as successful? If the former,...

  • RE: Performance Problem with SQL Server 2005

    I assume there's a real difference between the number of users and transactions between dev & production? That alone will show a pretty large difference in behavior. But I'd still...

  • RE: Performance Problem with SQL Server 2005

    From what I can see here, I'd focus on the code. You've got a lot of waits occurring. Do you know why? You also have a reasonably high number of...

  • RE: Error Handling in SSIS

    Nice article.

    I'm not an SSIS expert, but I overheard our SSIS guru's discussing your article. They liked it. That's a good sign.

Viewing 15 posts - 20,596 through 20,610 (of 22,202 total)