Viewing 15 posts - 631 through 645 (of 7,168 total)
david.wright-948385 (9/18/2015)
A CLR is efficient as long as the connection object is cached.
That would take some additional engineering to avoid creating a bottleneck and also to release unused cached connections...like...
September 18, 2015 at 7:58 pm
david.wright-948385 (9/18/2015)
allarmi (1/21/2014)
i'm still looking for a transaction independent way of logging the activity going in an arbitrary number of procedures regardless of their nesting...
September 18, 2015 at 7:10 am
Only if you had something previously setup on the server during that time, e.g. a Trace or Extended Events session.
If you were capturing Successful Logins in the SQL Server Error...
August 15, 2015 at 11:48 pm
Lynn Pettis (8/13/2015)
What exactly are you trying to accomplish with this code? What are the expected results?
this is what I am working off:
basically I'm trying to get actual row...
August 13, 2015 at 11:33 pm
My code does not mention those values so chances are you have them in your data being returned by your view. make sure your view is using QUOTENAME where appropriate,...
August 13, 2015 at 10:33 pm
Jayanth_Kurup (8/13/2015)
Its more difficult to implement singlesignon in...
August 13, 2015 at 6:15 am
Service Broker is a queuing system so won't be calling out as you might be thinking of it. You can attach to the queue an "activation stored procedure" that the...
August 13, 2015 at 5:53 am
Cross-post from MSDN Forums:
August 12, 2015 at 11:48 pm
Not sure about how you might do this using SMO as you described but creating a server event notification requires a Service Broker queue to be setup first and is...
August 12, 2015 at 11:42 pm
SQL is not an interpreted language so will not work the way you are thinking right now.
Here is a quick demo using your view that does work although the resultsets...
August 12, 2015 at 11:27 pm
Jayanth_Kurup (8/12/2015)
Native can be embeded in Webpages using Report viewer control
You can use the Report Viewer control in a stand-alone C# app and source report-content from a SSRS instance running...
August 12, 2015 at 11:02 pm
In an SSIS 2012 Data Flow Task, you could use a Script Component (setup as a Source) to get a JSON string from Mongo DB and deserialize it into .NET...
August 12, 2015 at 9:38 pm
if you need to process each remote file once and only once then a workflow like this would make sense to me:
1. create a table in one of your databases...
August 11, 2015 at 8:51 pm
yuvipoy (8/6/2015)
There are about 100 files are placed in FTP
all the files are needs to be processed at the same time
Parallel processing..
each file is about max 200 MB...
August 8, 2015 at 8:53 am
Viewing 15 posts - 631 through 645 (of 7,168 total)