Viewing 13 posts - 1 through 13 (of 13 total)
As you say that this data in the table is getting deleted only for the last couple of days,
Kindly check the recently deployed codes (Stored Procedures, Patches) for the...
September 17, 2012 at 7:41 am
Thanks for your help!
September 16, 2012 at 5:23 am
But this one is not working for SELECT CONVERT(CHAR(6), '2012-09-15', 112);
i mean When we provide a hard coded date.
September 15, 2012 at 8:59 am
Could you please help with more inputs
1. does it happen when you try to connect a new session in a fine morning or it happens when you are in...
September 15, 2012 at 8:34 am
I feel the best op tion would be to use SET ROWCOUNT option and use while loop to move the data in batches. This could improve the performance a bit.
June 13, 2012 at 9:24 pm
Try this query
select employeeid, employeelogindatetime, employeedept
from tablename
where employeelogindatetime between @fromdate and @todate
and employeelogouttime like isnull('',null)
March 16, 2012 at 12:14 am
yes i have read this , but i dnt know hw to do it . but i will do it and tell you . will this be the reason for...
September 8, 2010 at 5:07 am
Actually this a reporting server . so to view reports we restore the production database from Production database to Report Server Daily . This is done to improve the performance...
September 8, 2010 at 4:55 am
we are using SQL 2005 (64 Bit )Enterprise Edition . On thing i found was , Actually we are restoring a Database daily from our production Server to this server...
September 8, 2010 at 3:57 am
sir , i think it occurs on running queries only . i cant understand abt what you are meaning by domain . For your info , We have two 4...
September 8, 2010 at 3:01 am
Dear ,
you have mentioned that you are directly performing daily backups to the destination server . how do u do this ? can u explain in brief or tell...
August 19, 2010 at 5:45 am
please tell me whether its possible to output the result set as a .pdf file attachment . if yes please provide a sample coding
August 5, 2010 at 10:05 am
Viewing 13 posts - 1 through 13 (of 13 total)