Viewing 15 posts - 1 through 15 (of 26 total)
Hi,
I am not sure about revert back may be there is any way to regenerate datafile using log, but for log you can detach database then rename log file and...
June 27, 2013 at 3:10 am
Tyr this....
select a.namapoli, a.jumpoli, a.namainstansi, a.kodeperusahaan, a.karcis, b.tindakan, c.alkes
from
(SELECT
rj_poliklinik.nmpoli as namapoli,count (rj_reg.kdpoli) as jumpoli,rj_reg.kdperusahaan as kodeperusahaan,
instansi.nminstansi as namainstansi,sum (rj_transdt.komptr1) as karcis
FROM rj_reg
JOIN rj_transdt on rj_reg.noreg = rj_transdt.noreg
JOIN rj_poliklinik on rj_reg.kdpoli...
June 27, 2013 at 3:04 am
Lowell (6/26/2013)
June 26, 2013 at 10:48 pm
psingla (6/26/2013)
use import/exportor
write your own SSIS
or
BCP in and BCP out
Thanks Dear,
Can u suggest me fastest way to do this coz i have too low down time(approx 1 Hr) and...
June 26, 2013 at 10:44 pm
Thanks dineshvishe.
Got it on configuration 🙂
June 6, 2013 at 7:34 am
Ed Wagner (5/30/2013)
If you're creating a daily maintenance, what...
May 30, 2013 at 5:38 am
Ed Wagner,
Thanks for reply.
Data type of reporttime is datetime and i already use nonclustered index on it. I am using cast to convert it on date from datetime.
May 30, 2013 at 5:34 am
Thanks for reply,
Actually its most frequently used table and mostly inserts are happend.
we got 1,00,000 data on daily basis it alway contain at least 50,00,000 records.
Is there any way...
May 30, 2013 at 5:27 am
Hi m.rajesh
Go to Control panel>>User Accounts
and to see permission on D drive >>right click on d:>>property>>security>>Click on user and see the permission.
May 9, 2013 at 5:07 am
drew.georgopulos (5/8/2013)
all take the same hit on Sort?Is there any way to mitigate that or conditions that make one cheaper than another forcing uniqueness?
thanks very much
drew
I don't think there...
May 9, 2013 at 4:43 am
agreed with Abu Dina, Please check in Administrative Tools>>services>> Sql server>> Property >> logon
Then check which user is used and see the permissions.
May 9, 2013 at 4:38 am
Hi avdhut.k,
Please replace AND with OR and your query will work 🙂
May 9, 2013 at 3:57 am
hi eddy,
i don't think that Windows Domain security restrict to drop sql server user.
Its a dumb thought but can u please refresh server and see that user is exist...
May 9, 2013 at 3:22 am
Hi eddy,
Please Use sp_msloginmappings and check test user detail and then delete from that database.
or post details for test user.
May 9, 2013 at 1:05 am
Viewing 15 posts - 1 through 15 (of 26 total)