Forum Replies Created

Viewing 15 posts - 316 through 330 (of 361 total)

  • RE: Decimal Rounding. Am I being silly..?

    Meh, think I am being a bit silly.

    The 1.0/1.45 seems to be coming back as a very different value - rounded again to 6dp.  When I ramp it up with...

  • RE: Is it possible to prevent EM connections?

    Indeed.  Imposing the security I want is going to be a big job.  I have inherited a system that is somewhat out of (firm) control.  You know the ones -...

  • RE: need script to kill user SPIDS

    usually I just alter database set single_user with rollback immediate.

    Seems to do the job.

  • RE: Notify Operator when Locking Exists

    Well, blocking occurs when one process has a lock on a resource (eg a table, record, index etc) that another process needs.

    This is normal, and almost unavoidable.  The question is...

  • RE: Notify Operator when Locking Exists

     

    Not sure how others do it, but I found a scheduled job running every x minutes scanning the sysprocesses table for anything which has...

  • RE: Notify Operator when Locking Exists

    Reactionary is more like it.

    Locks are a vital and integral part of the system - if you set up to be emailed every time you get a lock - prepare...

  • RE: New install select collation

    Thats pretty much it, yup.

     

    The menus on the install don't seem to offer the collation, nor does the fn_collations or whateer it is proc.

    But the collation exists on the database...

  • RE: New install select collation

    Yup, unattended install with a customised setup.iss worked a treat.

  • RE: New install select collation

    mmm.

    At the moment I am pursuing the unattended install path... will let you know if it works!

     

     

  • RE: New install select collation

    yes, thanks.

     

    The problem is the live server (900+ procs) is created with the default collation in this compatability nonsense.  The live db is also in this collation.

    Now, if I have...

  • RE: New install select collation

    Thanks, I've already got that far -

     

    create table testcollate2

    (

    a varchar(250) collate Compatibility_52_409_30003 not null ,

    b varchar(250) collate SQL_Latin1_General_CP1_CI_AI not null ,

    c varchar(250) collate Latin1_General_CI_AI not...

  • RE: Question of the Day for 08 Nov 2005

    so, another top notch question then?

  • RE: sp_rename failed - wtf! HELP!!

    Which is all very well, but one would imagine it would handle it a bit cleaner.  Rather than happily renaming it to an unusable value.

  • RE: sp_rename failed - wtf! HELP!!

    Ok, insanity passed...

     

    looks like sp_rename 'dbo.proc1', 'dbo.proc1_bak'

    decided to rename dbo.proc1, dbo.dbo.proc1_bak ijn sysobjects, and render it totally unusable.

    Judicious direct updating of the system catalog remedied the situation.

     

    But, just,...

  • RE: Collation Settings for a Database

    Hi, unless I am missing something fundamental here, the dateformat is set at the connection level.  Check your connections - eg webservers/odbc/query analyzer etc.

Viewing 15 posts - 316 through 330 (of 361 total)