Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create a view from C# code
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2014
Application:
Web
Divers
Thread ID:
01615456
Message ID:
01615457
Vues:
45
Why do you need view in the first place?


>Hi,
>Can I create a view (dynamically) from C# code? Here is a simple example:
>DB has a table Equipment with the following columns:
>Eq_ID Char(15)
>Eq_Desc Char(40)
>IncInView Bit
>
>I need to make a call from C# (ASP.NET) and create a view that will have the following:
>Eq_ID
>Eq_Desc
>Only those rows that have InInView set to 1
>And name this view, for example, EQ_2015_02_17
>
>Ideally I would like this view to "auto destroy" the next day.
>
>TIA for any help.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform