Hi How do I add an autonumber on the fly to a view? I know it can be added to the table used in the view. Can't do that. Thanks
Quick question: How important is to have short names for tables, fields or other objects in general? Does it have an impact on performance? For...
Hi I have one table(Table1) that looks like this: --------------------------------------------- ID(int), Comment(varchar(250)) 1, abc 2, efg 3, wer...
Hi there, Here is my table: ---------------------------------------------------- CREATE TABLE [dbo].[MyTable] ( [ColumnA] [int] NOT NULL ,...
Separate names with a comma.