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 ...

Start Stop Restart Pause Resume SQL Server Instances Using SERVICES.MSC and SQL Configuration Manager

Hi Friends, Today I will explain what do you need to do when your SQL Server instance is stopped and you do not know How To Start your SQL Server instance using SERVICES.MSC and SQL Configuration Manager 


I will teach you How To Start 

                                        Stop

                                        Pause 

                                        Resume 

                                        Restart 

Any versions of SQL Server instances like SQL Server 2008,SQL  Server 2012 ,SQL Server 2014.SQL Server 2016,SQL Server 2019 etc


How To Start Stop Pause Resume Restart SQL Server instance using SERVICES.MSC


Step -1


Open RUN window and type SERVICES.MSC




 

Step-2



Now you can see SERVICES window  as shown below






Step-3



Find SQL Server instance and Right Click it .Then you can see all options 


My SQL Server instance -  SQL2008






How To Start Stop Pause Resume Restart SQL Server instance using SQL Configuration Manager



Step-1


Open SQL Configuration Manager from search area 






Step-2


You can see SQL Configuration Manager window as shown below and Find your SQL Server instance 


My SQL Server instance -SQL2008







Step-3


Right Click SQL Server instance and Then you can see all options 






So Now you know How To Start Stop Restart Pause Resume SQL Server Instance in you machine