Viewing 15 posts - 106 through 120 (of 506 total)
September 19, 2018 at 12:27 pm
There is an object called an Application Role that has a password. The idea is to grant permissions to the Application Role and in the application connect...
September 19, 2018 at 12:22 pm
Please check out EXECUTE AS in the SQL Server documentation.
September 19, 2018 at 9:52 am
I would use db_mail instead.
September 19, 2018 at 9:49 am
Using JOIN won't make it faster but it does make it more understandable as you use join to join and where to filter. It's also the standard now.
September 17, 2018 at 1:32 pm
September 17, 2018 at 1:15 pm
Or a login trigger
September 17, 2018 at 12:45 pm
Create a history table with the same schema and an after insert update trigger to write deleted into the history. If your table has modified date and user columns write...
September 13, 2018 at 6:15 pm
Stored procedures do return select statements so you options are a stored procedure or a table valued function.
September 12, 2018 at 6:09 pm
If you only connect using the machine name that should be working. If you are connecting using a DNS that isn't September 11, 2018 at 10:19 am
You must register the DNS as an SPN under the SQL Server Service account for Kerberos delegation to work to pass the token to the linked server.
September 10, 2018 at 5:51 pm
Post table DDL and inserts of sample data please.
September 10, 2018 at 5:49 pm
September 10, 2018 at 3:13 pm
Viewing 15 posts - 106 through 120 (of 506 total)