Viewing 15 posts - 20,041 through 20,055 (of 26,490 total)
Krasavita (7/2/2009)
I am asking questions that I don't understand, I read material,but I get really confuse. Sorry,that I am not smart like you
But you keep asking the same questions. ...
July 2, 2009 at 9:45 am
You said you can't post the code for the UDF, but could you post code for the UDF with a faked process? It just has to show us how...
July 2, 2009 at 9:41 am
Hey Jeff, you have a spare high-velocity pork chop launcher you can send me?? I think I'm going to lose my halo soon and I might as well do...
July 2, 2009 at 9:35 am
Krasavita (7/2/2009)
If you can't help, don't reply:-)
Excuse me?? I have been helping, as have several others. We are trying to get you to think critically about the things...
July 2, 2009 at 9:29 am
I have taken the time to rewrite your stored procedure a bit and you may want to see if it returns the same data as yours. Not having anything...
July 2, 2009 at 9:21 am
Okay, between the information you have been given on this thread and this one, you should be able to determine what you need to do at this point.
July 2, 2009 at 9:14 am
Jeff Moden (7/2/2009)
Lynn Pettis (7/2/2009)
Pretty sure I'm the first one SSC to use the Base 10. I just thought it reduced the number of cross joins to generate a...
July 2, 2009 at 7:30 am
scott_lotus (7/2/2009)
July 2, 2009 at 7:25 am
Jay Tucker (7/2/2009)
The CONVERT function just wasn't doing anything, so I went back to what I usually use, which is DATEADD. I had forgotten that it was failing only...
July 2, 2009 at 7:21 am
Jeff,
Pretty sure I'm the first one SSC to use the Base 10. I just thought it reduced the number of cross joins to generate a large number of values....
July 2, 2009 at 12:20 am
Is this what you are trying to get?
select
aht.Asset_ID,
aht.To_User,
aht.To_Status,
convert(varchar(10),aht.Change_Date, 101) as Change_Date
from
...
July 1, 2009 at 9:34 pm
I'm sorry, I don't know what you mean by UNIX format. When you select a datetime column from a SQL database, it displays a datetime value. I am...
July 1, 2009 at 9:30 pm
Michael Valentine Jones (7/1/2009)
Becoming worthless? No, they were always worthless.
I think part of the reason is that anyone can get the certification. Years ago when Novell began the...
July 1, 2009 at 9:26 pm
Steve Jones - Editor (7/1/2009)
July 1, 2009 at 9:00 pm
Hey Barry,
What ever happened to the little green dude that was breathing down your neck a while ago?? 😉
July 1, 2009 at 5:27 pm
Viewing 15 posts - 20,041 through 20,055 (of 26,490 total)