Viewing 15 posts - 31 through 45 (of 60 total)
Thanks Chris.
It's same results, still missing backup for those days.
December 18, 2019 at 4:14 am
Thanks Jeff.
I think it's really good idea to check the shared location and validate the files.
Appreciate your suggestions.
December 15, 2019 at 9:58 pm
Thanks Chris.
I was running similar kind of query and it was showing similar results.
I ran your query and it's showing same results which has no backup but when i checked...
December 15, 2019 at 6:55 pm
Thank you!
We are just setting up 2nd server for DR purpose so existing instance fails then we can use other one.
We don't have more DBs, only two DB
November 28, 2019 at 3:23 am
I am calling PowerShell script using batch script.
Batch Script:
powershell.exe -command C:\Users\ServiceCheck.ps1
Powershell Script (ServiceCheck.ps1):
$servers=get-content "C:\Users\servers.txt"
foreach($server in $servers)
{
# go to each server and return the name and state of services
# that are...
November 12, 2019 at 10:41 pm
Jeff,
I am completely agreed with you but this is a OPENTEXT application software so table design we don't have any control.
Honestly, I don't know how frequently we are adding the...
October 27, 2019 at 12:24 am
Thanks Anvar for another code example to cover more level of hierarchie.
I will try and let you know.
Once again thank you very much for your great help!
Appreciate it!
October 27, 2019 at 12:17 am
Thanks Anwar for your very good help!
I am little confused when i was looking my data and try to use your query.
I have main ParentId, if i pass parentID then...
October 25, 2019 at 9:39 pm
Thanks Med Anwar for your help!
WE have total records around 25k.
When i look into OpenText web, it shows following:
I need to generate report like following it shows into web, but...
October 25, 2019 at 4:06 pm
Jeff,
Wow! I think this will work.
This is a OpenText software document. Rows will be added randomly, not fix.
I will check total rows and let you know.
I need to count by...
October 25, 2019 at 3:20 am
So Kind of Hierarchic is like as shown in image (It's not still perfect)
October 24, 2019 at 1:58 am
Thanks.
I am greed with you guys as checking with user exact condition. Both condition is overlapping so it's should be only one.
August 1, 2019 at 12:51 am
Thanks Phil.
Thanks for the help!
I think following works
ISNULL(loanNum, ' ') <> ' ' or RTRIM (LTRIM(LoanNum) <> ' '
July 20, 2019 at 11:10 pm
Yes Phil, I wanted to filter out as don't want to show.
I should try following?
ISNULL(loanNum, ' ') <> ' ' or RTRIM (LTRIM(LoanNum) <> ' '
July 12, 2019 at 3:02 am
Viewing 15 posts - 31 through 45 (of 60 total)