Forum Replies Created

Viewing 15 posts - 16 through 30 (of 39 total)

  • RE: SP makes the version store grow - hanging

    If the procedure is trying to update and delete the data from the same table in two different statements and it is being called at the same time then this...

    Regards,
    Pravasis

  • RE: Adding data randomly into a column of a table

    I think redgate has some tool to prepare the test data. you can chek the same.

    Regards,
    Pravasis

  • RE: SP makes the version store grow - hanging

    andy.l (11/23/2010)


    Hi

    At occasions I've noticed that tempdb grows on one of my SQL Servers. And it keeps growing until either I run out of storage or I kill certain processes....

    Regards,
    Pravasis

  • RE: Data Archiving Methods

    CrazyMan (11/23/2010)


    Hi All

    I have got a database which is of 1.3 TB, there is a main table which holds more than a...

    Regards,
    Pravasis

  • RE: SSIS Load data

    Yes, either you can use 60 data sources and 60 derived columns then finally a union all or you can use a script component as source and put the DFT...

    Regards,
    Pravasis

  • RE: SSIS Load data

    You can use a script component to read a file which needs to be used as a source. Basically you can read the first line as per the commas....

    Regards,
    Pravasis

  • RE: Cant connect to existing MS SQL Server 2008

    Thanks Roy. I have mostly worked on 2005. So, I was thinking, its the same in 2008. Thanks for the clarification.

    Regards,
    Pravasis

  • RE: SSIS Data Tuning Question

    Even it helped me to understand the internal principles of SSIS in a better way and how we can tune the SSIS package to get the best performance.

    Regards,
    Pravasis

  • RE: Cant connect to existing MS SQL Server 2008

    But, if you are an admin of the local system, then it should allow you to connect using the windows authentication!

    Regards,
    Pravasis

  • RE: SSIS Data Tuning Question

    Very correct. Probably thats the reason I suggested to go through the link to get a complete understanding and design the package accoring to the available resources and selecting best...

    Regards,
    Pravasis

  • RE: SSIS Data Tuning Question

    Well, it depends on the number of CPUs you are having. In Figure 6 of "Design approaches" section, you will find two additional union all which are redundant. This has...

    Regards,
    Pravasis

  • RE: SSIS Data Tuning Question

    But adding a semi blocking component will improve the performance. Check the following article. Hope this helps.

    http://msdn.microsoft.com/en-us/library/cc966529.aspx

    Regards,
    Pravasis

  • RE: SSAS Training "getting up to speed ASAP"

    MDX can be used to pull the data from the cube, also you can update the values present in the cube(Consequently in RDBMS) using MDX. Yes mostly it is used...

    Regards,
    Pravasis

  • RE: Incorrect user stored for reporting services

    Basically, what I meant is to use a connection string something like "Data Source=ServerName;Initial Catalog=DBName;user=UserName;pwd=Passowrd;". The user name provided should have the required access to fetch the data from the...

    Regards,
    Pravasis

  • RE: Incorrect user stored for reporting services

    Rather than trying to fetch the data using the logged in user's autherntication, you can basically use a SQL server login. But the report viewing can be restricted assigning proper...

    Regards,
    Pravasis

Viewing 15 posts - 16 through 30 (of 39 total)