Forum Replies Created

Viewing 15 posts - 52,381 through 52,395 (of 59,070 total)

  • RE: BCP Command out/queryout Issue.

    1. I just have modified my select statement a bit like iam just taking all now

    means...

    bcp "Select * from CurveTempDB.dbo.tLoanVectors where cusip='86359B6G1' " queryout C:\Sample.txt -T -c

    for which am still...

  • RE: Multiple E-L tasks. Any other ways of doing it?

    VALEK (2/21/2008)


    I am thinking about it, but the management would argue that I am distorting/abusing the concept of ETL, SSIS and all the rest of it.

    It would be great if...

  • RE: CLR and UDF

    Muhammad Furqan (2/21/2008)


    oh man ! you are missing a point.

    i know about that simple query that you hace written, but problem with me is that the "table_name" and "column_name" are...

  • RE: BCP Command out/queryout Issue.

    Ok... first, we have to determine precisely what the problem is... correct identification of the problem will be 90% of the solution....

    1. Are you still using this exact syntax?...

  • RE: deployment documentation

    It was easy for us... we had a great junk yard dog for a DBA who said "Sure... I can keep anything out that doesn't have a signed off ticket"....

  • RE: Lookup Parametrization

    I'd recommend that you post the code that doesn't work along with any error messages you may receive...

  • RE: deployment documentation

    One more thing... the ticketing system should have the concept of "Parent Tickets" and "Projects" associated with it. Seriously, this is the only way to keep a handle on...

  • RE: deployment documentation

    Eric Peterson (2/21/2008)


    Does anyone have some standard forms for deployment of SQL DBs, DTS, Etc.

    We need to better document user requests comming into the system and a good...

  • RE: Multiple E-L tasks. Any other ways of doing it?

    Gosh... can't you just make a linked server and write a proc that would maybe use a little dynamic SQL to just copy everything it sees on the linked server...

  • RE: Corruption Detection Issue

    Yes, you can save the result set in a table by using a kind of "back door" way using a call to OSQL....

    --===== Create a temp table to hold the...

  • RE: Passing table into stored procedure

    Yeah... I know, I know... thanks guys...

    Sticknyn... don't let them scare you off, Man... if you know a way to pass a table variable in 2k5, you've just gotta tell...

  • RE: Passing table into stored procedure

    stricknyn (2/21/2008)


    I can pass a table variable into a stored procedure that has a table variable as a parameter.

    You can? And it works? Would you mind...

  • RE: Problem with Select Top x Percent?

    All I can say is, CRAP!!!!!

    As pjancicka states, it works fine on 2K SP3a, and doesn't work correctly on anything after that!

    Hey! Some of you MVP's...

  • RE: Totals to date

    Myschif,

    Adam and the other folks are too kind with their words about my articles. The articles do, however, explain some major pitfalls with the performance of some of the...

  • RE: Totals to date

    I saw you in the post, Adam... I knew you would do as good as I could. And, thanks for the plug!

Viewing 15 posts - 52,381 through 52,395 (of 59,070 total)