Forum Replies Created

Viewing 15 posts - 796 through 810 (of 1,346 total)

  • RE: Result set in DTS

    when you are creating your package on your pump task it asks you for a table/view or a query. In the query window type in your stored procedure name.

    Dts will...

  • RE: Len word

    You'll have to do it in a couple of updates though. And you may have to create an additional update if there are single characters at the beginning of the...

  • RE: Replicate Table

    If you modify any information in your subscriber tables you can cause replication to fail, but you cannot "Push" changes to production .

  • RE: DTS Error

    Does this happen everytime you run the package?

    It is likely that the package is blocking itself, you may have some asyncronous events working on the same table. Use flow control...

  • RE: It is possible?

    The query will work but reading this article may give you a little more in depth knowledge about self referencing tables.

    http://www.developersdex.com/gurus/articles/112.asp

  • RE: Null Parameters

    In either case you'll need to use a stored procedure.

    and you can structure your stored procedure 2 ways.

    1 way is to evaluate the parameters passed in.

    If @param1 is null, and...

  • RE: rsErrorOpeningConnection error

    In report manager navigate to the report. click on it to run it.

    Click the properties tab on top. select data sources on the left and configure your data source for...

  • RE: *Removing* a clustered index

    What is the performance issue the customer is experiencing?

    is it slow inserts?

    is it slow updates?

    Slow queries?

    you need to be more specific.

    the Choice of which column to use as clustered index...

  • RE: Null Parameters

    In reporting services, You going to have to embed your query in a stored procedure and either have if then else logic to decide which query to run, or use...

  • RE: DATEPART(quarter, DISCONTINUEDDATE) AS Quarter

    Well Like I said please present us with a sample table, some sample data, what your trying to do, and what you want as a result. and Someone can help...

  • RE: Help with union

    Because the values of col_c in table a is different than your derived value of '' in col_c in table_b?

    your using the union statement which removes duplicates from your 2...

  • RE: Query Analyzer - Maximize window

    Have not idea, never noticed it being a problem.

     

  • RE: Software Question

    The key word you use is Ad-Hoc I've seen tons of companys who think they need this, but it boils down to the fact the company just doesn't know what...

  • RE: Different backups ??

    There is no difference. Except a maintenance plan is usually scheduled, so its manual vs automatic.

    If your new to sql, and are responsible for production database, then you should definatelly...

  • RE: Alternative to EM for writing sprocs?

    Enterprise manager?

    You really should switch to Query Analyzer. That is the Baseline of what you should use.

    you can also use visual studio

Viewing 15 posts - 796 through 810 (of 1,346 total)