Forum Replies Created

Viewing 15 posts - 271 through 285 (of 361 total)

  • RE: Job Fails in SqlAgent but Runs in QA.

    Ok, I gather SSQL Agent terminates on errors over severity 10.  So I have stuck the command in a cmdshell call to osql.

     

    Seems to...

  • RE: Job Fails in SqlAgent but Runs in QA.

    Job 'Log Restore' : Step 1, 'Log Restore' : Began Executing 2006-11-09 05:00:00

    Msg 4326, Sev 16: The log in this backup set terminates at LSN 247596000002146900001, which is...

  • RE: How to find current LSN in transaction Log

    And how do I then transform that lsn value into the same format as the lsn in a backup set?

     

     

  • RE: How to stop a long rollback?

    Seriously tho, use the kill command to check how far through the rollback you are. (Check BOL if you don't know how).  Very rarely I have found a hard reset...

  • RE: How to stop a long rollback?

    Go to the pub.

     

     

  • RE: self blocking in sql server

    hi

     

    Perhaps I am barking up the wrong tree here - but do you mean spids which sp_who2 suggest are blocking themselves?  If so, this is just a change in the...

  • RE: When do we know we need to run statistics?

    queries suddenly getting real slow for no good reason is a bit late I guess...

  • RE: collation and performance

    The crystal application should be able to modify the collation on the fly (depending on how you are doing it).  At a last ditch you could create a set of...

  • RE: Why CREATE STATISTICS on a column list ?

    stats are pretty fundamentally vital.  They tell the optimiser what the distribution of data for a given column is. This allows it to decide more effectively what indexes and join...

  • RE: Changing server collation

    I second (third) the trauma of different collations in tempd and operational databases.  Its a right pain in the jacksy.

    Backup your logins, and rebuild away.

    Just remember there is a good...

  • RE: collation and performance

    The collation breaks down into several discrete chunks.  The Character set, case sensitivity, accent sensitivity, and kana sensitivity.  For perfomance I gather a binary collation is quickest.

    I would suggest if...

  • RE: Linked server query problem

    usually I find that when a linked query fails silently it is often something simple - like the table or column on the target server not existing ... or equally...

  • RE: how to handle daylights savings time???

    Just leave the server on gmt... the accounts department love interesting reports like 'bob withdrew $1000 at 01:10 but he had never deposited money until 01:30'... or audited records where...

  • RE: Employee Slurping

    araldite in the usb ports does the trick...

  • RE: SQL Server Adventures for the Oracle DBA

    Ah, table variables.  Yes I see what you mean.  However, I should point out that they DO take up space in tempdb, and have a few other side effects.  eg...

Viewing 15 posts - 271 through 285 (of 361 total)