Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro substitution in SQL Server?
Message
From
23/05/2003 12:01:39
Philip Jones
Cornwall County Council
Truro, United Kingdom
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Macro substitution in SQL Server?
Miscellaneous
Thread ID:
00792282
Message ID:
00792282
Views:
39
I'm trying to write a stored proc to create a temporary flat file which some chrystal reports can be run from.
I want to use the values from a particular field as the headers for the fields in my flatfile table.
So I create a table with only one column which is an increment one.
Then I create a cursor, fill it with the data I need and then fetch the records from it one by one.
For each record I want to append a field to the flatfile table and call the field whatever the data in the cursor field is.
In vis fox you could use macro substitution to do something like this.
Is there something similar in sql server?


Phil.
Next
Reply
Map
View

Click here to load this message in the networking platform