3
Answers

Is .net framework and sql server needs to be installed fully

Amit Gupta

Amit Gupta

9y
368
1
Hi everyone

I had developed application in c# with sql server as a backend database.

kindly tell me whether I have to install full .net framework and sql server management studio and sql express on the target computer

or is their any native runtime executable that work for this case.

As file size of sql server is approx 1gb and it takes approx an hour to install.

Is there any solution that save time and space too.

Thanks in advance
Answers (3)
0
Ranjit Powar

Ranjit Powar

NA 8.1k 496.6k 9y
You can run your query from sqlcmd.
0
Amit Gupta

Amit Gupta

NA 16.5k 25.7k 9y
But sql express doesnot allow us to manage tables, login etc. Its management studio provides login, running scripts etc. how to tackeltackel that.
0
Ranjit Powar

Ranjit Powar

NA 8.1k 496.6k 9y
It is necessary to install .net framework. For SQL server there is no need to install management studio on client machine. You also can install express edition of SQL server.