Changing the Tables Name

A

ASPatel

I have to design a database which will have 2 Tables
Table1 and Table2. When data in Table1 Changes i can
generate a number thru query1/Expr1(based on data of
Table1) and every time this happens i want to change
name of Table2 to that number eg.40326
can this be done?
 
R

Rebecca Riordan

You should never store data in a table name. What are you trying to
achieve?

--
Rebecca Riordan, MVP

Seeing Data: Designing User Interfaces
Designing Relational Database Systems, 2nd Edition
www.awprofessional.com

Microsoft SQL Server 2000 Programming Step by Step
Microsoft ADO.NET Step by Step
www.microsoft.com/mspress
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top