What are the advantages of using Stored Procedures?
0 0
7 months
11 views
Stored procedure can reduced network traffic and latency, boosting application performance.
Stored procedure execution plans can be reused, staying cached in SQL Server's memory, reducing server overhead.
Stored procedures help promote code reuse.
Stored procedures can encapsulate logic. You can change stored ...
What is a Scheduled Jobs or What is a Scheduled Tasks?
0 0
7 months
8 views
Scheduled tasks let user automate processes that run on regular or predictable cycles. User can schedule administrative tasks, such as cube processing, to run during times of slow business activity. User can also determine the order in which tasks ...
How to get @@ERROR and @@ROWCOUNT at the same time?
0 0
7 months
17 views
If @@Rowcount is checked after Error checking statement then it will have 0 as the value of @@Recordcount as it would have been reset. And if @@Recordcount is checked before the error-checking statement then @@Error would get reset. To get ...
What is NOT NULL Constraint?
0 0Why use Bootstrap ?
0
0
7 months
28 views
Following are the main advantage of Bootstrap:
It is very easy to use. Anybody having basic knowledge of HTML and CSS can use Bootstrap.
It facilitates users to develop a responsive website.
It is compatible on most of browsers like ...
What is a responsive website ?
0
0
Where to Get Bootstrap ?
0
0
What is bootstrap cdn ?
0
0
7 months
46 views
BootstrapCDN is a free and public content delivery network. Users of BootstrapCDN can load CSS, JavaScript and images remotely, from its servers. Bootstrap uses MaxCDN's global content delivery network, which makes websites using its service resilient to unexpected surges in ...
What is content delivery network ?
0
0
7 months
38 views
A content delivery network or content distribution network (CDN) is a geographically distributed network of proxy servers and their data centers. The goal is to distribute service spatially relative to end-users to provide high availability and high performance. CDNs serve ...