Forum Replies Created

Viewing 15 posts - 4,951 through 4,965 (of 6,216 total)

  • RE: When to Use Dynamic SQL

    Hey Robert,

    Good to see another article from you! Thanks for submitting. As far as dynamic sql, I've never worried about the performance (solve the problem, then seek performance if its...

  • RE: Auto Table Mapping

    I disagree a little about the automation vs the human - just because I can do something manually doesn't mean I should! DTS is a great example of wrapping a...

  • RE: Triggers, Blobs and Locks

    Simon,

    Even if you could stream the data directly to a file not sure you'd want to - strive to make your triggers as quick and as light as possible. You...

  • RE: Purchasing RAM for AWE

    No, just whatever is compatible with your server.

    Andy

  • RE: What is the Maximum Page Size in SQL Server 2000?

    I agree that MS doesn't do a very good job documenting the page size. While it's interesting to poke around the internals, would be a lot easier if they either...

  • RE: Distributing Encrypted SQL FILES

    Not sure its a total waste of time. Every bit you can do to obfuscate is probably going to help if its that critical. Or you think it is! If...

  • RE: Are things THAT different than MS Access?

    I've tried Visio a few times, have not tried Erwin. EM is slightly frustrating as far as the diagramming at times - would be nice to have a diagram that...

  • RE: Newbie Needs Help with Trigger

    One thing I always add as a habit is "set nocount on" as the first executable line in the trigger. I'd also suggest a naming convention just to make your...

  • RE: Nested querries

    "Point you in the right direction we will." Bravo! Best posting I've read today!

    Definitely use ON for your joins rather than the where - everyone else who reads your work...

  • RE: Restore Database (loading)

    If its a development box the drive system may not be great. Take a look with perfmon to see what disk and cpu usage look like - if both are...

  • RE: SQL Server RAM Usage

    Interesting. My solution is always to add memory! The less you hit the disk for anything the better. Other than the cpu queue, are you noticing any problems, performance issues,...

  • RE: Adding a column to an existing table

    I think the problem is with the datatype= part. Normally this is just the one word data type descripion (char, varchar, etc). For some reason DMO does not give you...

  • RE: Reducing Round Trips - Part 2

    Flatfiles! Holy database Batman!

    Im not a big fan of flat files. I'd rather use a recordset or XML - each gives me powerful tools to work with the data easily...

  • RE: AWE Memory and SQL Server 2000 Enterprise

    Steve, you sure about the licensing?

    Andy

  • RE: Date Problem

    Same server?

    Andy

Viewing 15 posts - 4,951 through 4,965 (of 6,216 total)