Skip to main content

Featured post

How to Insert line break in Text component in React Native

Hi, I was developing an application in react native.I have to handle lots of text data in this small react native application.I have used  Text component in react native many times. While working on this application,i had a requirement to display some text content with line breaks.I will explain it clearly with an example.I want to display a text as shown below  Welcome Please subscribe my channel I wrote react native code as shown below <View> <Text> Welcome Please subscribe my channel </Text> <View> When i run these lines of code,It will display text as shown below Welcome Please subscribe my channel   - instead of displaying in two lines with line break,it displays in a single line.So i have to find a solution to insert line break in Text component in React Native.After lots of research,i found a clean solution as shown below <View> <Text> Welcome{"\n"} Please subscribe my channel </Text> <View> Here ...

How to Install SQL SERVER 2000 in Windows 64 Bit Operating Systems Step by Step Explanation with Images -Windows 7 Windows 8

Step -1


Double Click SQL SERVER 2000 Developer Edition Setup and Click NEXT 






Step- 2

Click NEXT 




Step -3









Step -4

















Step-5 


Click RUN PROGRAM 





Step-6


Then you will get a message window  as shown below 






Step-7

Now open RUN window and type   %temp%  then Click ENTER key .It will open TEMP   folder  and you can  find SQLSETUP file inside TEMP folder.

Then double click  SQLSETUP file  

You will get a window as shown below 

click RUN PROGRAM  

It will continue SQL SERVER 2000 installation in Windows 64 bit Operating Systems





Step-8


Click NEXT




Step-9


Select LOCAL COMPUTER and Click NEXT




Step-10


Select Create a new instance of SQL Server or install Client Tools


And click NEXT 




Step-11


Please give NAME and COMPANY as per your data. I have given demo data for my SQL SERVER 2000 installation in windows 64 bit Operating system 




Step-12


Click YES






Step-13


Select Server and Client Tools 

And click NEXT 



Step-14


You can select Default SQL Server 2000 instance or You can  give your own SQL Server 2000 instance 


I go with my own instance name SQL2000




Step-15

Select Typical and Click NEXT






Step-16


Select Use the same account for each service. Auto start SQL Server Service


Select Use the Local System account 


Click NEXT 



Step-17


Select Mixed Mode (Windows Authentication and SQL Server Authentication)


Enter Password  and Click NEXT 







Step-18


Click NEXT



Step-19

Yes Now We have successfully installed SQL SERVER 2000 in Windows 7 ,Windows 8 64 bit Operating systems 




Thanks