Viewing 15 posts - 21,406 through 21,420 (of 22,184 total)
It makes sense, but there's not automated way to do a data cleanup like you're asking for. You either have to clean the data manually, or you need to toss...
December 7, 2007 at 10:26 am
The main reason I've received for not using bit fields is because they don't allow null values. You have to put a 0 or 1. That's why you may be...
December 7, 2007 at 8:53 am
Steve's much more accurate than I am. You have to remember, I spend most of my time working in development, not production. That makes me a lazy b*****d.
December 7, 2007 at 8:48 am
What about collation?
If there is a difference between the databases that might cause some odd behavior, reordering columns, affecting how it deals with null values...mabye... It's just a SWAG.
December 7, 2007 at 7:20 am
Partitioning is a whole different discussion, that I'm frankly not qualified to take part in.
As to the size of the log... I treat it the same as the data. I...
December 7, 2007 at 6:49 am
There's got to be something funky going on with some sort of settings or something. The reason I say this is because I've created a view and a table based...
December 7, 2007 at 6:19 am
Yeah, something odd is going on.
Hmmm.... If you short circuit the event, skip the view and use the query from the view directly... same issue?
December 6, 2007 at 12:49 pm
Thanks for the code. I made a copy of your table and ran an insert, using NULL values for both the GUID's that were defined. It worked fine. The only...
December 6, 2007 at 12:37 pm
True, the fact that it's getting the error when dealing with NULL certainly suggests a default or a trigger.
December 6, 2007 at 11:59 am
It's never a very popular thing to say, but don't share the SQL Server server with any other process. It's a pretty safe rule of thumb (yeah, there are exceptions).
December 6, 2007 at 11:28 am
The output will be to the error log. Get ready, it's messy.
I've never seen a performance hit from those flags or heard about one. We set ours on in...
December 6, 2007 at 11:26 am
I agree. But I do think you're climbing out on a limb to dismiss the use of column names. Yes, they're a pain the tucas to type, but you could...
December 6, 2007 at 11:16 am
You're going to need to clarify just a bit what you're talking about. Do you mean that some tool displayed things in this way? I'm not aware of a facility...
December 6, 2007 at 8:29 am
Viewing 15 posts - 21,406 through 21,420 (of 22,184 total)