Forum Replies Created

Viewing 15 posts - 14,611 through 14,625 (of 22,211 total)

  • RE: Are the posted questions getting worse?

    Jack Corbett (7/19/2010)


    Thanks all for your confidence, but don't commit your votes until I make it past the nominating committee AND you find out what I think PASS should do....

  • RE: Scalability Performance Testing

    I've had great success using Quest's Benchmark Factory[/url]. It lets you define a load, scale it carefully... it's a great tool.

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (7/16/2010)


    I think Simple Talk uses LuLu.

    They do but LuLu has some problems too. There was a guy copying books and posting them under his name, just...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (7/16/2010)


    I guess some people think it isn't unprofessional to call someone stupid in professional site such as SSC.

    I hope I wasn't ambiguous in my last response to this...

  • RE: Performance Problem

    TheSQLGuru (7/16/2010)


    I LOVE ORMs!! They create SOOO many business opportunities for me due to the bad stuff they (and the developers who use them) do with databases! 😎

    I...

  • RE: Are the posted questions getting worse?

    Kit G (7/16/2010)


    To those of you who have published articles and thus will probably be more familiar with this subject than me (as I am unpublished), I found this web...

  • RE: Remoting and Invoke-SQLCmd

    Actually, it is working. It was pointed out to me that sp_who2 returns two SPID columns. That's the only isue.

  • RE: Remoting and Invoke-SQLCmd

    Half way there.

    Changed:

    $job = Invoke-Command -ComputerName (Get-Content "c:\scripts\serverlist.txt") -ScriptBlock {Invoke-Sqlcmd -ServerInstance $instances.$env:computername -Query "exec sp_who2"} -JobName tsql -ConfigurationName MyShell

    To:

    $job = Invoke-Command -ComputerName (Get-Content "c:\scripts\serverlist.txt") -ScriptBlock {param($instances) Invoke-Sqlcmd -ServerInstance $instances.$env:computername...

  • RE: Collective Intelligence

    I freely admit to feeling extreme depression at times because I'm just not as smart as many of the people I know and I've met. It can be daunting just...

  • RE: Need information regarding SQL Server Profiler

    True. Auditing is the complete package, sorry for being unclear. I still shy away from triggers though.

  • RE: Using invoke-sqlcmd with SQL Server 2005

    SwedishOrr (7/15/2010)


    Thanks for the replies guys. I haven't had any luck instantiating the snap-ins into the PowerShell. I also had trouble finding the actual profile to use. ...

  • RE: Are the posted questions getting worse?

    Tom.Thomson (7/16/2010)


    Grant Fritchey (7/15/2010)


    I think we've shot past denial and are moving in the direction of outright insanity on this. I'm still reading it because it's like watching a car...

  • RE: Performance Problem

    Nat Na (7/15/2010)


    Hi Grant,

    thank you for answer me. I read the article you told me, but it only works for NHibernate and Im using Hibarnate (the property of hibernate.cfg.xml...

  • RE: Are the posted questions getting worse?

    I think we've shot past denial and are moving in the direction of outright insanity on this. I'm still reading it because it's like watching a car crash.

  • RE: Are the posted questions getting worse?

    Jack Corbett (7/15/2010)


    My thoughts on Live Meeting is that it is great to use to broadcast your chapter meeting for others to join, but, in my experience, having a remote...

Viewing 15 posts - 14,611 through 14,625 (of 22,211 total)