Viewing 13 posts - 181 through 193 (of 193 total)
I did use this method once in my security model to give users rights to read data through stored procedures and be able to create new users, reset password ,...
December 3, 2014 at 9:29 am
schleep (12/3/2014)
djj provided the link above. I'm looking into it now...
djj provided a link to 'execute as' I would still strongly suggest that you familiarise yourself with the link I...
December 3, 2014 at 9:11 am
There should be some more info in the SQL error log, I would asume something similar to this:
Msg 3201, Level 16, State 1, Line 1
Cannot open backup device 'G:\SQLBackup\MyDatabase_Backup.bak'. Operating...
December 3, 2014 at 7:39 am
djj (12/3/2014)
I am no security expert but what about EXECUTE AS?
Thats one option.
The other one is to use a signed stored procedure. This is definetly more secure and...
December 3, 2014 at 7:11 am
parmsivan.kannan (12/3/2014)
Is there any queries to get a data from server A to server B?
For Eg Am working in Server B but I need to take...
December 3, 2014 at 6:59 am
Koen Verbeeck (12/3/2014)
Nice question.The original INSERT statement misses one quote though.
But I figured out this was a typo and it had no influence on the answer. 😎
Regardless to it being...
December 3, 2014 at 2:14 am
Hi Gila,
Thanks for quick reply... I should have made a copy of the error log, didn't think about that under pressure to fix the machine, now it's too late as...
November 26, 2014 at 3:59 am
In SIMPLE recovery model, SQL Server still logs all transactions, but will minimally log certain bulk operations; in effect, the level of logging is the same as that applied in...
November 7, 2014 at 3:51 am
Question that is very often asked on interviews 🙂
Thanks!
October 28, 2014 at 1:57 am
This example has been tested on SQL Server 2012 and will not work on 2008 R2 or earlier
Actually this script WILL work on sql server 2008 because THROW...
October 21, 2014 at 9:06 am
Good one for Friday,
THANKS!
September 19, 2014 at 2:28 am
Hi Quira,
please refere to the stairway to SQLCLR 1. i think it answers your question
http://www.sqlservercentral.com/articles/SQLCLR/104406/[/url]
September 4, 2014 at 8:19 am
rot-717018 (8/29/2014)
I added manually a record to the table but it did not fire the trigger either ?!?I'm very puzzled!!!
Hi rot, i know this is a silly question, but are...
August 29, 2014 at 6:36 am
Viewing 13 posts - 181 through 193 (of 193 total)