Viewing 15 posts - 1 through 15 (of 18 total)
Any solution to this ..even I am facing the same issue. Any pointer would be very helpful
August 26, 2010 at 6:27 pm
I mean if there is any discontinuity for an employee in his work, (For e.x EmpID=3 EndDate is jan31st and started his work on march 1st again ), so i...
August 16, 2010 at 6:44 am
@Kavitha: Thanks for the reply, Can't we make it a generic querry rather than filtering the records by hardcoding the empid = 3
@Ashish: I am sorry i didn't get your...
August 16, 2010 at 5:42 am
We are not creating a new empid if the employee already existed.
August 16, 2010 at 4:44 am
The Gap was due to the employee was out of the company for sometime and he joined the company again after some time.
Hope this make sense.
Thanks in Advance.
August 16, 2010 at 4:36 am
Hope this helps:
SELECT SUBSTRING('123n_abcn_123n',CHARINDEX('_','123n_abcn_123n')+1, CHARINDEX('_','123n_abcn_123n',CHARINDEX('_','123n_abcn_123n')+1)-CHARINDEX('_','123n_abcn_123n')-1)
August 16, 2010 at 4:27 am
There is gap for empid= 3 so i need two records for empid=3 in the result, hope this make sense.
ex:
select * from duration
where EmpId = 3
ouptput:
EmpIdStartDateEndDate
32010-01-01 00:00:00.0002010-01-31 00:00:00.000
32010-03-01 00:00:00.000NULL
Your result...
August 16, 2010 at 12:16 am
Thanks for the reply...The size of log file should be 20-25% of the whole Datafile or the striped ndf's.
July 15, 2009 at 5:22 pm
thanks for the correction Mr.Steve..
October 27, 2008 at 2:52 pm
if you have your database backup file striped or the tranlog backup striped then you can restore only that required 20 gb of the file to the drive and...
October 26, 2008 at 12:51 pm
usually for every hour you take your tranlog backups...if your data is corrupted in the mid of the hour like 1:30,something like that ..for that remaining half hour you take...
October 26, 2008 at 12:36 pm
lite speed 100gb backup to 10 gb in 10 min โcost approx $4000.you also have table restores. litespeed rocks...
October 26, 2008 at 1:02 am
if your remote server is an oracle server then use the OLE DB provider for the ORACLE provided by the Microsoft.not the native SQL server provider. make sure that...
October 26, 2008 at 12:49 am
Viewing 15 posts - 1 through 15 (of 18 total)