Forum Replies Created

Viewing 15 posts - 7,321 through 7,335 (of 11,678 total)

  • RE: Database Mail Notification

    You can't configure that in the job itself, so I would just create another job that runs in the morning to check if the other job succeeded or not.

  • RE: Sequences I

    Carlo Romagnano (4/17/2012)


    I am curious to know how many developpers will use default value for "START WITH". In most cases will be a negative number.

    They will all be negative, except...

  • RE: Complex Business Logic for reporting

    bleroy (4/14/2012)


    I would tihnk that since you are moving this to a data warehouse, you would want to have the calculations performed during the ETL process and only store the...

  • RE: ssrs

    asranantha (4/16/2012)


    Hi friends,

    i have small doubts in ssrs plz tell me the answers

    1)how to call stored procedure in ssrs reports ?plz tell me the process

    2)how to call ...

  • RE: please need help with creating a DIMENSION

    In the dimension browser, you can only browse the individual attributes of your dimension. If you want to see them side by side, you can create an attribute that combines...

  • RE: Upgrade to 2012 from 2005 sp3?

    You'll have to install sp4 first before you do the upgrade to 2012.

  • RE: Re-Creating an Excel Pivot Table

    You can build SSAS on top of SQL Server views. You need however to create facts and dimensions in SSAS.

    But Excel can pivot very nicely on top of a SSAS...

  • RE: Bulk Logged recovery model

    Got it wrong, because I didn't know log file and log backup apparently are the same thing.

    Anyhow, it made me think, so a part of the question was succesfull.

  • RE: Sequences I

    Henrico Bekker (4/16/2012)


    got it wrong, as the correct answer wasn't listed.

    your syntax is wrong in, sequence wouldn't be created to start of with...no increment value, no 'AS'..etc.

    When I look...

  • RE: optimize full extract

    How many rows are there already in the destination table? Maybe you should consider partition switching.

  • RE: optimize full extract

    The SSIS package design looks OK, there are no indexes, constraints, excessive logging, so this leaves the disks (storage), the network and maybe the I/O bus?

    Maybe there are some other...

  • RE: optimize full extract

    You can copy packages from server to server with DTUTIL.

  • RE: CAREER ADVICE: Applying for DBA Jobs?

    GSquared (4/13/2012)


    I asked which features, and he fumbled around and made some tentative comments about CLR (this was last year, CLR is old news these days), and about...

  • RE: How do i drop identity for a Column

    I don't see the issue.

    How does the order of columns matter? It's just a temp table.

  • RE: How do i drop identity for a Column

    What do you mean with column index?

    You can either specify the columns names, or just add two clauses: ALTER TABLE #TempTest DROP COLUMN ID and ALTER TABLE #TempTest ADD ID...

Viewing 15 posts - 7,321 through 7,335 (of 11,678 total)