Viewing 15 posts - 496 through 510 (of 9,641 total)
Steve Jones - SSC Editor (12/10/2014)
Jack Corbett (12/10/2014)
December 10, 2014 at 9:59 am
I'd say that I agree that there are people who are naturally better suited to being managers than others. I know I shouldn't be a manager. I think...
December 10, 2014 at 8:40 am
So in a meeting this morning I was going over a matrix for a 3rd-party product that lists what versions of the product are supported on what versions of Windows...
December 10, 2014 at 8:26 am
thisisfutile (12/10/2014)
December 10, 2014 at 8:21 am
Steve Jones - SSC Editor (12/9/2014)
andrew gothard (12/9/2014)
December 9, 2014 at 9:00 am
Here's one way in pseudo-code to insert or update a row using the criteria you provided:
If @PinCount > 10 Then Raise Error
Else
If @PinCount + PinCount From table where frame...
December 5, 2014 at 11:29 am
It depends on the the needs of the business. Does the query need real-time access to the data on the linked server? For real time queries, I would...
December 5, 2014 at 9:51 am
tabubere (12/4/2014)
December 5, 2014 at 9:37 am
Adam Machanic's sp_whoisactive returns it.
You can get it from sys.dm_exec_requests as well.
December 5, 2014 at 9:29 am
GilaMonster (12/5/2014)
And crisis, panic, run around screaming, the EF-based app is slow.600MB database, generating 5GB of trace data in 1 hour....
Ouch, I don't even think the crappy Java app...
December 5, 2014 at 8:43 am
simflex-897410 (12/3/2014)
Yes, I did but since we don't have a support agreement with them, they are asked us what we tried and we told them the trigger I posted...
December 4, 2014 at 7:26 am
If you are using SSMS to get teh results and are using grid mode you can just copy and paste into Excel. You can also do File - Save...
December 3, 2014 at 12:01 pm
Currently it is possible, but that functionality is deprecated. It also isn't a good idea as triggers are part of the transaction and returning data from the trigger will...
December 3, 2014 at 11:53 am
Jpotucek (12/3/2014)
1 1 F:\MSSQL10_50.MSSQLSERVER\MSSQL\Log\log_201.trc ...
December 3, 2014 at 11:50 am
Steve Jones - SSC Editor (12/3/2014)
December 3, 2014 at 9:57 am
Viewing 15 posts - 496 through 510 (of 9,641 total)