Actually this post is not about C# developing but i think it will helpful for beginners..
My PC have installed windows 7 64 bit operating system and i wanted to installed sql server management 2005. Unfortunately i could not able to install the package it was telling error like below
so i had to find a solutions through the internet and i got the answer from MSDN .
it is very simple Do following steps
it should look like this
C:\Users\Cruize\Downloads\abc\SQLServer2005_SSMSEE_x64.msi
"SQLServer2005_SSMSEE_x64.msi" is the executable file .Then press enter then it will install without any error.
My PC have installed windows 7 64 bit operating system and i wanted to installed sql server management 2005. Unfortunately i could not able to install the package it was telling error like below
so i had to find a solutions through the internet and i got the answer from MSDN .
it is very simple Do following steps
- Go to Start menu type "cmd.exe" in the search box .
- Then right click on an select run as Administrator.
it should look like this
C:\Users\Cruize\Downloads\abc\SQLServer2005_SSMSEE_x64.msi
"SQLServer2005_SSMSEE_x64.msi" is the executable file .Then press enter then it will install without any error.
Thank you .. :)
Comments