Viewing 15 posts - 166 through 180 (of 544 total)
Koen Verbeeck (9/21/2012)
Could have been anything. Syntax is probably correct, otherwise it would have errored out.Maybe a deadlock or something?
I am the only one who is using this table..i can...
September 21, 2012 at 6:50 am
Koen Verbeeck (9/20/2012)
Try writing the rows to a staging table and do an UPDATE...
September 21, 2012 at 2:37 am
Sean Lange (9/4/2012)
Charmer (9/4/2012)
Mark Eckeard (9/4/2012)
select replace(YourColumnNameHere, '.00', '0.00')
This worked when I tested it...
September 5, 2012 at 2:54 am
Mark Eckeard (9/4/2012)
select replace(YourColumnNameHere, '.00', '0.00')
This worked when I tested it using this code:
with...
September 4, 2012 at 6:33 am
Adi Cohn-120898 (9/4/2012)
September 4, 2012 at 6:29 am
ChrisM@Work (8/30/2012)
August 31, 2012 at 7:29 am
ChrisM@Work (8/29/2012)
August 30, 2012 at 6:11 am
GSquared (8/29/2012)
Glad we could help.
Thank you so much, Pal...I really appreciate your suggestions
August 29, 2012 at 8:24 am
Suresh B. (8/29/2012)
Is "ORDER BY C.FDDOC#, C.FDLINE" required?What is the type of C.FDLINE?
Creating an index on C.FDDOC#, C.FDLINE should imporve the tempdb size and execution time.
Yes, order is must because...
August 29, 2012 at 6:51 am
GSquared (8/28/2012)
August 28, 2012 at 7:36 am
Phil Parkin (8/24/2012)
The index...
August 24, 2012 at 8:25 am
It's hard to tell without knowing your data.
Partial cache is good if you know that certain rows are going to be looked up many times. But if the lookup is...
August 24, 2012 at 7:27 am
Phil Parkin (8/24/2012)
Consider changing the cache mode. See here.
i read the article Phil,
Could you please give me your idea for my condition?
My situation is , Look up or reference...
August 24, 2012 at 6:39 am
Lynn Pettis (8/17/2012)
Charmer (8/17/2012)
August 17, 2012 at 9:47 am
Lynn, what about trailing spaces.....? they are char data type .....so if data is less than the exact length, automatically the reamining length will occupied with empty spaces right? ...then...
August 17, 2012 at 9:08 am
Viewing 15 posts - 166 through 180 (of 544 total)