Viewing 5 posts - 1 through 5 (of 5 total)
First of all thanks ...
I have no problems to explain my intention. Hopefully you can continue to make suggestions.
I'm build the application using Visual Basic, myself. The new application is...
March 6, 2015 at 11:58 pm
If I add the following:
SELECT c.name AS ExistingColOnTab2
FROM sys.columns AS c
JOIN sys.types AS t ON c.user_type_id=t.user_type_id
WHERE c.object_id = OBJECT_ID('dbo.tab2')
GO
it shows the column's name already exist in the "tab2" table.
There...
March 6, 2015 at 8:51 am
Sorry, I means automatically within an application (Visual Basic 2012)
suppose I have an application, which is used to fill and use the information stored in a database, suppose (after a...
March 6, 2015 at 6:10 am
It is working fine, thanks.
now, my dubit is: how to use @sql content to create the new table?
Could you suggest some idea?
March 6, 2015 at 5:49 am
The tbtab1 column B is TEXT
The new tbtab2 columns should be INT
March 6, 2015 at 4:59 am
Viewing 5 posts - 1 through 5 (of 5 total)