Viewing 15 posts - 616 through 630 (of 2,469 total)
Tom - some sample data with expected resultsets would help...
also, what is the criteria against which the "ConcStatus = 'flag'" is currently being set ?!
December 8, 2005 at 11:36 am
Anita - for the answer to this, you must read the other "do you discuss salary" article & the ensuing posts..
December 8, 2005 at 11:10 am
PW - not sure if your post was addressed to me, but thought I'd explain what I meant when I said that I believe this column is being used both...
December 8, 2005 at 10:59 am
sarwa99 - it'd be much easier for someone to help you if you provide the DDL of your table along with some sample data and required results.
It seems that your...
December 8, 2005 at 10:12 am
Since you're a stickler AND "in charge" make the most of your powers and take the stick to any developer who slacks off...that'll discipline 'em soon enough...
December 8, 2005 at 9:24 am
Except I think that this is also an actual column name in the table( )...which's why I was confused since if they're being filtered...
December 8, 2005 at 9:20 am
Bill - not sure why you think the update queries would be "clunky"...I have a VB 6.0 front-end which uses the windows api to get the "userName" and "Now()" for...
December 8, 2005 at 9:15 am
use the convert function...
<pre class="code"
select convert(varchar, dateadd(ms,-3,DATEADD(mm, DATEDIFF(m,0,getdate() )+1, 0)), 101) As MonthEndDate
December 8, 2005 at 9:00 am
Tom - your "from" clause should come before your "where" clause...
FROM CONCTEST Where ConcStatus = 'flag'
...
but what is your goal - I'm confused about your select which is filtering on...
December 8, 2005 at 8:57 am
If you are using QA (Query Analyzer), it should be fairly easy to identify all the syntax errors...when I ran it through the parser, the only error I got was...
December 8, 2005 at 8:32 am
Agree about "nice article" and most of what's been said...
Comments:
"I should mention that you do want to be somewhat realistic in your search. It's ok to shoot a little beyond...
December 8, 2005 at 8:23 am
I can't figure out what you're attempting to do in the earlier part of the proc (too late at night.... to delve into the...
December 7, 2005 at 9:11 pm
Here's the link to auditing - part 1 of a series by Steve (Jones) to help get you started...I believe he's written 4 in all on the same topic...
December 7, 2005 at 8:36 am
Great!
December 7, 2005 at 8:02 am
There're several ways to do this but the easiest and quickest one would be via Enterprise Manager - create 2 new databases called MY_DB_dev & MY_DB_Test - Use the "Import...
December 7, 2005 at 7:08 am
Viewing 15 posts - 616 through 630 (of 2,469 total)