Viewing 15 posts - 19,081 through 19,095 (of 22,202 total)
Yeah, maybe that's what I read too. I know I saw that it's going to more and more standard, if not required. So I'm working it into my code now....
December 11, 2008 at 10:26 am
I'd say it's a good habit to get into. If you use CTE's you must use a semi-colon terminator on the statement preceding the CTE. Microsoft has said they're going...
December 11, 2008 at 9:30 am
Roy Ernest (12/11/2008)
Kishore.P (12/10/2008)
Gauthama Kolivad (12/10/2008)
As Gail Shaw mentioned if...
December 11, 2008 at 9:17 am
Lynn Pettis (12/11/2008)
December 11, 2008 at 9:11 am
You might want to try using TOP(1) with an ORDER BY. If you're referencing an index, the TOP (1) is pretty consistently faster than the MAX.
December 11, 2008 at 8:17 am
If it makes you feel better I've been hit, while stopped, not stopping, I've been sitting still, waiting, four times over the last 10 years. You're not alone.
Luckily, I drive...
December 11, 2008 at 7:13 am
You can't really filter by table in a trace. You can filter by database, which should help. You can also filter by user, which again will help. After that, you...
December 11, 2008 at 6:58 am
Walking might be dangerous because when the car bounces off of Lynn... I don't have those ninja/cat reflexes. I'll just get hit.
December 11, 2008 at 6:23 am
Yeah, what Jeffrey wrote is correct for the cast & conversion. However, I do agree with Jeff. Normally I wouldn't recommend doing this sort of formatting in SQL Server.
BTW, 2008...
December 11, 2008 at 5:48 am
I'm going with the consensus on this one... we'll walk or I'll drive. 😛
December 11, 2008 at 5:19 am
As long as it's datetime, you'll still get the time field. Try using the CONVERT with 101 and CAST to VARCHAR. That should do what you need.
December 10, 2008 at 5:34 pm
You should also check the silly stuff, default connection settings, service pack and hot fix levels, that kind of thing. There's usually something if it's not what Michael listed above.
December 10, 2008 at 2:16 pm
Viewing 15 posts - 19,081 through 19,095 (of 22,202 total)