Showing posts with label SQL Help. Show all posts
Showing posts with label SQL Help. Show all posts

Query Execution

Muzakkir Ipsal     3:52 AM  No comments
Apa yang sebenarnya membuat SQL Server berbeda dari bahasa pemrograman lain adalah cara SQL Server memproses kodenya. Umumnya, kebanyakan bahasa pemrograman memroses statement dari atas ke bawah. Sebaliknya, SQL Server memroses dalam urutan yang unik yang dikenal sebagai Logical Tahap Pengolahan Query. Fase ini menghasilkan serangkaian tabel-tabel virtual dengan masing-masing tabel virtual ke tahap berikutnya (tabel virtual tidak dapat dilihat). Fase dan perintah... Read More »

Cara Restore Database

Muzakkir Ipsal     3:49 AM  No comments
  Klik kanan di database klik Tasks, lalu klik Restore Database.     Lalu setelah kotak dialog Restore Database muncul, tentukan tujuan database yang akan di restore lalu pilih From device untuk menentukan lokasi file yang mau di restore.     Lalu akan muncul kotak dialog Specify Backup.     Setelah itu pilihlah file yang akan di restore, kemudian klik OK.     ... Read More »

Introduction To Sql Server

Muzakkir Ipsal     3:39 AM  No comments
Microsoft SQL Server adalah Relational Database Management System (RDBMS) yang dirancang untuk dapat berjalan pada platform mulai dari laptop hingga server multiprosesor besar. SQL Server biasanya digunakan sebagai sistem backend untuk website dan CRMS perusahaan dan dapat membantu ribuan pengguna secara bersamaan. SQL Server hadir dengan sejumlah alat untuk membantu administrasi database dan tugas-tugas pemrograman. SQL Server jauh lebih kuat dan terukur daripada... Read More »

Cara Detach Database

Muzakkir Ipsal     1:26 PM  2 comments
  Klik kanan di database yang akan di detach, setelah itu klik Task, lalu klik Detach.       Lalu klik OK.       Tips7 Tags: Detach Database, cara Detach Database ... Read More »

add log shipping plan database

Muzakkir Ipsal     12:55 PM  No comments
sp_add_log_shipping_plan_database Adds a new database to an existing log shipping plan. Syntax sp_add_log_shipping_plan_database     { [ @plan_id = ] plan_id | [ @plan_name = ] 'plan_name' }     { , [ @source_database = ] 'source_database' }     { , [ @destination_database = ] 'destination_database' }     [ , [ @load_delay = ] load_delay ]     [ , [ @load_all = ] load_all ]     [ , [ @copy_enabled =... Read More »

sp add category

Muzakkir Ipsal     12:53 PM  1 comment
sp_add_category Adds the specified category of jobs, alerts, or operators to the server. Syntax sp_add_category [ [ @class = ] 'class', ]     [ [ @type = ] 'type', ]     { [ @name = ] 'name' } Arguments [ @class = ] 'class' Is the class of the category to be added. class is varchar(8) with a default value of JOB, and can be... Read More »

addumpdevice

Muzakkir Ipsal     12:48 PM  No comments
sp_addumpdevice Adds a backup device to Microsoft® SQL Server™. Syntax sp_addumpdevice [ @devtype = ] 'device_type' ,     [ @logicalname = ] 'logical_name' ,     [ @physicalname = ] 'physical_name'     [ , { [ @cntrltype = ] controller_type             | [ @devstatus = ] 'device_status'         }     ] Arguments [@devtype =] 'device_type', Is the type of backup device. device_type is varchar(20), with no default, and can be... Read More »

DBCC USEROPTIONS

Muzakkir Ipsal     12:44 PM  No comments
DBCC USEROPTIONS Returns the SET options active (set) for the current connection. Syntax DBCC USEROPTIONS Result Sets DBCC USEROPTIONS returns this result set (values and entries may vary): Set Option Value ---------------------------- ------------------------------------------- textsize 64512 language us_english dateformat mdy datefirst 7 ansi_null_dflt_on SET ansi_warnings SET ansi_padding SET ansi_nulls SET concat_null_yields_null SET (9 row(s) affected) DBCC execution completed. If DBCC printed error messages, contact... Read More »

ACOS

Muzakkir Ipsal     12:40 PM  No comments
ACOS Returns the angle, in radians, whose cosine is the given float expression; also called arccosine. Syntax ACOS ( float_expression ) Arguments float_expression Is an expression of the type float or real, with a value from -1 through 1. Values outside this range return NULL and report a domain error. Return Types float Examples This example returns the ACOS of the given angle.... Read More »

ABS

Muzakkir Ipsal     12:36 PM  No comments
ABS Returns the absolute, positive value of the given numeric expression. Syntax ABS ( numeric_expression ) Arguments numeric_expression Is an expression of the exact numeric or approximate numeric data type category, except for the bit data type. Return Types Returns the same type as numeric_expression. Examples This example shows the effect of the ABS function on three different numbers. SELECT ABS(-1.0), ABS(0.0), ABS(1.0)... Read More »

Latest Stories

Blogroll New

Proudly Powered by Blogger.
Contact

Contact

Name

Email *

Message *