Click here to Skip to main content
15,927,347 members
Home / Discussions / Database
   

Database

 
GeneralRe: Need query............. Pin
PlayByTheRules26-Mar-07 0:17
PlayByTheRules26-Mar-07 0:17 
QuestionHow to create an new database by using XSD Schemas? Pin
Gywox24-Mar-07 17:24
Gywox24-Mar-07 17:24 
Questionhow to make PC2 access the Database in PC1 Pin
marwan_siala23-Mar-07 23:07
marwan_siala23-Mar-07 23:07 
AnswerRe: how to make PC2 access the Database in PC1 Pin
Colin Angus Mackay24-Mar-07 3:48
Colin Angus Mackay24-Mar-07 3:48 
GeneralRe: how to make PC2 access the Database in PC1 Pin
marwan_siala24-Mar-07 5:23
marwan_siala24-Mar-07 5:23 
GeneralRe: how to make PC2 access the Database in PC1 Pin
Colin Angus Mackay24-Mar-07 5:28
Colin Angus Mackay24-Mar-07 5:28 
GeneralRe: how to make PC2 access the Database in PC1 Pin
marwan_siala24-Mar-07 5:39
marwan_siala24-Mar-07 5:39 
GeneralRe: how to make PC2 access the Database in PC1 Pin
Colin Angus Mackay24-Mar-07 5:56
Colin Angus Mackay24-Mar-07 5:56 
marwan_siala wrote:
about the connection what should i do to make PC1 and PC2 access the same file


You don't you get the sever local to the file access it and then connect to the server. As I already told you: SQL Server is a server based database, not a file based database. You connect to the server.

First, to allow network access:
Go into SQL Server Configuration Manager. Open "SQL Native Client Configuration"-->"Client Protocols" and ensure that "TCP/IP" is enabled.
Then open "SQL Server 2005 Network Configuration"-->"Protocols for <instance name>" and ensure that "TCP/IP" is enabled.

Then go into "Microsoft SQL Server Management Studio" and connect to the relevant server. Once connected, open up the databases. If the database is not there, then right-click on "Databases" and attach the file that you want.

Then in your application you connect as normal, specifying the name of the machine that is running the SQL Server.


GeneralRe: how to make PC2 access the Database in PC1 Pin
marwan_siala24-Mar-07 6:26
marwan_siala24-Mar-07 6:26 
GeneralRe: how to make PC2 access the Database in PC1 Pin
marwan_siala29-Mar-07 21:53
marwan_siala29-Mar-07 21:53 
QuestionDoubt in Stored procedure Pin
Prashant C23-Mar-07 19:56
Prashant C23-Mar-07 19:56 
AnswerRe: Doubt in Stored procedure Pin
N a v a n e e t h23-Mar-07 20:13
N a v a n e e t h23-Mar-07 20:13 
GeneralRe: Doubt in Stored procedure Pin
Mark Greenwood24-Mar-07 2:03
Mark Greenwood24-Mar-07 2:03 
GeneralRe: Doubt in Stored procedure Pin
M.H.1.2.325-Mar-07 18:07
M.H.1.2.325-Mar-07 18:07 
QuestionStored Procedure Pin
yaminilatha23-Mar-07 18:28
yaminilatha23-Mar-07 18:28 
AnswerRe: Stored Procedure Pin
Christian Graus23-Mar-07 18:33
protectorChristian Graus23-Mar-07 18:33 
GeneralRe: Stored Procedure Pin
yaminilatha29-Mar-07 2:25
yaminilatha29-Mar-07 2:25 
AnswerRe: Stored Procedure Pin
N a v a n e e t h23-Mar-07 20:14
N a v a n e e t h23-Mar-07 20:14 
GeneralRe: Stored Procedure Pin
yaminilatha29-Mar-07 2:29
yaminilatha29-Mar-07 2:29 
QuestionStoring Word document (*.doc) in SQL Server Pin
QuanThanh23-Mar-07 17:39
QuanThanh23-Mar-07 17:39 
AnswerRe: Storing Word document (*.doc) in SQL Server Pin
Christian Graus23-Mar-07 17:56
protectorChristian Graus23-Mar-07 17:56 
GeneralRe: Storing Word document (*.doc) in SQL Server Pin
QuanThanh26-Mar-07 5:32
QuanThanh26-Mar-07 5:32 
AnswerRe: Storing Word document (*.doc) in SQL Server Pin
S Douglas24-Mar-07 23:01
professionalS Douglas24-Mar-07 23:01 
GeneralRe: Storing Word document (*.doc) in SQL Server Pin
QuanThanh25-Mar-07 6:07
QuanThanh25-Mar-07 6:07 
Questionimage storage Pin
amruta_muley23-Mar-07 7:04
amruta_muley23-Mar-07 7:04 

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.