Viewing 15 posts - 1 through 15 (of 22 total)
Hi frederico_fonseca,
Thank you for the sample script. I'll try to implement it. Thanks again.
December 9, 2019 at 3:36 pm
It's worked. Thanks allot.
December 9, 2019 at 11:11 am
Hi frederico_fonseca,
Thanks allot for your help. Actually, I'm new to development and I have multiple requirements with the same case\data. I can't post multiple requirements individually. So, included all of...
December 7, 2019 at 9:26 pm
Hi Kherald,
Thanks allot for your response. I have an issue with your sample query.
SELECT COALESCE(a.id, b.id, c.id, d.id) id
, a.name, b.dept_id, c.mail, d.contact
FROM #Table1 a
FULL JOIN #Table2 b ON a.id=b.id
FULL...
December 7, 2019 at 1:19 pm
If we use below statement, only identical values are displaying. I need identical values based on id and union all should display. Could you please help me...
December 2, 2019 at 12:42 am
Thank you. It's worked. I need to insert the output into separate table. Could you please share any idea on that please.
Thanks again for your input.
December 1, 2019 at 8:03 pm
Thank your for your response Steve. Will do and let you know the outcome. Thanks again.
September 4, 2019 at 3:01 pm
Thanks for your reply.It may be some issue with the ports then.I will check with my network team.Thanks again for your reply..
October 31, 2012 at 3:23 am
Thanks allot for your reply Gail.
Still i am in confusion,
In the first case, less than 1000 pages--> we can ignore
second case : less than 8 pages ---> we can ignore
**************
Second...
August 31, 2012 at 4:21 pm
Yes, i am able to restore the copied logs manually.
May 5, 2012 at 10:09 pm
Thank you very much.It is working perfectly..
DECLARE @Exec VARCHAR(MAX)
SELECT @Exec = ''
SELECT @Exec = 'UPDATE STATISTICS dbo.[' + CONVERT(VARCHAR(200),name) + '] WITH FULLSCAN ; ' + CHAR(13) +...
May 3, 2011 at 8:21 am
i need that query which has to be work on SQL server 2005
May 3, 2011 at 7:59 am
Thaks allot for your reply Gail shaw, I am executing the below query to check the fragmentation level in SQL server 2005.We need to follow with Average_Fragmentation_In_Percent
*Index should be rebuild...
April 28, 2011 at 2:22 pm
Thanks allot for your help
January 26, 2011 at 11:49 pm
Viewing 15 posts - 1 through 15 (of 22 total)