Viewing 15 posts - 17,866 through 17,880 (of 26,489 total)
James McCall (12/17/2009)
December 17, 2009 at 11:13 am
UltraEdit. Haven't had a problem with it on any size file I've used it on. Very good, solid product.
December 17, 2009 at 11:06 am
Regarding the expected results:
EmpName Reg TourStart TourEnd FOrdDate FOrdType FtOrdAmt LOrdDate LOrdType LOrdAmt
John West 8/15/09 - 8/17 B 57K 9/17 A 78K
Mike South 9/1/09 11/15/09 9/4 A 32K 10/31...
December 17, 2009 at 11:03 am
Actually Greg, now that mak101 put some effort into setting things up, I'm more than willing to help, just haven't had a lot of time to work on it. ...
December 17, 2009 at 10:38 am
Does this help?
select 'SQL full text search', replace('SQL full text search', ' ', ' AND ');
You might consider giving BOL (Books Online, the SQL Server Help System) a shot. ...
December 17, 2009 at 10:32 am
chris.dunn-795452 (12/17/2009)
I noticed you're using a cursor! isn't that forbidden? that a cursor is bad news for performance!
If I had the same task I'd use something like the following solution...
December 17, 2009 at 10:19 am
Are we talking a SQL table or an Access table that holds this sequence number? Also, is the number currently in the table the next value or the last...
December 17, 2009 at 9:22 am
Jack Corbett (12/17/2009)
Lynn Pettis (12/17/2009)
I am having trouble thinking straight on this one, could someone else jump in here and help. It isn't collation, it is the dateformat.
I jumped...
December 17, 2009 at 9:16 am
I am having trouble thinking straight on this one, could someone else jump in here and help. It isn't collation, it is the dateformat.
December 17, 2009 at 8:21 am
Okay, I am really having troubles this morning thinking.
How are the users entering the dates?
December 17, 2009 at 8:17 am
You have two different clients from what I can tell. One works, one doesn't. I don't think it is the collation, but another setting. The reason I...
December 17, 2009 at 7:58 am
Lynn Pettis (12/17/2009)
Try this:WHERE date >= convert(datetime, '2009-12-16 00:00:00.000', 121) and date < convert(datetime, '2009-12-17 00:00:00.000', 121)
Noticed a problem in the code I had posted. Is this what you...
December 17, 2009 at 7:44 am
I would not set the t-log to grow by a percentage amount, but by a fixed amount should it still have to grow. By using a percentage, each time...
December 17, 2009 at 7:34 am
Viewing 15 posts - 17,866 through 17,880 (of 26,489 total)