I need help to check if a sql 2008 database contains a table named company ID if not it must create it. I was originally asked to do this sql side but now I was asked to do it vb.net side and I have no vb experience as I am a sql programmer.
I was given this for the connection string:
Dim SQLConnection As New SqlClient.SqlConnection
(SQL_Loader("", My.Settings.SQL_Win_Auth,
My.Settings.SQL_Username,
My.Settings.SQL_Password,
My.Settings.SQL_Server_Name,
My.Settings.SQL_DB_Name))
Check_Data_Base(SQLConnection.ConnectionString)