Forum Replies Created

Viewing 15 posts - 301 through 315 (of 2,268 total)

  • RE: Slow running select Queries

    durai nagarajan (7/27/2011)


    i thought the SP may have several lines of code, only few may causing the issue which may be easy to find(index or other).

    do you think my approach...

  • RE: Many tables versus one table

    Are we talking about a Transactional Database or a Database setup for reporting purposes (data warehouse / OLAP)

    If it's the former then follow the steps of normalisation through to at...

  • RE: Bulk Insert from SAS (or openrowset)

    db2mo (7/26/2011)


    I looked under the "About" and it says I have SAS 9.1 TS Level 1M3 XP_Pro Platform. So do I perform the proc export within SAS? As...

  • RE: Slow running select Queries

    durai nagarajan (7/26/2011)


    hello,

    in profiler you can use StmtCompleted under stored procedure section to find out the time taken and based on that you can action it.

    Surely you need more information...

  • RE: Bulk Insert from SAS (or openrowset)

    If this is Base SAS then you should be able to see the license on the about window. Other flavours of SAS i am not sure, you could...

  • RE: Bulk Insert from SAS (or openrowset)

    if you have the correct interface (ACCESS) license you can do this with a PROC EXPORT, otherwise use PROC EXPORT to create a CSV and then import this...

  • RE: Slow running select Queries

    have a look at the acutal exection plan on the slow running query and this will provide you with the information you need. Post it here if you...

  • RE: Disaster Recovery Plan

    1. are the servers geographically isolated from each other?

    do you have automatic fail over?

    have you tested the fail-over and made sure any systems that connect...

  • RE: Database mail in SQL Server 2008 R2...

    yes if Anonymous authenitication is not allowed then you will need to get the SMTP server admin to setup an account that you can use. either windows authentication (for...

  • RE: how filter dimension attribute data in SSAS Cube

    do you have the correct attribute relationships setup?

  • RE: Convert positive number to a negative

    preynolds 73137 (7/26/2011)


    SQL noob here, but would ABS work?

    ABS would work for the opposite, (negative to positive)

  • RE: Database mail in SQL Server 2008 R2...

    are you using Anonymous authenitcation?

    if not, check that your SQL service account can authenticate against the server

  • RE: SQL server interview question!

    M.Kahn (7/26/2011)


    Welsh Corgi (7/22/2011)


    SVR (7/22/2011)


    Can you give me options to crash in software world, and I will let the fire department take care of the physical crashes.

    Yes, don't ask any...

  • RE: Database mail in SQL Server 2008 R2...

    Check the mail log and have a look at the error you are getting as this will give you more of an idea of why it is failing..

    I have never...

  • RE: Using trigger to execute an SSIS job

    pwalter83 (7/26/2011)


    steveb. (7/26/2011)


    You can setup one-way transactional replication.

    Also I don't see how running an SSIS packages is any more secure..

    this is really ridiculous, i specifically mentioned above that the...

Viewing 15 posts - 301 through 315 (of 2,268 total)