Forum Replies Created

Viewing 15 posts - 556 through 570 (of 1,048 total)

  • RE: Sending batches of SPs at one time from Application

    opc.three (5/12/2011)


    sturner (5/12/2011)


    opc.three (5/12/2011)


    This can be solved by running the batch in either the SNAPSHOT or SERIALIZABLE isolation level.

    Yes, that is a hack way of masking the underlying issue, but...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Sending batches of SPs at one time from Application

    opc.three (5/12/2011)


    Currently 30 calls need to be made...whether in 1 or 30 batches, so arguing batches is pointless unless they get to a place where one resultset can be delivered...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Sending batches of SPs at one time from Application

    Well here are two concrete reasons why not to do it the way they are doing it:

    1) Performance: there is a overhead associated with each batch, from the network latency...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Help required on using XACT_STATE() function

    Your assumption is correct. The XACT_STATE() can be 1 or -1.

    You need to test for XACT_STATE != 0

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Sending batches of SPs at one time from Application

    I agree with you, it is an ugly and not scalable way to interact with a database server. They should pull all of the rows they need relating to a...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Wow that was fast!

    If the process occurs every day on the same file, same format I'd agree there was a valid argument for doing it in a dedicated process and that the time...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Wow that was fast!

    Lordy.... I can't imagine taking the trouble to write a dedicated C++ program just to do all of those specific aggregations on a raw CSV file.

    Don't get me wrong, I...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: security events in sql server 2008

    yes you need to set up a trace.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Maximum Number of Connections to SQL Server

    It could be a number of things, but find out if you are trying to connect to a developer version of SQL server as the number of connections it allows...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Deleting Files older than n days using SSIS

    Slick. Certainly solves the deleting old files problem in a very efficient manner.

    The command shell is actually pretty powerful but I've always had a hard time finding a document anywhere...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: on CLR SP execution, exception encountered, holds the File

    see if you can find the process associated with that AppDomain (look in the SQL Server error log and run sp_who2) then try to kill the process if it is...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Deleting Files older than n days using SSIS

    I wrote a .net utility that runs as a windows schedule task. You tell it what to doe via a config file which specifies the top level folders (wildcards and...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: DSN vs Connection string

    It really depends on the applications at the client and how they are used. In some cases a DSN can be superior to a connection string. OTOH, DSNs are...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Drop down values

    Your idea about another column in the table is a good one, and the most flexible. If more selections are added and/or deleted in the future you only need to...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Custom Aggregate for statistical use

    LutzM (4/27/2011)


    Why using a CLR in the first place?

    Wouldn't something along those lines do the job, too?

    Excellent point. It appears that this custom "aggregation" depends upon a certain ordering of...

    The probability of survival is inversely proportional to the angle of arrival.

Viewing 15 posts - 556 through 570 (of 1,048 total)