Click here to Skip to main content
15,895,799 members
Home / Discussions / Database
   

Database

 
AnswerRe: Need Help,METHOD of COLD BACKUP AND RESTORE COLD BACKUP ORACLE 10G Pin
Mycroft Holmes5-Aug-09 22:10
professionalMycroft Holmes5-Aug-09 22:10 
QuestionSQL server not starting Pin
User 61271795-Aug-09 5:52
User 61271795-Aug-09 5:52 
AnswerRe: SQL server not starting Pin
Byron70705-Aug-09 16:46
Byron70705-Aug-09 16:46 
AnswerRe: SQL server not starting Pin
phoenixR7726-Nov-09 3:46
phoenixR7726-Nov-09 3:46 
QuestionRemote access problem - sql server2008- Out of Domain Pin
Paramu19735-Aug-09 5:36
Paramu19735-Aug-09 5:36 
AnswerRe: Remote access problem - sql server2008- Out of Domain Pin
Byron70705-Aug-09 16:37
Byron70705-Aug-09 16:37 
GeneralRe: Remote access problem - sql server2008- Out of Domain Pin
Paramu19735-Aug-09 23:21
Paramu19735-Aug-09 23:21 
GeneralRe: Remote access problem - sql server2008- Out of Domain Pin
Byron70706-Aug-09 6:48
Byron70706-Aug-09 6:48 
From the server access SQL outside your local network, to tell if the outside server can connect to the port.

From the command line ->telnet SqlServerHostname 1433

If it connects it will blank screen. Hit ctrl+] to escape; otherwise it will just sit there "Connecting to sqlserverhostname" and eventually time out and return you to the command prompt.

On the sql server from the command line issue this command

>netstat -an

sift through the list and look for this in the second column

PublicIP:1433

208.208.208.208:1433 for example, that first column is the ip and ports your server is listening on.
AnswerRe: Remote access problem - sql server2008- Out of Domain Pin
Aman786Singh7-Aug-09 2:44
Aman786Singh7-Aug-09 2:44 
QuestionTo fetch the data from different tables Pin
srikantha_nagaraj5-Aug-09 3:45
srikantha_nagaraj5-Aug-09 3:45 
AnswerRe: To fetch the data from different tables Pin
Mycroft Holmes5-Aug-09 22:13
professionalMycroft Holmes5-Aug-09 22:13 
AnswerRe: To fetch the data from different tables Pin
Kschuler7-Aug-09 9:48
Kschuler7-Aug-09 9:48 
Questionstop select case creating new rows? Pin
Tommy Pickersgill5-Aug-09 2:33
Tommy Pickersgill5-Aug-09 2:33 
AnswerRe: stop select case creating new rows? Pin
WoutL5-Aug-09 3:29
WoutL5-Aug-09 3:29 
GeneralRe: stop select case creating new rows? Pin
Tommy Pickersgill5-Aug-09 3:51
Tommy Pickersgill5-Aug-09 3:51 
GeneralRe: stop select case creating new rows? Pin
WoutL5-Aug-09 9:25
WoutL5-Aug-09 9:25 
AnswerRe: stop select case creating new rows? Pin
Tommy Pickersgill5-Aug-09 6:46
Tommy Pickersgill5-Aug-09 6:46 
GeneralRe: stop select case creating new rows? Pin
i.j.russell5-Aug-09 11:39
i.j.russell5-Aug-09 11:39 
GeneralRe: stop select case creating new rows? [modified] Pin
Tommy Pickersgill5-Aug-09 23:06
Tommy Pickersgill5-Aug-09 23:06 
QuestionDesigning Table to Record Hierarchy Pin
vhassan5-Aug-09 0:58
vhassan5-Aug-09 0:58 
QuestionSQL Server config Pin
helelark1234-Aug-09 6:13
helelark1234-Aug-09 6:13 
AnswerRe: SQL Server config Pin
leckey4-Aug-09 16:02
leckey4-Aug-09 16:02 
GeneralRe: SQL Server config Pin
helelark1234-Aug-09 18:44
helelark1234-Aug-09 18:44 
AnswerRe: SQL Server config Pin
N a v a n e e t h4-Aug-09 17:52
N a v a n e e t h4-Aug-09 17:52 
GeneralRe: SQL Server config Pin
helelark1234-Aug-09 18:46
helelark1234-Aug-09 18:46 

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.