Categories
Sql Server

How to insert data in Sql server table

The INSERT statement in Sql server is used to insert new records in a table. We can insert new records in two forms:- First:- Insert into table_name values (value1,value2,value3) Second:- Insert into table_name(coloum1,coloum2) values(value1,value2) Insert into Example:- ID Name Class Roll No 1 Jai B.A 12 2 Mohan M.A 23 4 Om B.A 2 Query:- […]

Categories
Asp, Asp.net

How to set the Default browser in Visual Studio

How to set the Default browser in Visual Studio To Set the default browser in Visual Studio when running a web application simply follow the below 3 steps: 1.Open visual studio. 2.Click on File menu then click on browse with.” 3.In the dialog box you will be shown the currently installed browsers. Highlight the browser […]

Categories
Technology - Tips

Bing VS Google

Today i am searching something on internet and i found something very useful. Now you can search on both search engine giants (Google and Bing ) at same time from a single window.You can check that result corresponding to your query will be displayed by both on single page dividing page by vertically. click on […]

Categories
Sql Server

How To Rename Your SQL Server Default Instance Or Named Instance

How To Rename Your SQL Server Default Instance Or Named Instance In this tutorial i will explain How To Rename Your SQL Server Default Instance Or Named Instance.Have you ever had to change the name of SQL Server. If  yes, Then follow these steps to do this. Open Sql server management studio. See your server […]