Viewing 3 posts - 1 through 4 (of 4 total)
duh! This was a permissions problem and I have it working now. Thanks for pointing me in the right direction. Have a great week! 😀
September 15, 2008 at 12:44 pm
#871988
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...
September 15, 2008 at 10:20 am
#871890
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...
September 15, 2008 at 10:11 am
#871875