SQL SERVER – Differences in Vulnerability between Oracle and SQL Server
Here is a link to article by MVP Pinal Dave:
http://digg.com/software/Differences_in_Vulnerability_between_Oracle_SQL_SERVER
This article busts the myth that Oracle is better than SQL Server.
Link to original article: http://blog.sqlauthority.com/2009/12/18/sql-server-differences-in-vulnerability-between-oracle-and-sql-server/
Sunday, January 17, 2010
Monday, January 11, 2010
Assign Primary Key in SQL Server Management Studio
How to Create Primary Key in SQL Server Management Studio
- In Table Designer, click the row selector for the database column you want to define as the primary key. If you want to select multiple columns, hold down the CTRL key while you click the row selectors for the other columns.
- Right-click the row selector for the column and select Set Primary Key. A primary key index, named "PK_" followed by the table name, is automatically created; you can find it on the Indexes/Keys dialog box.
Primary Key in SQL SERVER
Primary Key Index
How to add Next and Previous Topic buttons to the SQL Server Help toolbar
- With SQL Server tutorials open, right-click an empty area of the toolbar, and then click Customize.
- In the Customize dialog box, click the Commands tab.
- In the Categories list box, click Help.
- From the Commands list box, drag the Next Topic button to the desired location on the toolbar.
- From the Commands list box, drag the Previous Topic button to the desired location on the toolbar.
- Click Close.
SQL Server Help File
Subscribe to:
Posts (Atom)