Click here to Skip to main content
15,902,939 members
Home / Discussions / Database
   

Database

 
AnswerRe: Sql statement as an input parameter to stored procedure Pin
Wendelius24-Jan-09 4:01
mentorWendelius24-Jan-09 4:01 
QuestionWindows Firewall blocks SQL Connection Pin
Hampden Tech24-Jan-09 2:26
Hampden Tech24-Jan-09 2:26 
AnswerRe: Windows Firewall blocks SQL Connection Pin
Wendelius24-Jan-09 2:48
mentorWendelius24-Jan-09 2:48 
GeneralRe: Windows Firewall blocks SQL Connection Pin
Hampden Tech24-Jan-09 3:19
Hampden Tech24-Jan-09 3:19 
GeneralRe: Windows Firewall blocks SQL Connection Pin
Hampden Tech24-Jan-09 3:30
Hampden Tech24-Jan-09 3:30 
GeneralRe: Windows Firewall blocks SQL Connection Pin
Wendelius24-Jan-09 3:55
mentorWendelius24-Jan-09 3:55 
QuestionSQL Replication Question Please be kind - Newbie here! [modified] Pin
joey9363523-Jan-09 12:42
joey9363523-Jan-09 12:42 
AnswerRe: SQL Replication Question Please be kind - Newbie here! Pin
Wendelius23-Jan-09 21:13
mentorWendelius23-Jan-09 21:13 
SQL Server supports replication and one-way replication is quite easy to set up. Two-way replication (merge) is much more complex (this is true for all databases).

You can read basics for replication for example here: SQL Server Replication[^]

However since you're using Express edition in all nodes, it won't be possible to setup full replication. Express Edition can only be a subscriber in replication scenarios so you would need a standard version in your setup in order to create a publisher.

For more info about different features in different editions, see: Features Supported by the Editions of SQL Server 2005[^]

The need to optimize rises from a bad design.My articles[^]

GeneralRe: SQL Replication Question Please be kind - Newbie here! Pin
joey9363526-Jan-09 13:20
joey9363526-Jan-09 13:20 
GeneralRe: SQL Replication Question Please be kind - Newbie here! Pin
Wendelius26-Jan-09 18:12
mentorWendelius26-Jan-09 18:12 
GeneralRe: SQL Replication Question Please be kind - Newbie here! Pin
joey9363527-Jan-09 8:55
joey9363527-Jan-09 8:55 
GeneralRe: SQL Replication Question Please be kind - Newbie here! Pin
Wendelius27-Jan-09 9:52
mentorWendelius27-Jan-09 9:52 
Questiona count query Pin
sana1723-Jan-09 10:37
sana1723-Jan-09 10:37 
AnswerRe: a count query Pin
Wendelius23-Jan-09 10:44
mentorWendelius23-Jan-09 10:44 
GeneralRe: a count query Pin
sana1723-Jan-09 11:13
sana1723-Jan-09 11:13 
GeneralRe: a count query Pin
Wendelius23-Jan-09 11:15
mentorWendelius23-Jan-09 11:15 
QuestionHow to modify a DataSet VB.NET Pin
enipla23-Jan-09 8:58
enipla23-Jan-09 8:58 
AnswerRe: How to modify a DataSet VB.NET Pin
Wendelius23-Jan-09 9:14
mentorWendelius23-Jan-09 9:14 
GeneralRe: How to modify a DataSet VB.NET Pin
enipla23-Jan-09 9:24
enipla23-Jan-09 9:24 
GeneralRe: How to modify a DataSet VB.NET Pin
Wendelius23-Jan-09 9:29
mentorWendelius23-Jan-09 9:29 
GeneralRe: How to modify a DataSet VB.NET Pin
enipla23-Jan-09 9:33
enipla23-Jan-09 9:33 
GeneralRe: How to modify a DataSet VB.NET Pin
Wendelius23-Jan-09 9:37
mentorWendelius23-Jan-09 9:37 
GeneralRe: How to modify a DataSet VB.NET Pin
enipla23-Jan-09 10:22
enipla23-Jan-09 10:22 
GeneralRe: How to modify a DataSet VB.NET [modified] Pin
Wendelius23-Jan-09 10:26
mentorWendelius23-Jan-09 10:26 
GeneralRe: How to modify a DataSet VB.NET Pin
enipla23-Jan-09 10:39
enipla23-Jan-09 10:39 

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.