Viewing 15 posts - 31,591 through 31,605 (of 39,754 total)
Didn't know the plates stayed with the car. That's interesting.
In VA and CO, when you sell the car, you remove the plates immediately. They are yours. The new owner must...
August 16, 2007 at 4:52 pm
Anders brings up a good point, and one I'm addressing now. What happens if Steve leaves
(I'm not planning on it).
Everyone should have...
August 16, 2007 at 9:12 am
Anders,
I guess I'd disagree on this. You should be allowed to go to court, but the film and record of the camera is evidence. I think you're responsible for your...
August 16, 2007 at 8:59 am
The summary is that if you have un-authenticated users, meaning not in your AD forest, you need a processor license. If you have employees or partners, with AD accounts, you...
August 16, 2007 at 8:22 am
Yep, steve_smith, of (steve) Smith and Jones fame, hit it. It should run a little faster if that field is indexed and it's used.
August 16, 2007 at 8:21 am
TheSQLGuru has the best reason. The old syntax will get dropped.
I think the inner join syntax reduces mistakes and it's easier to read, but that's personal preference. I never had...
August 16, 2007 at 8:20 am
Actually in SQL Server, a system backup of the host Windows system wouldn't get the databases. The files would be locked, so without a database backup plan by the DBA,...
August 16, 2007 at 8:14 am
Are you looking at the right dates? Meaning are there multiple dates in the table and the one in the WHERE clause is the right one?
It worked for me as...
August 16, 2007 at 8:10 am
Sounds more like you want some sort of SSIS package. The header row with rowcount will be slightly tricky. You need this info first, so it's probably two queries you're...
August 16, 2007 at 8:06 am
I do agree with Jeff. I try to avoid outer joins where it makes sense, but definitely test both ways and be sure you understand the difference between the ON...
August 16, 2007 at 8:03 am
Also, in addition to Jeff and Jim, the index need not be clustered.
August 16, 2007 at 8:02 am
Are you sure the agent service is running? You can create jobs without it being started.
August 16, 2007 at 8:01 am
I'd agree with Joe, concerns would be sp_oacreate, not the driver. Drivers do flake, leak memory, etc., but in the past for me that's resulted in not being able to...
August 16, 2007 at 8:00 am
You need to specify the fields here from the first table and join in the second table for each value.
So
select
a.pkcol
, b.val 'fever'
...
August 16, 2007 at 7:04 am
Viewing 15 posts - 31,591 through 31,605 (of 39,754 total)