Viewing 6 posts - 16 through 21 (of 21 total)
Even though doing these sorts of things are terrible to do through SQL Server, what's the actual path of batch file you're attempting to execute? It looks as though it...
August 14, 2015 at 12:09 am
There's a simple answer to this: The message about NT AUTHORITY\ANONYMOUS LOGON is because you're asking the Report Server web service to check the permissions using its account, which runs...
August 13, 2015 at 11:40 pm
If you are running an Integration Services package from within Management Studio, it's going to run under the account you connect to the server with via SMSS, but when you...
August 13, 2015 at 11:17 pm
Short answer: Yes, commonly poor programming.
Longer answer: If there's someone where you work, and whom you trust, that can assure you that network capacity isn't being tested, then it would...
August 13, 2015 at 12:58 am
There is another way to do it using MERGE. I actually prefer this way, because it's a little more intuitive, being able to specify WHEN MATCHED and WHEN NOT MATCHED....
August 11, 2015 at 11:58 pm
Here's a script and its execution plan containing the estimated stats for testing two different ways of inserting data into a table (INSERT vs SELECT INTO). I've used SQL Sentry...
May 14, 2015 at 10:16 pm
Viewing 6 posts - 16 through 21 (of 21 total)