Sql server® 2012 t-sql fundamentals


a Batch as a Unit of parsing



Download 10,93 Mb.
Pdf ko'rish
bet373/443
Sana26.01.2022
Hajmi10,93 Mb.
#411755
1   ...   369   370   371   372   373   374   375   376   ...   443
Bog'liq
BookSQL

a Batch as a Unit of parsing

A batch is a set of commands that are parsed and executed as a unit. If the parsing is successful, 

SQL Server will then attempt to execute the batch. In the event of a syntax error in the batch, the 

whole batch is not submitted to SQL Server for execution. For example, the following code has three 

batches, the second of which has a syntax error (FOM instead of FROM in the second query).

-- Valid batch 

PRINT 'First batch'; 

USE TSQL2012; 

GO 

-- Invalid batch 



PRINT 'Second batch'; 

SELECT custid FROM Sales.Customers; 

SELECT orderid FOM Sales.Orders; 

GO 


-- Valid batch 

PRINT 'Third batch'; 

SELECT empid FROM HR.Employees;

Because the second batch has a syntax error, the whole batch is not submitted to SQL Server for 

execution. The first and third batches pass syntax validation and therefore are submitted for execution. 

This code produces the following output, showing that the whole second batch was not executed.

First batch 

Msg 102, Level 15, State 1, Line 4 

Incorrect syntax near 'Sales'. 

Third batch 

empid 

----------- 









 

(9 row(s) affected)

www.it-ebooks.info




Download 10,93 Mb.

Do'stlaringiz bilan baham:
1   ...   369   370   371   372   373   374   375   376   ...   443




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish