Viewing 15 posts - 2,221 through 2,235 (of 9,707 total)
Steve Jones - SSC Editor (11/4/2015)
GilaMonster (11/3/2015)
Jeff Moden (11/3/2015)
No takers on the job description I posted a while back?Wrong country.
and wrong state
Ditto. Plus, I'm not entirely qualified, much as...
November 4, 2015 at 8:32 am
You need to tell the engineers that "the reports are getting sluggish" isn't really a very good diagnostic information message.
If each machine has its own table, then the problem is...
November 4, 2015 at 7:40 am
Resender (11/3/2015)
89,372,968,620
ChrisM@Work (11/3/2015)and how is this lot typically interrogated?
I wish I knew but I'm frequently being...
November 3, 2015 at 11:14 am
It's month end. I'm up early, in my home office, logged into work. Door is shut.
Friendly feral shoves door open (apparently I didn't latch well enough) and is now on...
October 31, 2015 at 5:20 am
David Burrows (10/30/2015)
Brandie Tarvin (10/30/2015)
David Burrows (10/30/2015)
October 30, 2015 at 11:44 am
I'd just like to thank those replies from people who have collected before. You're giving me all sorts of ideas for the later articles.
Keep 'em coming.
October 30, 2015 at 11:39 am
Someone needs to have a talk with that David Burrows guy. He's talking crazy in another thread. Like suggesting I could use SQL Server tables to solve a C# problem...
October 30, 2015 at 11:30 am
David Burrows (10/30/2015)
October 30, 2015 at 11:26 am
#HEADDESK
I just realized. Here I am passing in my job names through the config file so that I can change just the config instead of the webpage code when someone...
October 30, 2015 at 9:43 am
David Burrows (10/30/2015)
Or
string[] MyJobs = SvrBJobNames.Split(',');
if there are no empty entries 😉
Hrmm. You have a point. I think I was misinterpreting what the RemoveEmptyEntries meant. Thank you for commenting on...
October 30, 2015 at 9:03 am
Sean Lange (10/30/2015)
public string[] MyJobs = SvrBJobNames .Split(new char[15]), {",", StringSplitOptions.RemoveEmptyEntries);
You are missing your closing } in your array declaration. Not sure...
October 30, 2015 at 9:01 am
Sean Lange (10/30/2015)
Brandie Tarvin (10/30/2015)
Sean Lange (10/30/2015)
Brandie Tarvin (10/30/2015)
Nevermind. One of our...
October 30, 2015 at 8:06 am
Hrm. Okay. Solution is PARTIALLY working. For using single valued app keys, I have no problem. Example:
In the config file
<appSettings>
<add key="JobNamesServerA" value="Job1A" />
</appSettings>
In the webpage
public partial...
October 30, 2015 at 8:00 am
Sean Lange (10/30/2015)
Brandie Tarvin (10/30/2015)
Nevermind. One of our developers finally responded to...
October 30, 2015 at 7:40 am
Michael L John (10/30/2015)
Brandie Tarvin (10/30/2015)
Nevermind. One of our developers finally responded...
October 30, 2015 at 6:55 am
Viewing 15 posts - 2,221 through 2,235 (of 9,707 total)