Viewing 15 posts - 16,216 through 16,230 (of 18,926 total)
Already told him that... maybe he'll pick it up this time...
But I feel I must warn him that since you're changing the query... you'll be getting different results from now...
June 24, 2005 at 6:19 am
Yup but this can be interpreted is any women is better at multitasking that man.
But just now, while I'm typing this, I'm listening the news on tv, music on the...
June 24, 2005 at 6:14 am
SELECT User_ID, Position_ID, Company_Name, Position_Title, Start_Date, Convert(DateTime,End_Date) as End_Date
FROM dbo.MySurvey_Positions
WHERE User_ID = @user-id
June 23, 2005 at 10:05 pm
Don't have much time to deeply analyze this but if you want to report something based on a date or time period, you need a date column somewhere. While...
June 23, 2005 at 4:38 pm
It probabely means that there's no period in the field... maybe you could check it out with this query :
Select * from dbo.YourTable where charindex('.', YourField, 1) = 0
To...
June 23, 2005 at 4:35 pm
I think I saw a solution with no default value on the parameter that had the same results. Can you check this out and report back?
The idea behind this...
June 23, 2005 at 4:32 pm
Never tried, but most likely fail with error. What normally happens is that the field is calculated on the fly when you query it. But in this case,...
June 23, 2005 at 4:28 pm
There was another option, set the parameter to a local variable and use that variable in the query... Should save you sum grief and won't need recompiles.
June 23, 2005 at 3:32 pm
No we can't, tell us pleaaaaaaaaaaaaaaaaaase.
Seriously, good week-end
.
June 23, 2005 at 2:34 pm
Again, this is a task that the APPLICATION should be doing, the server can do it but its work is to fetch data and send the results as fast as...
June 23, 2005 at 2:33 pm
You can read both the article and the discussion, the information is extremely relevent in both cases.
June 23, 2005 at 2:30 pm
Was in your head... maybe we should document it
.
June 23, 2005 at 2:30 pm
Viewing 15 posts - 16,216 through 16,230 (of 18,926 total)