Viewing 15 posts - 1,711 through 1,725 (of 5,103 total)
That's just an example on how many "ifs" have to happen in order to start considering a 10% fill factor ![]()
September 7, 2007 at 4:01 pm
have a look at OPENXML ... BUT you must use a TEXT variable not a varchar(8000)
September 7, 2007 at 3:52 pm
| I've now tested the system out with 20,000 codes (about 100,000 characters in the string) and it is... |
September 7, 2007 at 3:46 pm
I don't know what to do. There is more about it, management, political, etc. |
Fire the Boss
September 7, 2007 at 3:38 pm
Did you noticed how many "ANDS" you wrote in one sentence ?
September 7, 2007 at 3:34 pm
if this is SQL Server 2000 you should apply latest service pack.
September 7, 2007 at 3:26 pm
I have not found an easy way out of that one ![]()
Sorry for the bad news.
September 7, 2007 at 3:23 pm
My first attempt would be to run SQLIO or SQLIOSim on both to verify throuput of the drives... I have had controllers "surprises" many times.
Secondly you mention "RAID5" vs "RAID10"...
September 7, 2007 at 3:19 pm
I believe you have an architectural Issue. Connection pooling is a must and if you don't use it you will hit a bottleneck.
You must ensure that all is being pooled....
September 7, 2007 at 3:11 pm
Very Tricky but doable (in some cases) ![]()
---=====================================
--- sp_helpdb returs two resultsets
---====================================
create table #t1 (
namenvarchar(24) null,
db_sizenvarchar(13) null,
ownernvarchar(24) null,
dbidsmallint null,
createdchar(11) null,
statusvarchar(340) null,
compatibility_leveltinyint null)
insert into...
September 7, 2007 at 2:59 pm
Ooops sorry. I didn't followed the link ![]()
September 7, 2007 at 2:46 pm
I see you have a "NOT FOR REPLICATION" parameter setup on the identity column. So I am guessing this came from on a "subscriber" database. Anyway You can run
DBCC CHECKIDENT...
September 7, 2007 at 2:44 pm
You should grow your files "manually" at an appropriate time, never using autogrow (which should only be there as a fail safe feature)
You need to monitor how "full" are...
September 7, 2007 at 2:35 pm
Viewing 15 posts - 1,711 through 1,725 (of 5,103 total)