Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro substitution in SQL Server?
Message
De
23/05/2003 12:01:39
Philip Jones
Cornwall County Council
Truro, Royaume Uni
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Macro substitution in SQL Server?
Divers
Thread ID:
00792282
Message ID:
00792282
Vues:
38
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform