Viewing 15 posts - 31 through 45 (of 108 total)
Can you connect to your machine using TCP?
Can your coworker connect to your machine trough telnet ? One can use for example putty or some other program if you...
October 16, 2014 at 6:48 pm
TomThomson (10/11/2014)
Ville-Pekka Vahteala (10/10/2014)
More updated link.http://technet.microsoft.com/en-us/library/dd734783(v=ws.10).aspx
After reading I am still convinced that one can have inbound rule for limited list of ips on local port.
well, the second sentence on that...
October 12, 2014 at 12:25 am
TomThomson (10/10/2014)
Ville-Pekka Vahteala (10/9/2014)
TomThomson (10/9/2014)
Ville-Pekka Vahteala (10/9/2014)
1. Allow from scope (allowed IPs) to ports 1434 and...
October 10, 2014 at 9:29 am
TomThomson (10/9/2014)
Ville-Pekka Vahteala (10/9/2014)
1. Allow from scope (allowed IPs) to ports 1434 and 1433 TCP and...
October 9, 2014 at 11:21 pm
GilaMonster (10/9/2014)
Luis Cazares (10/9/2014)
I wasn't expecting that someone would expose their SQL instance to the internet. :crazy:I suspect that's the situation that the OP is in. 🙁
I think situation is...
October 9, 2014 at 11:53 am
Typical setup for fw is that you have first allowed rules and then deny all
1. Allow from scope (allowed IPs) to ports 1434 and 1433 TCP and UDP
2. Deny...
October 9, 2014 at 11:47 am
Here is example how to do it with select.
WITH cte AS
(
SELECT 'A1' AS id, 20141001 AS [date], 'UK-US' AS route, 20141229 AS routeDate, 'Return' AS TripType...
October 8, 2014 at 12:57 am
But why would You want to do that? Just outer join to data for select queries.
October 8, 2014 at 12:21 am
If I remember correctly those menu links should be there even when user has not enough permissions. Report will show some error on that situation.
October 8, 2014 at 12:13 am
I would look how indexes for this table are being used for a while. If it looks like this is index is used for most of the queries I would...
October 5, 2014 at 4:56 pm
Do you have any groups in report yet?
If so then you just need to set group header section visible.
If you don't then just add ROW_NUMBER to your query and...
September 16, 2014 at 9:29 pm
exec sp_who2
might be what you need.
September 15, 2014 at 6:46 am
Server you want to ping must have public IP and dns records.
You must have access trough firewalls.
This should be enough for ping to work.
Other option is to have VPN connection...
September 14, 2014 at 11:12 am
Would someone be able to use admin console of remote desktop and kick you out?
Could you use other computer and use pscmd, pslist and pskill?
September 9, 2014 at 9:05 am
Your query will return one record.
Are you sure that you used same query for both environments while testing Microsoft provider?
Will cast(getdate() as nvarchar(10)) return date with dots?
In query you have...
September 5, 2014 at 2:29 pm
Viewing 15 posts - 31 through 45 (of 108 total)