Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2005 > SQL Server 2005
|
SQL Server 2005 General discussion of SQL Server *2005* version only.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 6th, 2007, 08:43 PM
Registered User
 
Join Date: Jun 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to save queries in the table

is it possible in SQL 2005 server to save queries files or structure like tables folder wherein my queries from different tables will be save for my future access with my program?, like for example in MSAccess wherein there's a table categories and also with Queries based from tables..wherein I could directly use my query files to save my data or retrieve it, as what is being structured or link in my queries from different tables.

any help from you guys can help me a lot..i'm new to sql server 2005 database set-up..

Thanks
Ben

Thanks


 
Old June 7th, 2007, 01:59 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Is that you are looking for the place where the tables and queries are stored in the sql server 2005 database? Not sure if I am getting your question right.

_________________________
- Vijay G
Strive for Perfection
 
Old June 7th, 2007, 03:04 AM
Registered User
 
Join Date: Jun 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

yes happygv that is what I mean...the tables and queries where its resides at sql server 2005...

 
Old June 7th, 2007, 04:48 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Queries in Access are called Views in SQL server 2005 that resides in system table "SysComments"
Tables reside in system table "SysObjects"
Column definitions are recorded in system table "SysColumns"

Hope that helps.

_________________________
- Vijay G
Strive for Perfection





Similar Threads
Thread Thread Starter Forum Replies Last Post
Make a table Queries iisha64 Access VBA 2 March 15th, 2007 07:24 AM
how i can save my file content into a table chandanbhakuni Classic ASP Professional 0 July 14th, 2006 07:23 AM
Save date in to a table suhabassam JSP Basics 3 September 26th, 2005 04:49 PM
How to save a table in another name rohan1958 Access 3 January 31st, 2005 09:36 AM
dropdown save into sql table noor ASP.NET 1.0 and 1.1 Basics 3 January 3rd, 2005 12:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.