Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Member Avatar for aceswildab1

I will be graduating with my MIS degree from IU May of 2009. I'm unsure as to what jobs I will be qualified for in my area. Could someone please let me know the the title of the jobs that I should apply for? Also my goal is to work …

Member Avatar for Lumi4real
0
304
Member Avatar for aceswildab1

I'm trying to open a command prompt through the program and then run bcp. Here is the code. System.Diagnostics .Process proc = new System.Diagnostics.Process (); proc.StartInfo.FileName = "bcp"; proc.StartInfo.Arguments = @"select * from dbname" queryout C:\filename.csv -S servername\instance -U sa -P password –N; proc.Start (); On the queryout I get …

Member Avatar for sknake
0
2K