|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Common Objects in SQL Server 2005Hi, please tell me where I can find Common Objects in SQL Server
2005.....that who appear in Query Analizer (SQL Server 2000) Common Objects: Configuration Functions, Cursor Functions, Date and Time Functions etc Thanks a lot Look up 'Functions' in Books Online.
-- Show quoteArnie Rowland, Ph.D. Westwood Consulting, Inc Most good judgment comes from experience. Most experience comes from bad judgment. - Anonymous You can't help someone get up a hill without getting a little closer to the top yourself. - H. Norman Schwarzkopf "Dio" <D**@discussions.microsoft.com> wrote in message news:EC56348F-6637-4015-BFE1-17DE37A44B4D@microsoft.com... > Hi, please tell me where I can find Common Objects in SQL Server > 2005.....that who appear in Query Analizer (SQL Server 2000) > > Common Objects: Configuration Functions, Cursor Functions, Date and Time > Functions etc > > > Thanks a lot > Dio (D**@discussions.microsoft.com) writes:
> Hi, please tell me where I can find Common Objects in SQL Server Most of them are under Programmability->Functions->System functions. > 2005.....that who appear in Query Analizer (SQL Server 2000) > > Common Objects: Configuration Functions, Cursor Functions, Date and Time > Functions etc Obviously things that are not system functions are not there. -- Erland Sommarskog, SQL Server MVP, esq***@sommarskog.se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx thx a lot ;)
Show quote "Erland Sommarskog" wrote: > Dio (D**@discussions.microsoft.com) writes: > > Hi, please tell me where I can find Common Objects in SQL Server > > 2005.....that who appear in Query Analizer (SQL Server 2000) > > > > Common Objects: Configuration Functions, Cursor Functions, Date and Time > > Functions etc > > Most of them are under Programmability->Functions->System functions. > > Obviously things that are not system functions are not there. > > > > -- > Erland Sommarskog, SQL Server MVP, esq***@sommarskog.se > > Books Online for SQL Server 2005 at > http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx > Books Online for SQL Server 2000 at > http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx > |
|||||||||||||||||||||||