Forum Replies Created

Viewing 15 posts - 21,241 through 21,255 (of 22,184 total)

  • RE: Upgradation - Migration

    The one piece of advice I can give you is to get the Microsoft Upgrade Advisor. This will identify the places where you need work in your existing 2000 database.

  • RE: Internals Changes

    Excellent. Thanks Steve.

  • RE: plz help me outttttttttt

    Fourth, assuming that's not homework, if it's proprietary information, you sure shouldn't be posting it willy-nilly on the internet.

  • RE: Processing XML Files

    Rereading your description, it sounds like you might be doing RBAR (row-by-agonizing-row) processing. Are you sure the process that you mention that is row-by-row can't be done as a batch?...

  • RE: Internals Changes

    Thanks. His blog seems to be offline right now. I'll check on it later.

    I understood that there were few if any fundamental changes, but I just wanted the chance to...

  • RE: Column Data Copy?

    Oh, sorry. Yeah, I did post the 2005 code. This is the 2005 forum after all. Sorry about that.

  • RE: Processing XML Files

    In addition to the suggestion above to use XML and XPath queries, you might look into the XML Bulk loader. It sounds like you've got a perfect place to use...

  • RE: Recover stored procedure

    Subversion was recommended above. I've used VSS in the past. I'm currently using TFS, Team Foundation System, the new management tool from Microsoft.

    Picking the code management tool is the...

  • RE: Recover stored procedure

    iain lastname (1/11/2008)


    I'd also suggest some source control, we use Subversion and it's quite good but there are others.

    I'd like to second this suggestion. You should treat the code in...

  • RE: Recover stored procedure

    Actually, you could also get one of the third party log explorer tools and retrieve the older version of the procedure from the log IF you have your recovery set...

  • RE: Recover stored procedure

    Not really.

    You could restore a previous backup of the database to a different location and retrieve it that way.

  • RE: Column Data Copy?

    Removing them and readding them will work. You could just run:

    DISABLE TRIGGER ALL ON dbo.TableName

    Just remember to run:

    ENABLE TRIGGER ALL ON dbo.TableName

    Otherwise, whatever the trigger does for you... it's not...

  • RE: How to join to table row with max column value in a View

    Depending on the data type & how you write the query, the MAX should work too. I've just found that the TOP... ORDER BY works better especially with a clustered...

  • RE: SQL Server 2005 ( Schema Issue )

    I think that your SQL Server instance is running under the local service account and does not have access to the network. You either have to expose the network to...

  • RE: SQL Server 2005 ( Schema Issue )

    Below my post is a button that reads "Add Topic"

    Click that, fill in the blanks and more people will see the question.

    I take it my answer wasn't helpful.

Viewing 15 posts - 21,241 through 21,255 (of 22,184 total)