Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 query interface

Author  Topic 

fanfan
Starting Member

3 Posts

Posted - 2007-01-15 : 12:41:38
Is there an interface that I could use in SQL Server to create queries or tables instead of typing codes in query analyzer? Any help would be appreciated.

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-01-15 : 12:55:19
what do you mean by that?
what kind of inteface?
how would you create sql statements?



Go with the flow & have fun! Else fight the flow
blog thingie: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-01-15 : 13:17:20
You have the CREATE VIEW option. It is very similar to the one in MS ACCESS.
When done, copy the code to QA.


Peter Larsson
Helsingborg, Sweden
Go to Top of Page
   

- Advertisement -