Forum Replies Created

Viewing 15 posts - 181 through 195 (of 207 total)

  • RE: Data Flow - Change Destination?

    Pam

    This used to be done by global variables in 2000.  Now you have to use expressions in SQL 2005.  First you declare your user defined variables and then use the...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Senior SQL Server DBA

    Salary range is 70K - 84K

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Reporting on SAP R/3 MS SQL database using MS Access

    Agree with Steven.  Use a static ADO connection and that will prevent someone from writing to your SQL database during that session.  You can further use the security in SQL...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Dependencies driving me mad!

    I too had this problem but overcame it using the sequence container.  I transferred the master tables first and then the child tables.  However, I am not sure if the...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Bulk Insert task - Name property

    Let me know if you need any additional help as I have created many packages utilizing global variables.

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Multiple inserts

    M,

    Store the values as either session variables in ASP or state variables in ASP.NET.  (I'm assuming you are using ASP).  Once the 5th page is submitted then update your tables...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Running Disconnected Stored procedures

    Noel

    I found sp_start_job, however, it didn't mention how to pass global variables into the procedure within the job.  Do you have any ideas on that?

    Thanks

    Marvin

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Running Disconnected Stored procedures

    Noel

    Never heard of sp_start_job. But I will give that a try.  Thanks

     

    Marvin

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Making a copy of a sql table within same DB

    Hi.  I think the select into is the best option.  If the update fails I'd then truncate the original table and re-populate it with the data from the select into...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: DTS from code

    I was faced with this problem and solved it by using global variables in the DTS package and calling the package with a stored proc that passed those variables in...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: importing from text file on another server

    Are the servers in the same domain?  It is a permission problem.  Make sure you have the port open between your website which is usually in the DMZ and your...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: SQL Server Developer in Richmond, VA

    Is there an option to telecommute? 

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Who creates DTS packages?

    We have developers do it as well.  However, I must emphasize that they should be taught how to do it well.  The sooner you get them up to speed the...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Temp Tables or Something Else ??

    I have been doing it for the past two years using the method described by Phil.  It's fast and very effecient.  Just remember to either truncate the loader table first...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

  • RE: Training & Certification

    Keith

    I'm a certified Oracle DBA as well, that has been working in SQL Server for the past three years.  It took a couple of months to get up to speed...

    Marvin Dillard
    Senior Consultant
    Claraview Inc

Viewing 15 posts - 181 through 195 (of 207 total)