Viewing 15 posts - 14,611 through 14,625 (of 22,211 total)
Jack Corbett (7/19/2010)
July 19, 2010 at 7:55 am
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.
July 19, 2010 at 7:42 am
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...
July 19, 2010 at 5:32 am
Lynn Pettis (7/16/2010)
I hope I wasn't ambiguous in my last response to this...
July 16, 2010 at 11:23 am
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...
July 16, 2010 at 11:19 am
Kit G (7/16/2010)
July 16, 2010 at 11:16 am
Actually, it is working. It was pointed out to me that sp_who2 returns two SPID columns. That's the only isue.
July 16, 2010 at 10:51 am
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...
July 16, 2010 at 9:58 am
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...
July 16, 2010 at 5:29 am
True. Auditing is the complete package, sorry for being unclear. I still shy away from triggers though.
July 16, 2010 at 5:23 am
SwedishOrr (7/15/2010)
July 16, 2010 at 5:22 am
Tom.Thomson (7/16/2010)
Grant Fritchey (7/15/2010)
July 16, 2010 at 5:15 am
Nat Na (7/15/2010)
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...
July 15, 2010 at 12:40 pm
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.
July 15, 2010 at 12:37 pm
Jack Corbett (7/15/2010)
July 15, 2010 at 12:12 pm
Viewing 15 posts - 14,611 through 14,625 (of 22,211 total)