Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Cannot find new table just created

    duh! This was a permissions problem and I have it working now. Thanks for pointing me in the right direction. Have a great week! 😀

  • RE: Cannot find new table just created

    I can do a simple SELECT from the new table through SSMS; however, through my C# application, I cannot even find the table, even though I can see it through...

  • RE: Cannot find new table just created

    Hi Chris.

    My Select statement in my C# application is:

    SELECT * INTO Enroller.dbo.tempEmp FROM Enroller.dbo.tlkpEmployees WHERE ID = 'SNK20080912_1'

    And, yes, I have access to the database. I am...

Viewing 3 posts - 1 through 4 (of 4 total)