Viewing 15 posts - 481 through 495 (of 1,170 total)
Brandie Tarvin (8/18/2014)
August 18, 2014 at 11:35 am
Adam Angelini (8/15/2014)
if @Command like '%MODIFY NAME%'
rollback;
This rollback is not what we think/expect
@@TRANCOUNT is incremented by one when entering a trigger, even when in autocommit mode. - http://technet.microsoft.com/en-us/library/ms181299(v=sql.105).aspx
ALTER DATABASE [Agents]...
August 15, 2014 at 3:50 pm
Brandie Tarvin (8/15/2014)
Igor Micev (8/15/2014)
Brandie Tarvin (8/15/2014)
What about DDL Triggers? Could those rollback any attempt at renaming a database?
I have already tried with a DDL trigger on instance level to...
August 15, 2014 at 1:17 pm
Brandie Tarvin (8/15/2014)
What about DDL Triggers? Could those rollback any attempt at renaming a database?
I have already tried with a DDL trigger on instance level to catch the RENAME event...
August 15, 2014 at 12:06 pm
It seems like impossible for my case.
However I could catch the event RENAME and know about. I just wanted to ensure no one is doing something strange.
Thanks anyway
August 15, 2014 at 12:04 pm
djj (8/15/2014)
I did not mean DENY everyone just the logins (or group) you wish.
Get you, but reject that option, because one Login is used for some databases... 🙁
August 15, 2014 at 11:53 am
djj (8/15/2014)
Have you tried deny of alter on database?
No, I need to alter the databases.
August 15, 2014 at 11:50 am
Nice question.
I missed it because the intelisense didn't work. It doesn't work always and I don't know why.
However, got something new, even though I use aliases in such cases.
August 11, 2014 at 2:23 pm
ScottPletcher (7/23/2014)
Igor Micev (7/23/2014)
ScottPletcher (7/23/2014)
July 23, 2014 at 1:24 pm
ScottPletcher (7/23/2014)
July 23, 2014 at 1:05 pm
Sean Pearce (7/23/2014)
Igor Micev (7/23/2014)
Question is good, but why would someone use a join with different collations?Simply to test ones knowledge of string comparison in a fun question, nothing more.
:cool:...
July 23, 2014 at 9:59 am
Jay Paolucci-371454 (7/23/2014)
July 23, 2014 at 9:58 am
If you can afford this (means you're not on production environment)
dbcc dropcleanbuffers
dbcc freeproccache
dbcc freesessioncache
set statistics io on
-- One of your query here
set statistics io off
the you can see whether there...
July 23, 2014 at 9:31 am
It depends, many are satisfied with compression, but you should go to see that in practice on your environment.
You can use sp_estimate_data_compression_savings to estimate savings - http://msdn.microsoft.com/en-us/library/cc280574.aspx ...and, the CPU...
July 23, 2014 at 9:22 am
Viewing 15 posts - 481 through 495 (of 1,170 total)