Forum Replies Created

Viewing 15 posts - 2,236 through 2,250 (of 9,720 total)

  • RE: Are the posted questions getting worse?

    Jeff Moden (11/3/2015)


    Man o man... yet another self-proclaimed DBA bites the dust in the interview process as has another self-proclaimed "expert" Database Developer. It amazing how they don't know...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Are the posted questions getting worse?

    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...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Question/Advice needed Sliding Window partitioning range right,what the effecient way to implement/are staging tables needed

    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...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Question/Advice needed Sliding Window partitioning range right,what the effecient way to implement/are staging tables needed

    Resender (11/3/2015)


    In the meantime 123883 tables (yes 30 new tables got added) the total recordcount is

    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...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Are the posted questions getting worse?

    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...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: VS 2012 - C# question on configuration files

    David Burrows (10/30/2015)


    Brandie Tarvin (10/30/2015)


    David Burrows (10/30/2015)


    As an alternative you could define a DataTable to contain JobName and Response columns, add rows using a loop (similar to above) and output...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: The ABCs of Database Creation

    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.

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Are the posted questions getting worse?

    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...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: VS 2012 - C# question on configuration files

    David Burrows (10/30/2015)


    As an alternative you could define a DataTable to contain JobName and Response columns, add rows using a loop (similar to above) and output to a Grid, this...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: VS 2012 - C# question on configuration files

    #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...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: VS 2012 - C# question on configuration files

    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...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: VS 2012 - C# question on configuration files

    Sean Lange (10/30/2015)


    Oh you are going to be super frustrated.

    public string[] MyJobs = SvrBJobNames .Split(new char[15]), {",", StringSplitOptions.RemoveEmptyEntries);

    You are missing your closing } in your array declaration. Not sure...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Are the posted questions getting worse?

    Sean Lange (10/30/2015)


    Brandie Tarvin (10/30/2015)


    Sean Lange (10/30/2015)


    Brandie Tarvin (10/30/2015)


    Anyone here with mad C# skills? I need some help with a VS 2012 C# project that I'm updating.

    Nevermind. One of our...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: VS 2012 - C# question on configuration files

    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...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Are the posted questions getting worse?

    Sean Lange (10/30/2015)


    Brandie Tarvin (10/30/2015)


    Anyone here with mad C# skills? I need some help with a VS 2012 C# project that I'm updating.

    Nevermind. One of our developers finally responded to...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

Viewing 15 posts - 2,236 through 2,250 (of 9,720 total)