Viewing 15 posts - 31,711 through 31,725 (of 39,754 total)
Actually there's low sulfur diesel here now! I think it's required in 2008 vehicles.
August 1, 2007 at 3:20 pm
Depends on how much data you really need ![]()
I learned how to splice audio tape in college (1/4", 1/2" and 1") with a razor...
August 1, 2007 at 11:37 am
While I like the Ninja solution, I'd probably use Lynn's, document it and send my objection in email to the manager when I confirmed it was done. At least that...
August 1, 2007 at 10:35 am
OK, I'll agree that you don't need power to "keep the disks around", but it's always a risk if you power them down and leave them that they won't start...
August 1, 2007 at 10:26 am
, definitely a good discussion, though I'm not sure it was a good question. Part of the problem is trying to write a question...
August 1, 2007 at 8:52 am
It might be different elsewhere, but the vast, vast majority of cars sold in the US have either automatic or CVT transmissions. Many cars in the US are just P,...
August 1, 2007 at 8:46 am
I agree with Wayne. We've restored quite a few tapes over the years that were 2-3 years old at times. Periodically testing things is key.
August 1, 2007 at 8:40 am
So the right of way is defined as the GVW in Alaska? ![]()
July 31, 2007 at 11:42 am
There's nothing to do that. I'm assuming you want to be notified when new data appears in the tables.
Best way to handle this is write a stored proc to do...
July 31, 2007 at 8:22 am
Install the Client Access drivers on the SQL machine and it should work fine. We had linked servers from SQL2K to AS/400 and people could query through SQL Server and...
July 31, 2007 at 8:12 am
Different protocol in use, not text.
July 31, 2007 at 8:10 am
You cannot have a trigger on a view. A view is materialized when it's called, it does not exist on it's own.
Why not a trigger on the underlying tables?
July 31, 2007 at 8:10 am
Why are you re-initializing subscribers? That usually drops and rebuilds the table, so triggers would be deleted. You'd need to add them back.
Don't reinitialize. You shouldn't have to do this.
July 31, 2007 at 8:08 am
Run a DBCC CHECKDB on the db and I'd also try a select * from the table (no WHERE) to see if you can read all rows. This sounds like...
July 31, 2007 at 8:07 am
Viewing 15 posts - 31,711 through 31,725 (of 39,754 total)