Assignments
- Create a SQL Server Linked Server Using Transact-SQL.
- Create a SQL Server Linked Server Using SQL Server Management Studio.
- Display information about existing Linked Servers using command.
- Perform CRUD operations using Linked Server.
- Drop a Linked Server using Transact-SQL.
- Does indexes always improve database performance? justify Ans.
- Create a clustered index for any one column.
- Create a nonclustered index for any one column.
- Create a nonclustered index for two column.
- Rename an index using the system stored procedure sp_rename.
- Removes one or more indexes from the current database.
- Create a job that insert data in every minute.
- Create job for delete data at once in current day.
- Create job for taking backup of database every month.
- Create job with two schedule:
- First schedule can insert data at every 4 minute(s) between 11AM to 11:30AM
- Second can update data at every 2 minute(s) between 12:01PM to 12:30PM.
Note:
- Upload screenshots containing query and its output in either jpg or png format.
- Name of screenshot file name must be Question No. i.e. 1.jpg or 1.png.
- Optional questions are not required to submit.