Viewing 5 posts - 1 through 5 (of 5 total)
From the potential program or method, I am hoping to find via this topic. I confirmed the query by using excel, so all I need is a program that...
July 28, 2022 at 9:11 pm
How about this, would this be helpful?
WHILE NOT EXISTS (SELECT * FROM table1 WHERE Text LIKE '%fire%' ) BEGIN
WAITFOR DELAY '00:00:10'
END;
THROW 50000,'Some...
July 28, 2022 at 3:31 am
The obvious question is from where are you running this query?
From the potential program or method, I am hoping to find via this topic. I confirmed the query by...
July 27, 2022 at 10:05 pm
You will need to set a static port and open that in the firewall instead, along with UDP 1434
This should help with that.
Thank you, sir, spot on....
July 26, 2022 at 8:11 pm
Thanks, gentlemen. Ant-Green was right. Via localhost, I can connect but not from other PCs this time. I receive the below error. Firewall is off for now.
Details:...
July 25, 2022 at 8:11 pm
Viewing 5 posts - 1 through 5 (of 5 total)