Viewing 15 posts - 47,671 through 47,685 (of 59,064 total)
It's been a couple of days, Clint, and I'm just following up... are you all set on this?
October 16, 2008 at 7:49 pm
Extent Fragmentation is unreliable... read about it in the BOL listing for DBCC SHOWCONTIG.
The best thing to go for, IMHO, is a very high scan density (95+) and a low...
October 16, 2008 at 7:38 pm
krayknot (10/16/2008)
IF EXISTS (SELECT 1
FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_TYPE='BASE TABLE'
AND TABLE_NAME='tablename')
...
October 16, 2008 at 7:19 pm
I just keep reloading the ol' bucket of pork chops and I replace the bands in the sling shot every 500 shots or every week... whichever comes first. Right...
October 16, 2008 at 7:11 pm
oraculum (10/16/2008)
am wondering whether to restart sql agent....umm..
have also just noticed something has changed with my tempdb config (i have been off work...
October 16, 2008 at 7:07 pm
Fraggle (10/16/2008)
October 16, 2008 at 6:58 pm
Marios Philippopoulos (10/16/2008)
I think it's settled. I will ask the developer to create the non-cl. idxs with 60% fill factor.Thanks for your help.
Based on the fact that you have now...
October 16, 2008 at 6:56 pm
Marios Philippopoulos (10/16/2008)
I'm not sure I follow though. How would the non-clustered indexes get fragmented? The table population is done all at once, in a...
October 16, 2008 at 6:52 pm
At this point, I agree... something is "dirty" in the data... my recommendation would be to delete the data at the subscriber and do a fresh snapshotl.
October 16, 2008 at 6:49 pm
Garadin (10/15/2008)
October 16, 2008 at 6:23 pm
Matt Miller (10/15/2008)
Jeff - enquiring minds wanna know - how are you getting your code windows to scroll side to side?
I think Steve's in-house Ninja tweeked the forum code for...
October 15, 2008 at 10:28 pm
Here's a working example of the BCP/XP_CmdShell method. If you don't need a header, just comment it out...
--===== These could be parameters in a stored procedure
DECLARE @Directory ...
October 15, 2008 at 10:19 pm
heh... you forgot the last step, Seth...
* pensively turns beer into lager *
🙂
October 15, 2008 at 10:08 pm
Thanks, Eric. The only thing I'd worry about now is the performance hit of using both a table valued function and a cross-apply to drive it home. If...
October 15, 2008 at 10:02 pm
Sorry... the day's coffee is wearing off. 🙂 I didn't read all of your last...
You're correct. Since the rows are going to be added on a onesy basis,...
October 15, 2008 at 9:58 pm
Viewing 15 posts - 47,671 through 47,685 (of 59,064 total)