Forum Replies Created

Viewing 15 posts - 20,161 through 20,175 (of 22,202 total)

  • RE: Compatibility Modes

    I'm running the last CTP, not the RC0 that just came out, but I have 8, 9 & 10 compatability modes. That's 2000, 2005 & 2008.

    I'd suggest not going. The...

  • RE: Why DROP PROCEDURE in every stored proc???

    We have to do deployments out of source control. Sometimes they are incremental deployments and we could get away with having an ALTER statement instead of a DROP & CREATE,...

  • RE: TechEd - Day 1

    One other point, submit abstracts to speak at the conference. If you get accepted, they usually wave the fee to attend. As far as PASS goes, volunteer and work your...

  • RE: TechEd - Day 1

    I worked for several start-ups and they wouldn't send anyone. Larger companies... I sell it to the boss by pointing out sessions on things that we're working on or having...

  • RE: can’t install sql server 2008 client tools

    Which version?

    Do you have any particular error messages?

    Several people on the forum's here have installed it with little to no issue, so we know that it does install.

  • RE: Implementation using Single table Vs Multiple table for an entity

    From what you described, I'd go with a single table, Organization, to describe the basic attributes of that object. Then, I'd add a table, let's call it OrganizationType, that lists...

  • RE: Using much CPU and memore

    Rather than simply spot checking by running sp_who2, you might consider setting up a trace to capture the stored procedures and query calls on the server over a period of...

  • RE: To get the last modified table in a Database

    In SQL Server 2005 or 2000 without some type of structure or mechanism to gather that data, no.

  • RE: Using OpenXML and

    I did a series of tests because I wanted to write an article comparing OPENXML to XQUERY. I couldn't find a fundamental performance difference in query execution time, scans or...

  • RE: Data Migration and Conversion tools/guide

    I agree with Jack. It's like you wrote a product description for SSIS.

    For going to Oracle, I'd suggest getting this third party destination device. Otherwise, moving the data to oracle...

  • RE: Intellisense

    Thanks Bart. Very useful information. I think I'll be staying away from the list all columns option though. I do like David Poole's tip up above. I need to remember...

  • RE: Intellisense

    You are quick, Gail! I haven't even been able to download the bloody thing yet, let alone get my virtual's upgraded.

    Thanks for the post. One less thing to test.

  • RE: TechEd - Day 1

    Great report, thanks Steve. I think you're very right about Powershell. It's incorporated into Operations Manager 2007 and Team Foundation Server. I'm seeing more and more bits & pieces suggesting...

  • RE: Audit Database Changes in the Real World

    Excellent article TJ. Congratulations on a well ordered process.

    Any chance of posting the code for the procs that start the traces? I'm curious about some of the details of how...

  • RE: Poor Performance After Updating Statistics SQL 2005

    Updating the stats will certainly lead to changes in the query plan, depending on what happened in the stats. It's possible that you had a plan that was working well...

Viewing 15 posts - 20,161 through 20,175 (of 22,202 total)