Viewing 15 posts - 2,206 through 2,220 (of 9,643 total)
I'm not an expert, but it sounds like the change has not replicated to the DC that the SQL Server is querying. I could be wrong though.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 15, 2011 at 8:48 am
The default port is 1433. Otherwise if it is dynamic or changed to another port you'll need to look on the SQL Server for configuration.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 15, 2011 at 8:46 am
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 15, 2011 at 7:55 am
This is linked server, have you tried connecting directly without the linked server overhead?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 15, 2011 at 7:50 am
ComputerFieldsInc (9/15/2011)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 14, 2011 at 12:37 pm
Congratulations to Jeff, well-deserved, although don't you call yourself a developer, not a DBA?:-D
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 12, 2011 at 2:21 pm
SQLRNNR (9/12/2011)
Chad Crawford (9/12/2011)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 12, 2011 at 1:14 pm
Chad Crawford (9/12/2011)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 12, 2011 at 1:07 pm
GilaMonster (9/9/2011)
How many rows does that select return? 0, 1,...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2011 at 2:30 pm
Viewing 15 posts - 2,206 through 2,220 (of 9,643 total)