Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a view from C# code
Message
 
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2014
Application:
Web
Miscellaneous
Thread ID:
01615456
Message ID:
01615486
Views:
40
>>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.
>
>
>Hi, Dmitry,
>
>A question - are you looking to create a SQL view itself, or an extract of daily data? I think there might be some confusion on nomenclature (or maybe the confusion is mine)

Hi Kevin,
I think you caught my misunderstanding of the views. I should have said that I am looking for a way to extract the data into a view daily. But since I posted my questions and based on the input and/or questions of others, I see that I could do what I need right from the data table, without a view. I am working on testing my "approach".
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform