how to make server & clients?
-
You cannot vote on your own post 0 i want to run windows form program in more than one PC and the database to be in one PC and other PCs connect to it DB (sql server) >>>>>>>> how can i control *in setup of sql server *or on connection string *and what the requirements to make this is need to windows server or sql express ________________________________ tell me the steps and requirements please :)
-
You cannot vote on your own post 0 i want to run windows form program in more than one PC and the database to be in one PC and other PCs connect to it DB (sql server) >>>>>>>> how can i control *in setup of sql server *or on connection string *and what the requirements to make this is need to windows server or sql express ________________________________ tell me the steps and requirements please :)
Mohamed Nabawy wrote:
You cannot vote on your own post
Which I believe makes sense.
Mohamed Nabawy wrote:
i want to run windows form program in more than one PC and the database to be in one PC and other PCs connect to it
DB (sql server)
>>>>>>>>
how can i control
*in setup of sql server
*or on connection string
*and what the requirements to make this is need to windows server or sql expressYour question is a bit large... Have you tried or planned of trying something? If yes and you got stuck in a specific question then posting a targeted question would likeliy give you many helpful answers. Especially if you present some effort you have already made and want some help to get it running etc. If you're still in the early phase of learning the concepts, I suggest that you read the literature available and google for specifics.
-
You cannot vote on your own post 0 i want to run windows form program in more than one PC and the database to be in one PC and other PCs connect to it DB (sql server) >>>>>>>> how can i control *in setup of sql server *or on connection string *and what the requirements to make this is need to windows server or sql express ________________________________ tell me the steps and requirements please :)
See if xp_cmdshell is what you are looking for. It allows you to run a windows command from within a T-SQL stored procedure.