Viewing 15 posts - 3,526 through 3,540 (of 7,168 total)
Looks like a data conversion error. Can you confirm there are no lines in the file where that field is empty? You may want to change your derived column expression...
July 21, 2012 at 7:44 pm
george sibbald (7/20/2012)
run commands
sp_configure 'backup compression',1
reconfigure
to enable it.
the just set up a maintenance plan to do your backups,...
July 21, 2012 at 8:22 am
If its a job linked to a Maintenance Plan are yountrying to delete the job from SQL Agent directly, or within the Maintenance Plan in the 'scheduling' section?
July 21, 2012 at 7:51 am
Scalar-valued User-defined Functions (sUDF) in SQL Server are known to cause performance problems, especially when they are used in a way in which it sounds like they are being used...
July 20, 2012 at 10:13 pm
Page splits/sec, at least the server metric, not sure how you calculated it using fn_dblog, counts a new page allocation at the end of the index as a page split...
July 20, 2012 at 9:56 pm
Is the hardware equivalent? To Richard's point this one instance may simply not be keeping up.
Another slightly related train of thought, do you have index maintenenace running on all the...
July 20, 2012 at 7:56 pm
GilaMonster (7/20/2012)
opc.three (7/20/2012)
If dbi_dbccFlags = 1 then it has never run clean.
That just tells you whether data purity checks have ever been run and return clean, not if CheckDB has....
July 20, 2012 at 4:36 pm
Stamey (7/20/2012)
July 20, 2012 at 2:06 pm
Please confirm you are on build 9.0.5266 on all instances.
Are the results of this the same on all instances?
DBCC TRACESTATUS(-1);
July 20, 2012 at 1:55 pm
I think that particular doc is wrong. Too hard to believe they would take that away from that edition/bitness only so I looked it up. There are conflicts all over...
July 20, 2012 at 1:40 pm
Steve is right about backups from the source being your primary line of HA. Copying the fulls and any tran log backups somewhere as they are taken is critical no...
July 20, 2012 at 1:29 pm
What options are you running CHECKDB with? Can you provide the actual command issued?
July 20, 2012 at 11:18 am
lokeshvij (7/19/2012)
Short and simple answer:If your flat file is fixed width (delimited) use CHAR data type else use VARCHAR
I am not sure I agree with that. What if your fixed-width...
July 19, 2012 at 12:58 pm
pooyan_pdm (7/18/2012)
July 18, 2012 at 2:01 pm
Viewing 15 posts - 3,526 through 3,540 (of 7,168 total)