Viewing 15 posts - 3,316 through 3,330 (of 6,486 total)
Phil Factor (5/15/2008)
May 15, 2008 at 6:28 am
Knowing how your tables were set up would help with giving you a much more specific answer, but it sound to me that you need some kind of case statement.
Something...
May 14, 2008 at 2:11 pm
Grant Fritchey (5/14/2008)
May 14, 2008 at 1:39 pm
Michael Earl (5/14/2008)
May 14, 2008 at 1:12 pm
Charles Kincaid (5/14/2008)
It's a round trip of 170 miles and quite expensive for a day trip but its just about possible.
I guess the roads are much different than in...
May 14, 2008 at 12:23 pm
Bill Whisnant (5/14/2008)
May 14, 2008 at 12:12 pm
That message usually appears when no primary key is present or isn't detected (used to happen with Access a lot when you didn't "introduce" it to the SQL server primary...
May 14, 2008 at 11:42 am
GilaMonster (5/14/2008)
Replace the EXEC with a PRINT and have a look at what the constructed SQL statement is. You should be able to spot syntax errors fairly easily that way.
And...
May 14, 2008 at 11:34 am
Division by 0 is an unknown value, so you can't "value" that. There is no "correct" mathematical representation of that percentage.
You'll need to somehow prevent that form happening. ...
May 14, 2008 at 11:15 am
Just curious - I was under the impression that encryption by certificate was really not recommended for large amounts of data, since it can only encrypt 117 bytes at a...
May 14, 2008 at 11:09 am
John Beggs (5/14/2008)
The short answer is that %3653 will produce 10 years of days. That's 365*10 + 2 for leap years.
The thing to remember is that the...
May 14, 2008 at 10:35 am
By the way - Jason has a small typo (the source of your errors) in his 2000-compatible version:
SELECT
a.name
,reg_hrs
...
May 14, 2008 at 10:13 am
You call. I'd say no since that "resets" this conversation - but perhaps we can get Steve's attention to move it.
If you do - at least point to...
May 14, 2008 at 10:09 am
rbateman (5/13/2008)
seq...
May 14, 2008 at 10:07 am
is250sp (5/14/2008)
Jason Selburg (5/14/2008)
Are you using SQL 2005?Compatibility Level set to 90?
The db is on 2000, but I am using Management Studio 2005 to query. Where do I find...
May 14, 2008 at 10:03 am
Viewing 15 posts - 3,316 through 3,330 (of 6,486 total)