Viewing 15 posts - 316 through 330 (of 361 total)
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...
February 27, 2006 at 4:26 am
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 -...
February 18, 2006 at 5:43 pm
usually I just alter database set single_user with rollback immediate.
Seems to do the job.
December 21, 2005 at 1:02 pm
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...
November 24, 2005 at 4:19 am
Not sure how others do it, but I found a scheduled job running every x minutes scanning the sysprocesses table for anything which has...
November 23, 2005 at 1:47 pm
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...
November 23, 2005 at 11:50 am
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...
November 23, 2005 at 6:22 am
Yup, unattended install with a customised setup.iss worked a treat.
November 22, 2005 at 5:03 am
mmm.
At the moment I am pursuing the unattended install path... will let you know if it works!
November 22, 2005 at 3:46 am
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...
November 21, 2005 at 7:45 am
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...
November 18, 2005 at 3:59 am
so, another top notch question then?
November 10, 2005 at 4:43 am
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.
November 4, 2005 at 6:02 am
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,...
November 2, 2005 at 3:35 am
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.
October 31, 2005 at 6:27 am
Viewing 15 posts - 316 through 330 (of 361 total)