Viewing 15 posts - 676 through 690 (of 706 total)
Thank you so much.
I won't leave it like that. Will definetly see wot's wrong with that database. (backup is not properly happening, can't detatch..). I will revert back with...
October 27, 2008 at 3:16 am
I will get those details at the earliest. Thank you.
(MDF and LDF are still there..but LDF is huge..can't import)
For time being whot I have done is, I EXPORTed all the...
October 27, 2008 at 1:03 am
The problem was that I was not able to take backup properly.
Backup size was shown as 80MB even though the actual size was 2.6GB (It dint give any error while...
October 27, 2008 at 12:00 am
Thanks a lot, It's done successfully.
October 15, 2008 at 12:49 am
Hi,
That's how we do the upload now..But it gives problem every now then. Gets timed out...sometimes it takes hell lot of time...
Otherwise it's very easy...only a few...
October 3, 2008 at 2:32 am
Hi Chris,
Thanks a lot of such a detailed reply. I was waiting till evening (indian time) for reply from someone, but in vein. So I again opened my...
September 29, 2008 at 11:25 pm
Thanks a lot...It's working...
September 25, 2008 at 1:24 am
Hi,
I am able to see the SQL Server Agent and JOBs folder. But am not seeing any of the JOB in jobs folder..That's the problem.
Thanks,
Santhu.
September 17, 2008 at 11:37 pm
Can you explain a bit more in detail (Auditing).
So that I will take all the precautions and
have some clue atleast henceforth.
Thanks..
Santhosh.
September 11, 2008 at 9:07 am
Resotring from the proper location.....
September 11, 2008 at 9:04 am
Hi,
Excellant....Done. It's working now. Thank you somuch..
Thanks,
Santhosh
September 8, 2008 at 7:50 am
hi,
I did it using a dynamic sql.
create table #dplCodes (dplCode Varchar(21))
--------------------------------------------------------------
DECLARE @STR nVARCHAR(1000)
SET @STR = 'SELECTITEM_CODE'
declare curDPLCodes cursor for
select distinct(DPL_CODE) from DESCRITIONARY_MASTER order by...
September 2, 2008 at 4:19 am
Hi,
yeah am trying that...Thanks a lot.
Santhu.
September 1, 2008 at 11:17 pm
Except one thing.
Number of 'DPL_CODE' will vary..So the name..Client may put as many as they want with wotever the names they like..
So we can't hard code it like following
ISNULL([VP-LISO],0) as...
September 1, 2008 at 9:00 am
ITEM_CODE VP-LISO XP-CMO MP-COM
--------------------------------------------------------
1 ...
September 1, 2008 at 3:54 am
Viewing 15 posts - 676 through 690 (of 706 total)