Click here to Skip to main content
15,888,351 members
Home / Discussions / Database
   

Database

 
AnswerRe: What is a named variable and why use it? Pin
Colin Angus Mackay12-Jan-06 10:57
Colin Angus Mackay12-Jan-06 10:57 
QuestionDistinct in join - please help Pin
xaphod12-Jan-06 3:32
xaphod12-Jan-06 3:32 
AnswerRe: Distinct in join - please help Pin
Michael Potter12-Jan-06 4:55
Michael Potter12-Jan-06 4:55 
GeneralRe: Distinct in join - please help Pin
xaphod15-Jan-06 8:47
xaphod15-Jan-06 8:47 
QuestionSQL dyanamic ORDER BY Pin
smile869112-Jan-06 2:44
smile869112-Jan-06 2:44 
AnswerRe: SQL dyanamic ORDER BY Pin
Colin Angus Mackay12-Jan-06 2:55
Colin Angus Mackay12-Jan-06 2:55 
GeneralRe: SQL dyanamic ORDER BY Pin
smile869112-Jan-06 3:57
smile869112-Jan-06 3:57 
QuestionReplication Connection String Problem Pin
pr0wl3r11-Jan-06 6:46
pr0wl3r11-Jan-06 6:46 
I have two servers which I am trying to get merge replication working with. The kicker of this issue is that the servers are running on non-standard ports. So, my usual connection string of SERVER01\SQLInstance,1234 (1234 being the non-standard port) and SERVER02\SQLInstance,1234 which works for sqlcmd and sqlwb as well as a .NET application will not work for SQL Replication.

When I include the port in my connection string (SERVER01\SQLInstance,1234), which otherwise works, for a subscription, I get the error:

SQL Server replication requires the actual server name to make a connection to the server. Connections through a server alias, IP address, or any other alternate name are not supported. Specify the actual server name 'SERVER02\SQLInstance'. (Replication.Utilities)

But when I use no port (SERVER01\SQLInstance), I get this error:

An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server)

Any ideas on how to proceed?
AnswerRe: Replication Connection String Problem Pin
gharry12-Jan-06 22:18
gharry12-Jan-06 22:18 
QuestionVersion Error on Attaching Database Pin
Tiger45610-Jan-06 23:18
Tiger45610-Jan-06 23:18 
AnswerRe: Version Error on Attaching Database Pin
Dave Kreskowiak11-Jan-06 6:05
mveDave Kreskowiak11-Jan-06 6:05 
QuestionHelp needed in SQL Server connection Pin
satishrg10-Jan-06 17:47
satishrg10-Jan-06 17:47 
AnswerRe: Help needed in SQL Server connection Pin
Colin Angus Mackay10-Jan-06 20:55
Colin Angus Mackay10-Jan-06 20:55 
QuestionDataAdapter.Fill taking forever Pin
Luis Alonso Ramos10-Jan-06 15:59
Luis Alonso Ramos10-Jan-06 15:59 
AnswerRe: DataAdapter.Fill taking for ever Pin
nguyenvhn10-Jan-06 16:21
nguyenvhn10-Jan-06 16:21 
GeneralRe: DataAdapter.Fill taking forever Pin
Luis Alonso Ramos10-Jan-06 17:03
Luis Alonso Ramos10-Jan-06 17:03 
GeneralRe: DataAdapter.Fill taking for ever Pin
Luis Alonso Ramos11-Jan-06 12:43
Luis Alonso Ramos11-Jan-06 12:43 
NewsUpdate - still not working Pin
Luis Alonso Ramos11-Jan-06 15:00
Luis Alonso Ramos11-Jan-06 15:00 
GeneralRe: Update - still not working Pin
nguyenvhn11-Jan-06 21:25
nguyenvhn11-Jan-06 21:25 
AnswerRe: Update - still not working Pin
Luis Alonso Ramos12-Jan-06 6:48
Luis Alonso Ramos12-Jan-06 6:48 
QuestionI cannot update the Data grid fields for the following example: Pin
kenn_rosie10-Jan-06 6:44
kenn_rosie10-Jan-06 6:44 
QuestionODBC - Getting table names ? Pin
Weckmann10-Jan-06 1:50
Weckmann10-Jan-06 1:50 
Question24hr Time Format Pin
tadhg889-Jan-06 23:56
tadhg889-Jan-06 23:56 
AnswerRe: 24hr Time Format Pin
Colin Angus Mackay10-Jan-06 0:19
Colin Angus Mackay10-Jan-06 0:19 
GeneralRe: 24hr Time Format Pin
tadhg8810-Jan-06 1:15
tadhg8810-Jan-06 1:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.