↓ Skip to Main Content
Geeks Stack

Geeks Stack

Main Navigation

  • Home
  • Languages
    • Java
  • Tools
  • About
Home › 2011 › November

Month: November 2011

How to make joins in SQL Server

By Waqas Posted on November 28, 2011 Posted in General No Comments Tagged with MS SQL Server

In database joins are used to retrieve data from two or more table based on logical relationship between these tables. A typical join specifies a forgien key from one table and its associated primary key in the other table. To …

How to make joins in SQL Server Read more »

Creating table in SQL Server

By Waqas Posted on November 28, 2011 Posted in General No Comments Tagged with MS SQL Server

You can create table in MS SQL Server either of the following way, •Enterprise Manager •Transact SQL (T-SQL) statement Here I will show you how to create table using T-SQL. The syntax is as below for creating table, CREATE TABLE <TABLE_NAME> …

Creating table in SQL Server Read more »

Unable to connect local server

By Waqas Posted on November 28, 2011 Posted in General No Comments

I was on vocation and when I came back and try to start SQL server. It gives me below error. Connect to Server ———————————– Cannot connect to localhost. ———————————– ADDITIONAL INFORMATION: A network-related or instance-specific error occurred while establishing a …

Unable to connect local server Read more »

Recent Posts

  • Introduction to Dockers
  • JetBrains announces new IDE Fleet
  • Introduction to Java
  • AWS Lambda Layers and NodeJs Runtime
  • API call from Lambda and save response in S3

Categories

  • AWS
  • Cloud
  • Dockers
  • General
  • HTML
  • Java
  • JavaScript

Archives

  • May 2022
  • December 2021
  • March 2021
  • July 2020
  • November 2019
  • January 2019
  • November 2018
  • September 2017
  • August 2017
  • April 2017
  • January 2017
  • January 2016
  • November 2015
  • October 2015
  • September 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2014
  • February 2014
  • November 2013
  • September 2012
  • August 2012
  • June 2012
  • March 2012
  • December 2011
  • November 2011
© 2022 EnfocarSoft | Powered by Responsive Theme