Forum Replies Created

Viewing 15 posts - 6,511 through 6,525 (of 11,678 total)

  • RE: Database Size

    It means your database was once 134 GB big, but now it contains only for 10GB on data.

    When data is deleted, space isn't automatically released. You can shrink your database...

  • RE: Import excel 2010 spreadsheet

    I guess you are using SSIS?

    Take the 2007 option, normally it should work.

  • RE: syntax i need

    dwain.c (8/27/2012)


    Koen Verbeeck (8/27/2012)


    That's because in SQL Server, we use set-based queries instead of cursors.

    Alas, this is wishful thinking. I wish everybody did. 🙂

    Ssshhttt, I'm trying to brainwash here...

  • RE: SSRS default parameter

    How did you set the default for MaxLoadMonth? Did you use a query?

  • RE: SSIS 2008 - Pivot transformation and DT_NText Datatype

    Will the length ever be greater than 4000?

    If not, you can just take DT_WSTR with a length of 4000.

    Not great for package performance, but using a PIVOT isn't either 🙂

  • RE: syntax i need

    raghuldrag (8/27/2012)


    is any other alter natives there ???

    Maybe if you explain what you are trying to do?

  • RE: upgrade from 2005 to 2008 r2

    To be completely correct: SQL Server 2008R2 needs .NET framework 3.5 sp1.

    I'm not sure about the clients though.

  • RE: Drag And Drop

    Which environment are you working on?

    A possibility is to use PivotTables in Excel, either based directly on the SQL relation engine, or on an SSAS cube or on a PowerPivot...

  • RE: syntax i need

    I don't think so.

    That's because in SQL Server, we use set-based queries instead of cursors.

    Cursors treat the data row by row, and are thus (usually) slower than set based manipulations.

  • RE: Working on stored procedures

    Nice question to start the week.

  • RE: How to do this?

    ganeshkumar005 (8/24/2012)


    for 'D1234', the first time it appears while reading from top, the value against it is 1001. I want this row in result. And skip the others if 'D1234'...

  • RE: Ways to address incremental updates in SSIS

    What are you doing exactly in the Lookup component? Why does it have to load staging as well?

    A lookup component should be able to give you the inserts and the...

  • RE: Help With End Goal of My SSIS Package??

    The easiest solution would be executing the stored procedure in the OLE DB Source, but not storing the results in a temp table but sending them to the dataflow. That...

  • RE: SSAS Error

    shreenu.vasulu (8/23/2012)


    Error Message is:

    user does not have permission to alter the 'TestCube' object, or the object does not exist.

    Open Services, go to Analysis services--->right click on it --> Properties-->LogOn -->...

  • RE: Catalog Views

    Nice question, thanks.

Viewing 15 posts - 6,511 through 6,525 (of 11,678 total)