Viewing 15 posts - 31 through 45 (of 83 total)
Obviously row length etc will affect the capacity of transactional replication but I would expect 500,000 rows a day to be problematic.
Solutions I have worked on with...
October 30, 2006 at 3:04 am
Any chance that the data file these tables are in is full and not set to autogrow?
October 27, 2006 at 3:07 am
According to BOL this is not how you use OPENROWSET.
I am presuming here that TABLE_A has multiple columns and the data file represents this in a suitable format like .csv
You...
October 27, 2006 at 3:05 am
When you say large what do you mean?
Also are you trying to reindex a table (therefore all indexes) or an individual index. you could use a targeted index...
October 26, 2006 at 10:01 am
Steve,
Thanks but it seems that it is still not quite working right.
It says I answered True not False and was therefore wrong.
I clicked back and False is...
October 26, 2006 at 10:00 am
Use Query Analyser to run the sql against the desired db.
From Book On-line:
DBCC SHRINKFILE
( { file_name | file_id }
...
October 26, 2006 at 3:39 am
Another strategy you might try is to reindex each index individually rather than the whole table.
If there is a clustered index then it may be the re-indexing of that which...
October 26, 2006 at 3:35 am
Part of what you need to think about is why you want to shrink the file.
Why did the data grow to 80GB?
Will that happen again?
It is generally best to keep...
October 25, 2006 at 7:15 am
The reason the first shrink left 27GB is because these are not the last 27GB at the end of the file.
After this I have found that attempting to shrink files...
October 25, 2006 at 6:25 am
snaphot takes a point in time copy of a publication
Transactional allows multiple subscribers with/without updates.
Merge allows bidirectional replication with rules to determine whose changes persist.
Books on-line has a lot more...
October 25, 2006 at 6:16 am
Are you sure this is caused by clustering?
Is your other server taking the same load?
Also have you checked all the server wide settings to ensure...
October 24, 2006 at 7:34 am
Thanks,
I have found it helpful to show people the MCTS, MCITP (DBA / Developer), Architect diagram. You then tell them the architect costs $10,000 and requires 10+ years...
October 24, 2006 at 7:26 am
Hopefully MCITP since that was the one I passed on Friday.
Personally I would assume that it depends a lot on who is looking...
October 24, 2006 at 6:27 am
The precise logic of google is a well hidden secret and beyond the capacity of most of us to understand anyway, I suspect.
However looking up full-text indexing in...
October 24, 2006 at 3:13 am
Viewing 15 posts - 31 through 45 (of 83 total)