Forum Replies Created

Viewing 15 posts - 41,866 through 41,880 (of 49,562 total)

  • RE: How big will the transaction logs get?

    Mat Cottrell (1/9/2009)


    Is there a way to get an idea on this?

    How long is a piece of string?

    It depends on the activity in your database, the frequency of your log...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (1/9/2009)


    Oh heck yes. I've got no issues with heat. You sweat, what's the big deal?

    Cold hurts.

    I'm actually the other way around. The heat just kills me. Day...

  • RE: Numerical values getting trunctaed in 2005 which were not in 2000

    Please post table definitions, sample data, the query and show what you think you should be getting, and what you are. Read this to see the best way to post...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (1/9/2009)


    There's about 3 inches of completely frozen snow in my yard and another 4-6 inches of the fluffy crap on the way tomorrow night.

    BLECH!

    It's been 30+ degrees here...

  • RE: Update small parts of XML in DB

    jonas_granlund (1/9/2009)


    I dont agree to that SQL server 2008 dont work as an XML Store, with the new enhancement in XQuery and XML Schema it is a really great XML...

  • RE: Update small parts of XML in DB

    jonas_granlund (1/9/2009)


    Im not sure if you mean to store claims in a traditional (relational) way with each attribute for the claim in an own column?

    Absolutely. SQL is a relational...

  • RE: Help needed to do performance tune in stored...

    The first thing I would suggest is you try to split that up into smaller procedures. First, it'll make it more likely for the thing to get an optimal plan,...

  • RE: How do I solve 2005 workgroup deadlocks

    langsoo (1/8/2009)


    How should I go about optimizing to get rid of the deadlocks?

    Please post the deadlock graph that traceflag 1222 produces.

  • RE: highest unused ID

    foxjazz (1/8/2009)


    yea, sorry I guess I meant lowest unused.

    if 1,2,4,5 are used, then 3 would be a result.

    So you want the lowest unused value from an identity column? Not a...

  • RE: Restore Database Without Log

    Can you describe your scenario in more detail please? Are you restoring a backup, trying to attach a database, something else?

    Do you have a clean, uncorrupted backup of this database?

  • RE: highest unused ID

    Can you be more specific? Primary keys don't have to be sequential, so the concept of 'highest unused' isn't something that applies to all primary keys.

  • RE: Restore with Recovery option

    kwoznica (1/8/2009)


    WITH MOVE 'NAV5LIVE_DATA.MDF' TO 'E:\COPYDB\NAV5LIVE08_DATA.MDF',

    MOVE 'NAV5LIVE_1_DATA.NDF' TO 'E:\COPYDB\NAV5LIVE08_1_DATA.NDF',

    MOVE 'NAV5LIVE_LOG.LDF' TO 'E:\COPYDB\NAV5LIVE08_LOG.LDF',

    RECOVERY,

    STATS = 5;

    I believe the highlighted name should be the logical file names, not the...

  • RE: Missing data rows?

    Ron Kunce (1/8/2009)


    My options are to increase the .net timeout values or best to get the server upgrade made a top priority.

    How about optimising the database query? That will...

  • RE: Post Full Backup Transacation Log Backup Huge

    murrayd (1/8/2009)


    Reorganize Indexes,

    That'll do it.

    If you're rebuilding all indexes on all tables than you are 'changing' every row in the database. Index rebuilds are fully logged in full...

  • RE: Missing data rows?

    Ron Kunce (1/8/2009)


    This leads me think that option may have deprecated some time ago as the user guide is from manuals.sybase.com/onlinebooks/. . ..

    Sybase and SQL split...

Viewing 15 posts - 41,866 through 41,880 (of 49,562 total)