Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
salthead
Starting Member
8 Posts |
Posted - 2011-01-04 : 21:45:35
|
| I'd like to create a view by using two tables and merging them as such:Table 1ID Description01 This is my first Description02 This is my second Description03 This is my third DescriptionTable 2 ID Description01 Description 102 Description 2Resulting ViewID Source Description01 Table 1 This is my first Description02 Table 1 This is my second Description03 Table 1 This is my third Description01 Table 2 Description 102 Table 2 Description 2Is this possible with sqlserver? And if so, what would be the best way to accomplish this task? |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
salthead
Starting Member
8 Posts |
Posted - 2011-01-06 : 22:00:36
|
| Thanks for the help!! That's exactly what I needed, and no matter how I tried, I couldn't form a web search that would give me the info. |
 |
|
|
|
|
|