Forum Replies Created

Viewing 15 posts - 1,531 through 1,545 (of 7,164 total)

  • RE: BIDS (SQL Server Business Intellence Studio) has been replaced by Data Tools (SSDT)??

    You can run SSDT (based on VS 2010) on a 32-bit machine but it requires Vista or newer.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: System.Data.SqlClient.SqlException (0x80131904): Timeout Expired

    Chances are the sporadic part arises because the request usually finishes in under 30 seconds (the default CommandTimeout) but if things are busy or otherwise delayed and the database call...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSMS User Interface Tip to Freeze Panes.

    I have used this feature in other MS apps but never noticed it in SSMS. Now that I can take notice of the feature I will certainly use it. Who...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: CLR Question

    I would probably bounce the instance but I can understand you not wanting to impact the other databases on the instance. If you have success with changing the 'enabled' flag...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Log Shipping Compression

    It is configurable. Run sp_help_log_shipping_primary_database against master on your primary instance and look for the backup_compression column

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: BCP Error : Microsoft][SQL Native Client][SQL Server]Could not find stored procedure 'dbo.EXTGEN_InitSessionContextSp'.

    Are you sure that is the entire output? I see you are appending -S but it is not in the comment where you say "output looks like this"

    bcp "exec RSDV_App..Rpt_JobTransactionsSp...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS ForEach Loop Container - loop through all DB's

    It's the Database!!! (3/19/2013)


    I added the expression with no luck. It still puts master in serveral times and not the other DB"s I am at a lose.

    If I am right...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: sys.dm_io_virtual_file_stats - Number of Read and Writes

    IMHO the information in sys.dm_io_virtual_file_stats is a bit low-level for management's taste. If you're trying to communicate how busy your server is, maybe for an executive overview or something like...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Log File Shrink

    Sounds good to me. Thanks for posting back the results.

    Now might be a good time to double-check on your auto-grow settings too. I like to use MB instead of...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: ANSI to UTF-8 conversion

    You could try using SSIS to do the conversion for you on the fly. Use an OLE DB Source in a Data Flow to get the data from the database...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: sys.dm_io_virtual_file_stats - Number of Read and Writes

    sqlstar2011 (3/19/2013)


    so how can I best interpret this? what does number of read mean? chunks of data in bytes? how big of chunk if that's the case.

    how can I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Sql server back ground processes.

    You mean other than the query executing and the retrival of data occurring? What is the root of your question? Can you be more specific?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS ForEach Loop Container - loop through all DB's

    It's the Database!!! (3/19/2013)


    I added the expression with no luck. It still puts master in serveral times and not the other DB"s I am at a lose.

    No worries. We'll get...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: how to combine and convert two integer columns to datetime

    OK, SQL Agent data, that's good, the use case fits, but you're repurposing it so how much data are we talking about? For managing SQL Agent historical data the scalar-function...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: maxdop doesn't take effect?

    Even though estimated cost is well over 20, i still see query using all the cores?

    Cores, or threads? What exactly are you seeing that is making you think it is...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 1,531 through 1,545 (of 7,164 total)