Viewing 15 posts - 2,206 through 2,220 (of 9,641 total)
To telnet open a command prompt and type in telnet [fqdn or IP] [port #]. If you connect it is accepting connections and your issue is elsewhere.
Something...
September 15, 2011 at 8:23 am
Yes, that code works, but it does loop which is going to be a bit slow. I prefer to not write generic triggers like that because, while they are...
September 15, 2011 at 8:14 am
Can you ping the remote server?
Can you connect using Telnet?
If you could connect before, what has changed since you successfully connected?
September 15, 2011 at 8:04 am
If you have the local server group selected in the Registered Servers tab and then do Open File it will connect to group.
September 15, 2011 at 7:59 am
Michal-469362 (9/14/2011)
I have a table that I want to list distict phone #'s. I can do that with with:
SELECT DISTINCT PHONENBR FROM...
September 15, 2011 at 7:55 am
This is linked server, have you tried connecting directly without the linked server overhead?
September 15, 2011 at 7:50 am
ComputerFieldsInc (9/15/2011)
September 15, 2011 at 6:52 am
Grant,
Defaulting all character columns to varchar or, even worse, nvarchar and then compounding it by using 255.
No statistics or index maintenance.
Then echoing just about everything else everyone else said.
September 14, 2011 at 12:37 pm
Congratulations to Jeff, well-deserved, although don't you call yourself a developer, not a DBA?:-D
September 14, 2011 at 7:09 am
SQLRNNR (9/12/2011)
Jack Corbett (9/12/2011)
SQLRNNR (9/12/2011)
Chad Crawford (9/12/2011)
September 12, 2011 at 2:21 pm
SQLRNNR (9/12/2011)
Chad Crawford (9/12/2011)
September 12, 2011 at 1:14 pm
Chad Crawford (9/12/2011)
September 12, 2011 at 1:07 pm
GilaMonster (9/9/2011)
How many rows does that select return? 0, 1,...
September 9, 2011 at 2:30 pm
Ninja's_RGR'us (9/9/2011)
So is it worth opening a connect ticket on this so we can let the community vote on it?
I have verified the behavior with SQL Server 2005 SP4.
I also...
September 9, 2011 at 9:49 am
roger.plowman (9/9/2011)
Having spent 30+ years in the industry as a jack-of-all-trades (master of none I admit) I've seen great...
September 9, 2011 at 7:56 am
Viewing 15 posts - 2,206 through 2,220 (of 9,641 total)