NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

USE [master]
GO
/****** Object: Database [2HaftaOdev] Script Date: 2/27/2017 10:45:30 PM ******/
CREATE DATABASE [2HaftaOdev]
CONTAINMENT = NONE
ON PRIMARY
( NAME = N'2HaftaOdev', FILENAME = N'c:Program FilesMicrosoft SQL ServerMSSQL11.MSSQLSERVERMSSQLDATA2HaftaOdev.mdf' , SIZE = 5120KB , MAXSIZE = UNLIMITED, FILEGROWTH = 1024KB )
LOG ON
( NAME = N'2HaftaOdev_log', FILENAME = N'c:Program FilesMicrosoft SQL ServerMSSQL11.MSSQLSERVERMSSQLDATA2HaftaOdev_log.ldf' , SIZE = 2048KB , MAXSIZE = 2048GB , FILEGROWTH = 10%)
GO
ALTER DATABASE [2HaftaOdev] SET COMPATIBILITY_LEVEL = 110
GO
IF (1 = FULLTEXTSERVICEPROPERTY('IsFullTextInstalled'))
begin
EXEC [2HaftaOdev].[dbo].[sp_fulltext_database] @action = 'enable'
end
GO
ALTER DATABASE [2HaftaOdev] SET ANSI_NULL_DEFAULT OFF
GO
ALTER DATABASE [2HaftaOdev] SET ANSI_NULLS OFF
GO
ALTER DATABASE [2HaftaOdev] SET ANSI_PADDING OFF
GO
ALTER DATABASE [2HaftaOdev] SET ANSI_WARNINGS OFF
GO
ALTER DATABASE [2HaftaOdev] SET ARITHABORT OFF
GO
ALTER DATABASE [2HaftaOdev] SET AUTO_CLOSE OFF
GO
ALTER DATABASE [2HaftaOdev] SET AUTO_CREATE_STATISTICS ON
GO
ALTER DATABASE [2HaftaOdev] SET AUTO_SHRINK OFF
GO
ALTER DATABASE [2HaftaOdev] SET AUTO_UPDATE_STATISTICS ON
GO
ALTER DATABASE [2HaftaOdev] SET CURSOR_CLOSE_ON_COMMIT OFF
GO
ALTER DATABASE [2HaftaOdev] SET CURSOR_DEFAULT GLOBAL
GO
ALTER DATABASE [2HaftaOdev] SET CONCAT_NULL_YIELDS_NULL OFF
GO
ALTER DATABASE [2HaftaOdev] SET NUMERIC_ROUNDABORT OFF
GO
ALTER DATABASE [2HaftaOdev] SET QUOTED_IDENTIFIER OFF
GO
ALTER DATABASE [2HaftaOdev] SET RECURSIVE_TRIGGERS OFF
GO
ALTER DATABASE [2HaftaOdev] SET DISABLE_BROKER
GO
ALTER DATABASE [2HaftaOdev] SET AUTO_UPDATE_STATISTICS_ASYNC OFF
GO
ALTER DATABASE [2HaftaOdev] SET DATE_CORRELATION_OPTIMIZATION OFF
GO
ALTER DATABASE [2HaftaOdev] SET TRUSTWORTHY OFF
GO
ALTER DATABASE [2HaftaOdev] SET ALLOW_SNAPSHOT_ISOLATION OFF
GO
ALTER DATABASE [2HaftaOdev] SET PARAMETERIZATION SIMPLE
GO
ALTER DATABASE [2HaftaOdev] SET READ_COMMITTED_SNAPSHOT OFF
GO
ALTER DATABASE [2HaftaOdev] SET HONOR_BROKER_PRIORITY OFF
GO
ALTER DATABASE [2HaftaOdev] SET RECOVERY SIMPLE
GO
ALTER DATABASE [2HaftaOdev] SET MULTI_USER
GO
ALTER DATABASE [2HaftaOdev] SET PAGE_VERIFY CHECKSUM
GO
ALTER DATABASE [2HaftaOdev] SET DB_CHAINING OFF
GO
ALTER DATABASE [2HaftaOdev] SET FILESTREAM( NON_TRANSACTED_ACCESS = OFF )
GO
ALTER DATABASE [2HaftaOdev] SET TARGET_RECOVERY_TIME = 0 SECONDS
GO
USE [2HaftaOdev]
GO
/****** Object: Table [dbo].[Users] Script Date: 2/27/2017 10:45:30 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Users](
[Id] [int] IDENTITY(1,1) NOT NULL,
[Name] [nvarchar](50) NULL,
[Surname] [nvarchar](50) NULL,
[IdentityNumber] [nvarchar](11) NULL,
[PhoneNumber] [nvarchar](50) NULL,
[BirthDate] [nvarchar](50) NULL,
CONSTRAINT [PK_Users] PRIMARY KEY CLUSTERED
(
[Id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]

GO
/****** Object: Table [dbo].[WebServiceUsers] Script Date: 2/27/2017 10:45:30 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[WebServiceUsers](
[Id] [int] IDENTITY(1,1) NOT NULL,
[Name] [nvarchar](50) NOT NULL,
[Password] [nvarchar](50) NOT NULL,
CONSTRAINT [PK_WebServiceUsers] PRIMARY KEY CLUSTERED
(
[Id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]

GO
USE [master]
GO
ALTER DATABASE [2HaftaOdev] SET READ_WRITE
GO



Insert Into WebServiceUsers Values('Admins','Admins123')
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.