C# On Common StProc Code

by robzyc, July 21, 2008 14:19

Great, my thread has been h...

C290d3851c7837081d05b3491cbc331b Talk

C# On Common StProc Code

by robzyc, April 02, 2008 16:29

Yeah same here, I added it ...

C290d3851c7837081d05b3491cbc331b Talk

C# On Common StProc Code

by robzyc, April 02, 2008 15:25

Ah ha! Great find Rik, than...

C290d3851c7837081d05b3491cbc331b Talk
1
2
3
4
void CopyTables(List<TableNameResult> tables, int id, bool restore)
{
    using (SqlConnection conn = tgtConnStr_.CreateConnection())
...

C# On Common StProc Code

by robzyc, April 02, 2008 15:09

OK - no problem, I will loo...

C290d3851c7837081d05b3491cbc331b Talk

C# On Common StProc Code

by robzyc, April 02, 2008 13:56

Hi Rik,
Thanks for the resp...

C290d3851c7837081d05b3491cbc331b Talk
1
2
3
4
void CopySourceTables(List<TableNameResult> tables, int id)
{
    // Execute the "Copy" Command on the Server for Each Table.
...

C# Common StProc Code

by robzyc, April 02, 2008 12:53, 12 refactorings, tagged with C#

Hi guys, following my previ...

C290d3851c7837081d05b3491cbc331b Talk

C# On Since I Cannot Message Peop...

by robzyc, March 31, 2008 12:01

Hi Guys, thanks for the [pr...

C290d3851c7837081d05b3491cbc331b Talk
1
2
3
4
bool Do_People_Still_Read_This
{
     // Not sure what to put here? "return true;" or "return false;" ?
...

C# Since I Cannot Message Peop...

by robzyc, March 31, 2008 11:03, 5 refactorings, tagged with question

Didn't/couldn't see how to ...

C290d3851c7837081d05b3491cbc331b Talk