Viewing 15 posts - 1 through 15 (of 71 total)
irabufan (3/26/2014)
not sure what you're trying to do, but have you tried the clustered columnstore feature instead?
+1
April 3, 2014 at 6:51 am
isuckatsql (4/1/2014)
It now runs six times slower with a 'select count(*)' or...
April 3, 2014 at 6:50 am
Thank you
Too bad. That lowers the chance that I’ll find time for it. But I think I’ll ask them.
But I stay skeptical. I have read similar about McAfees Security Suite.....
March 5, 2014 at 3:02 pm
To my knowledge and experience you can run a
BEGIN DISTRIBUTED TRANSACTION
very well.
March 4, 2014 at 9:58 am
I have not heard of that one. Maybe, if you can provide a link to a Trial, I could check it out.
But frankly I have not had a convincing experience...
March 3, 2014 at 3:02 pm
The picture is in fact a bit more than "just speed".
You have too also look at the code and the workload that you are running.
Code:
the more complex computation and logic,...
February 18, 2014 at 4:44 am
Maybe you want to check BOL
http://technet.microsoft.com/en-us/library/ms180015%28v=sql.105%29.aspx
February 2, 2014 at 8:45 am
Steve Jones - SSC Editor (1/14/2014)
Is there something I'm missing?
I think Patrick noted it. It's set to an empty string if not specified during install. If I remember the install...
January 14, 2014 at 5:39 pm
Well
as you can see, your user is member of the Windows Group "Domain\SHR_Dev"
and thereby member of the db_datareader database role inside this database
But you said that at the same time...
December 19, 2013 at 6:31 am
what do the following DMVs return?
select * from sys.user_token
select * from sys.login_token
use impersonation, so you can copy the result
->
execute as login = 'XYZ'
December 18, 2013 at 11:02 am
When You impersonate that user and tun SELECT USER_NAME(), what do you get?
Next: what does sys.fn_mypermissions return?
December 17, 2013 at 9:15 am
it's not possible to NOT "install" sa. The only diofference is, whether sa is actually enabled - which he said he did manually - and whether the password is known
Let's...
December 16, 2013 at 11:04 am
Lowell (12/12/2013)
... you might have to enable CLR, and set your database to trustworthy before you can ever get it to deploy.
...
[/code]
Thanks for jumping in with a code-sample
I would like...
December 12, 2013 at 7:09 am
I'll have to pass on that one
I am not a .Net developer.
All that SQL Server needs is the binary representation.
But what exact code you need in order to do that,...
December 12, 2013 at 2:53 am
How about you just return data with the SQL Server datatype [var]binary(n)?
This you can easily be displayed in Reporting Services reports.
Would this work for you?
December 11, 2013 at 3:28 pm
Viewing 15 posts - 1 through 15 (of 71 total)