Viewing 15 posts - 766 through 780 (of 7,168 total)
Stan Kulp-439977 (8/7/2014)
shah.muhammad (8/7/2014)
August 7, 2014 at 10:08 pm
shah.muhammad (8/7/2014)
August 7, 2014 at 10:04 pm
Thanks for the article. Can you please clarify how you configured the computer object?
the Trusted for Delegation property was then visible for the SQL service accounts, which I enabled....
August 5, 2014 at 7:05 am
Nice question. Thanks for provoking some research on a feature new to SQL Server.
July 30, 2014 at 10:45 pm
Hugo Kornelis (7/28/2014)
July 29, 2014 at 10:57 pm
Jeff Moden (7/24/2014)
opc.three (7/24/2014)
July 25, 2014 at 6:31 am
To anyone reading this article and subsequent comments, know that BULK INSERT introduces problems and carried with it many more hidden limitations than it offers benefits. BCP (the command-line counterpart...
July 24, 2014 at 8:43 am
Jeff Moden (6/21/2014)
June 21, 2014 at 12:44 pm
+1 for SSIS
You can implement the SSIS Catalog (SSISDB) in SQL Server 2014 and execute a Package from within your own stored procedure using stored procedures provided within the SSISDB.
June 14, 2014 at 3:18 pm
The UPDATE...JOIN construct can yield unexpected results. Usually a safer way to handle these tasks is using the MERGE statement because it protects you from updating the same row multiple...
June 14, 2014 at 3:13 pm
Sounds like a reason to move away from xp_cmdshell. What is the executable doing and can it be hosted on a machine other than a machine hosting SQL Server and...
June 14, 2014 at 3:10 pm
Check out system stored procedure sys.sp_altermessage.
June 13, 2014 at 5:54 am
Not a problem. You just need to string (pun intended) a few concepts together to arrive at a solution. Look for rows in the table where the expiry date is...
June 4, 2014 at 9:17 pm
I do not think that information is captured anywhere by default. An Extended Events session or Server-Side Trace could capture the error information and tie it to a specific Login.
Another,...
June 3, 2014 at 10:52 pm
The trigger, if it were the only DDL trigger in place, would only create a minor nuisance for someone who really wanted to get an illegal name into place. Consider...
March 28, 2014 at 5:57 am
Viewing 15 posts - 766 through 780 (of 7,168 total)