Click here to Skip to main content
15,891,513 members
Home / Discussions / Database
   

Database

 
GeneralRe: what is he Difference Between these two codes in datagrid Pin
Vimalsoft(Pty) Ltd9-May-07 1:12
professionalVimalsoft(Pty) Ltd9-May-07 1:12 
Questionforce to restore database Pin
Xandip6-May-07 20:51
Xandip6-May-07 20:51 
AnswerRe: force to restore database Pin
Colin Angus Mackay6-May-07 23:00
Colin Angus Mackay6-May-07 23:00 
QuestionHow to write triggers in stored procedure Pin
Sophia Rekhi6-May-07 20:09
Sophia Rekhi6-May-07 20:09 
AnswerRe: How to write triggers in stored procedure Pin
vimal_yet6-May-07 20:41
vimal_yet6-May-07 20:41 
AnswerRe: How to write triggers in stored procedure Pin
Colin Angus Mackay6-May-07 22:55
Colin Angus Mackay6-May-07 22:55 
Questionhow to connect sql server from internet Pin
Ahmed El-Badry6-May-07 12:23
Ahmed El-Badry6-May-07 12:23 
AnswerRe: how to connect sql server from internet Pin
Colin Angus Mackay6-May-07 22:59
Colin Angus Mackay6-May-07 22:59 
The Server (or Data Source) component of the connection string should contain the IP address and instance name if applicable and Port number
e.g.

81.10.29.106/MyInstance:1433

If you are running the default instance then just the IP and Port.

NOTE: You must also configure SQL Server to accept TCP/IP connection. And you must ensure that all firewalls between the client and server will allow the traffic through. As exposing a SQL Server directly to the internet is a dangerous thing to do it is not normal practice. Some ISPs may automatically block the ports SQL Server uses.


Upcoming events:
* Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

AnswerRe: how to connect sql server from internet Pin
Ch_Shahzad iqbal8-May-07 1:01
Ch_Shahzad iqbal8-May-07 1:01 
QuestionHelp Please Pin
yasso_1155-May-07 22:36
yasso_1155-May-07 22:36 
AnswerRe: Help Please Pin
Arun.Immanuel5-May-07 22:38
Arun.Immanuel5-May-07 22:38 
GeneralRe: Help Please Pin
yasso_1155-May-07 22:55
yasso_1155-May-07 22:55 
GeneralRe: Help Please Pin
Arun.Immanuel5-May-07 23:15
Arun.Immanuel5-May-07 23:15 
GeneralRe: Help Please Pin
yasso_1155-May-07 23:43
yasso_1155-May-07 23:43 
GeneralRe: Help Please Pin
Arun.Immanuel6-May-07 1:26
Arun.Immanuel6-May-07 1:26 
QuestionFulltext catalog not populating? Pin
alexjamesbrown5-May-07 17:36
alexjamesbrown5-May-07 17:36 
AnswerRe: Fulltext catalog not populating? Pin
Nirosh6-May-07 4:48
professionalNirosh6-May-07 4:48 
QuestionHow robust the SQL Server 2005 is..? Pin
Nirosh5-May-07 8:50
professionalNirosh5-May-07 8:50 
Questionhow to insert unicode character into SQL server 2005 from c# Pin
rehab14-May-07 22:00
rehab14-May-07 22:00 
AnswerRe: how to insert unicode character into SQL server 2005 from c# Pin
Hesham Amin4-May-07 22:29
Hesham Amin4-May-07 22:29 
AnswerRe: how to insert unicode character into SQL server 2005 from c# Pin
Colin Angus Mackay4-May-07 22:30
Colin Angus Mackay4-May-07 22:30 
AnswerRe: how to insert unicode character into SQL server 2005 from c# Pin
subai5-May-07 4:18
subai5-May-07 4:18 
GeneralRe: how to insert unicode character into SQL server 2005 from c# Pin
Software_Guy_1236-May-07 2:58
Software_Guy_1236-May-07 2:58 
QuestionIncorrect query result onINNER JOINS over three tables Pin
Joe Smith IX4-May-07 17:21
Joe Smith IX4-May-07 17:21 
AnswerRe: Incorrect query result onINNER JOINS over three tables Pin
Arun.Immanuel4-May-07 20:25
Arun.Immanuel4-May-07 20:25 

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.