Viewing 15 posts - 16 through 30 (of 61 total)
I would expect problems going FROM 2005 TO 2000 however I'm going FROM 2000 to 2005. I don't recall how I ended up going around this but I do know...
November 13, 2007 at 4:29 am
October 8, 2007 at 8:27 am
Thanks to all, this helped me get something usable.
John, I'll cc you on an email regarding this issue and will call do discuss.
Thanks again!
October 4, 2007 at 1:15 pm
The data is all in the same table and what I'm looking to return are all records from one table where the ProjectID is different and the DialID is the...
October 4, 2007 at 12:04 pm
Thanks this helped an issue I was having.
May 10, 2007 at 2:35 pm
I don't see Page Life Expectancy in my list of objects in PerfMon? I'm on version 2.0 do I have to upgrade to 3.0?
April 20, 2007 at 3:33 pm
Russel
Thanks, this still returned rows where the value was NULL for Q#? Joins are a weakness for me but should it be a left join?
Ron
January 24, 2007 at 2:47 pm
Thanks for taking the time to read my post and respond. I think we have found someone to do the work. While it's a bit more complicated than the select...
December 7, 2006 at 7:38 am
thank you (boy I need to get some sleep!) and thank you for a kind response to a newbie
November 2, 2006 at 5:41 pm
I'd love to Sergiy but it's not my data model. Is there a way to parse the string for the number of occurances?
November 2, 2006 at 4:19 pm
Please tolerate the newbie! The column in question is called "ivrs"
When I run this:
select (len(ivrs)-len(replace(ivrs,'7104','')))/len('7104')
where projectid = 2223
and systemid = 6
and calldatetime between
'2006-10-01 00:00:00' and '2006-10-31 23:59:59'
and attresult in...
November 2, 2006 at 3:51 pm
Noel, thanks for the prompt response. I should have mentioned that the string of numbers is variable, will this still work?
For example the very next entry might be
7104 7106 7112...
November 2, 2006 at 3:41 pm
Andrew,
This literally added the columns (ie mathmatically) instead of concatenating them.
I have tried the following:
update PhoneTable
Set AreaPhone = (AreaCode & PhoneNumber)
with no luck either.
Other suggestions?
Thanks
August 17, 2006 at 8:48 am
Viewing 15 posts - 16 through 30 (of 61 total)