Forum Replies Created

Viewing 15 posts - 5,566 through 5,580 (of 8,753 total)

  • RE: Error log getting full.

    m.rajesh.uk (4/19/2015)


    My error log was keep on increasing and consuming entire disk space because of below error.

    An exception occurred while enqueueing a message in the target queue....

  • RE: trying to parse a string into a date

    Quick suggestion, use the ToString() method

    😎

    DataGridView1.Rows(0).Cells(1).Value = oDate.ToString()

  • RE: Grouping with PIVOT?

    Quick question, can you post DDL (create table) for the tables, some consumable sample data as an insert statements and the expected output? This will make answering your question a...

  • RE: DB, APP, and NAS. Following a Server Security Trail?

    Brandie Tarvin (4/17/2015)


    We have a database server and an application server. On the db server is a sql job calling up an SSIS package that resides in the file store...

  • RE: Dynamic Script Error

    SQL-DBA-01 (4/19/2015)


    Eirikur,

    Can you suggest how to use sample percent and other hints using sp_updatestats??????????....???????

    The table which has billions of records do u suggest running sp_updatestats???????????????????????????????????????

    Again reiterating the suggestion of using...

  • RE: SSMS hesitation

    Brandie Tarvin (4/17/2015)


    My workplace is getting ready to upgrade to SQL 2012. While I wait for the servers to be built, I started playing with 2012 SSMS pointing to our...

  • RE: SSIS error handling

    caojunhe24 (4/17/2015)


    addition info: there are multiple folders I have to go through to check each folder if excel file is opened or not .should I have to create one foreach...

  • RE: Job failed

    Further on Gianluca's question, all usable details are missing from the error dump you posted, obvious guess for a question would be why the job failed but then there is...

  • RE: Dynamic Script Error

    MadAdmin (4/19/2015)


    Eirikur Eiriksson (4/19/2015)


    Quick question, why not use sys.sp_updatestats?

    😎

    exactly what I put into his request for code review of updating stats using nested cursors posted on 7april. To DBA01, Instead...

  • RE: Log File Management

    keshab.basnet (4/19/2015)


    Thanks Sir.

    I take full database and Transaction log backup once a day at night time when there is almost no transaction in database. Can i shrink log file to...

  • RE: SSIS 2008 – Read roughly 50 CSV files from a folder, create SQL table from them dynamically, and dump data.

    This looks like a typical situation for ELT, load everything as a text into the staging area and then do the conversion afterwards.

    😎

  • RE: Are the posted questions getting worse?

    Grant Fritchey (4/19/2015)


    Eirikur Eiriksson (4/19/2015)


    spaghettidba (4/19/2015)


    Has anyone seen the last comments for Friday's featured article? I'm sorry for provoking such a bad reaction, I didn't mean to do that.

    Did...

  • RE: Are the posted questions getting worse?

    spaghettidba (4/19/2015)


    Has anyone seen the last comments for Friday's featured article? I'm sorry for provoking such a bad reaction, I didn't mean to do that.

    Did I say something wrong?...

  • RE: Get Surrounding text in a string?

    Second solution, which is more efficient than the previous one as it doesn't use the XML concatenation. The code is somewhat self-explanatory.

    😎

    USE tempdb;

    GO

    SET NOCOUNT ON;

    DECLARE @SAMPLE_STR ...

  • RE: flat file destination error

    coool_sweet (4/16/2015)


    hi

    i am adding new field to my existing package which is char(10).

    getting this error:

    [Flat File Destination [139]] Error: Data conversion failed. The data conversion for column...

Viewing 15 posts - 5,566 through 5,580 (of 8,753 total)