Viewing 15 posts - 331 through 345 (of 712 total)
No, for some empcode and date combination the output is right for some it is wrong.
November 19, 2012 at 3:35 am
thanks, will check
just a doubt this will have to slow down my query why my output has to vary?
November 19, 2012 at 3:28 am
ALTER PROCEDURE SP_Name
( @empCode VARCHAR(10), @date DATETIME )
with encryption
AS
BEGIN
open symmetrickey code part
SELECT dbo.Decrypt(EmpCode), dbo.Decrypt(EmpName),
CASE LeaveType WHEN 'ON DUTY' THEN 'OD'
WHEN 'Paternity' THEN 'CL'
WHEN...
November 19, 2012 at 2:25 am
Nolock is not used.
we havent used inbuilt function also.
there is date conversion and comparison between a table column and input parameters.
i forgot to mention it is compared with a encypted...
November 19, 2012 at 2:04 am
try truncate table option after your necessary records backup
November 9, 2012 at 4:14 am
dhechle (11/8/2012)
Durai, there are only 51 rows left in this table now.
Can you post "Disk usage by top tables " top 5 tables complete data from the report.
Try shrinking the...
November 9, 2012 at 12:31 am
dhechle (11/8/2012)
I have rebuilt all indexes on msdb database and still no change. symail_mailitems is still telling me it is the largest table at 6,439,200 KB the next...
November 8, 2012 at 7:30 am
yes, my miss.
November 1, 2012 at 7:54 am
derek.colley (10/30/2012)
PMed you with rough but tested script.
why not put it on forum for others to see.
October 31, 2012 at 7:18 am
sanket kokane (10/31/2012)
and then you can try to shrink .
also...
October 31, 2012 at 6:50 am
if (contribuintes.NUMEROPOSTO) ='CENTRAL'
try using inserted or deleted table within the trigger to populate the neccesary flow
October 30, 2012 at 7:35 am
balasach82 (10/30/2012)
In the meantime anyone out there who can help with the qury
deifinetely but why dont you give a try and post what exactly are you expecting in terms of...
October 30, 2012 at 7:24 am
try running sqlwb.exe in run command or search in
C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE
if it is not available try installing client components from SQLserver instalation CD.
October 26, 2012 at 1:55 am
Viewing 15 posts - 331 through 345 (of 712 total)