Re: SQL Server 2005 with VB.net 2005
Omar Abid (omar.abid2006@ gmail.com) writes:
You could modify the query if you don't want the schema.
Then again, in SQL 2005, it may be dangerous to ignore the schema, since
SQL 2005 makes schemas useful, and it can be deceivable to work with.
The AdventureWorks database is a good example of this.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarsk og.se
Books Online for SQL Server 2005 at
Books Online for SQL Server 2000 at
Omar Abid (omar.abid2006@ gmail.com) writes:
Thank you the problem was solved, and I used mid to get the table
name, because the output was "[DBO].[table]"
name, because the output was "[DBO].[table]"
Then again, in SQL 2005, it may be dangerous to ignore the schema, since
SQL 2005 makes schemas useful, and it can be deceivable to work with.
The AdventureWorks database is a good example of this.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarsk og.se
Books Online for SQL Server 2005 at
Books Online for SQL Server 2000 at
Comment