Viewing 15 posts - 811 through 825 (of 7,168 total)
I do not have a ready example to send. You can find many examples online of how to call a web service from within C#, and many examples of how...
October 25, 2013 at 1:21 am
The nice features in the Query Designer that allow you to drag and drop tables into the query, drag columns around to complete joins, etc. means the UI takes control...
October 25, 2013 at 12:27 am
L' Eomot Inversé (10/24/2013)
opc.three (10/23/2013)
You're conflating multiple issues. There is a difference between trusting someone to do...
October 24, 2013 at 7:43 pm
No, it does't. A member of the sysadmin Role can simply enable it.
You're conflating multiple issues. There is a difference between trusting someone to do all operations within the...
October 23, 2013 at 12:25 pm
It means xp_cmdshell is disabled within this instance, the default.
October 23, 2013 at 11:55 am
I am not sure if it was this thread, or some other related thread, but I have the same comment about the CLR as well as some other features of...
October 23, 2013 at 8:07 am
Thanks for posting this code Matthias. Very helpful!
October 3, 2013 at 11:19 am
You are passing in a VARCHAR(MAX) and treating it like a numeric type in your function. This results in an implicit data type conversion and also leaves you open to...
September 9, 2013 at 2:05 am
SSIS does have data type suggestions but only in design mode iirc. Once you setup your metadata it's set.
You could do some of the checks yourself using the new TRY_CAST...
September 9, 2013 at 1:40 am
SELECT FORMAT(GETDATE(), 'MM/dd/yyyy HH:mm:ss')
AS [try the FORMAT function available in SQL 2012 and above];
September 9, 2013 at 1:17 am
If you are not leveraging Kerberos for authentication then you do not need to worry about updating SPNs because you would not have any that were registered that needed to...
September 9, 2013 at 1:07 am
Specifically this is the piece I am looking for guidance on:
Pick one that has features and costs acceptable to you/client.
I mentioned three product solutions that I have explored or...
September 7, 2013 at 3:57 pm
Viewing 15 posts - 811 through 825 (of 7,168 total)