Viewing 15 posts - 601 through 615 (of 1,348 total)
have you tried bulk logging? and make sure auto create and update statistics is off during the load. i've done replication snapshots of 300 million row tables and turning off...
April 3, 2009 at 9:30 am
powershell may give you some of the functionality as well
April 3, 2009 at 8:46 am
does MS even support backing up mirrored databases? the netbackup agents just use the MS API's when backing up the data
April 3, 2009 at 7:59 am
i've had it happen before, usually when most of a table's rows are affected
April 3, 2009 at 7:54 am
truncate the log manually with backup log
or reinitialize replication. i've had times when replication would not truncate the log after the commands were replicated and had to reinitialize some publications
April 3, 2009 at 7:51 am
first did you install the VMWare additions in your virtual machine?
second it could be a vmware issue. a lot of app makers had to release separate vmware aware versions of...
April 3, 2009 at 7:49 am
yes
on the publisher you run a query and you get an index scan
same query on a subscriber and you get an index seek. the publication had been recently reinitialized which...
April 2, 2009 at 6:17 am
we have a few of these going back to the old sql 2000 days. you need to use a hint
select cola, colb, colc from sometable with(index=indexname) where colb = whatever...
April 1, 2009 at 9:48 am
the new nehalem CPU's just came out and HP's 1U servers based on them support up to 144GB of RAM. Intel also said that instead of milking this for a...
April 1, 2009 at 9:29 am
if you do db mirroring, i think the sql native client and .net 2 and up supports it. as well as the microsoft jdbc drivers
April 1, 2009 at 9:20 am
we're an HP shop here and the generation 6 servers just came out or are about to come out this week
HP Proliant DL 360 G6 ( up to 144GB of...
April 1, 2009 at 9:12 am
i run 6 MP4 and going to 6.5 soon but haven't backed up mirrored db's
did you read the SQL agent manual that came with it? it's over 100 pages long...
April 1, 2009 at 9:09 am
we have DR servers at a remote location. most apps are java and use sql logins and we have a db/tables that we use to point apps to servers and...
March 26, 2009 at 8:23 am
never did boot from san myself, but i think it's pretty easy to set up
just set the HBA BIOS on to boot from and have the SAN admin provision the...
March 26, 2009 at 7:56 am
george sibbald (3/25/2009)
Mr(?) Noob, your way certainly gets round the upgrade problem.
Trouble is I am greedy and was really hoping to leverage SRDF to keep the failover...
March 25, 2009 at 12:48 pm
Viewing 15 posts - 601 through 615 (of 1,348 total)