Subramanyam Krishnamurthy-120784

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: Bulk insert

    Same was happening with xp_cmdshell as well. But using no_output option did resolve the issue with xp_cmdshell.

    Any help in this regard is much appreciated.

  • RE: Details.XML file into Relational File

    Thanks David. This information was useful.

  • RE: A stored proc to find objects in other stored procs

    /*

    To my knowledge there is no System stored procedure to serve your purpose. However you can rely on sysdepends for dependant objects, if you have updated statistics.

    This was a requirement...

  • RE: Work table..

    Are you talking of the table that Server creates temporarily; while joining tables, filtering based on where clause and then returning the resultset.

    In short are you talking of "The...

  • RE: Study Material for Cert 70- 229

    I am also planning to write 70-229 in last week of feb. These are the books I am currently looking at:

    1. MCAD/MCSE/MCDBA Self-Paced Training Kit:

    Microsoft SQL Server 2000 Database Design...

  • RE: Passing value from stored procedure to DOS script

    The above one works..

    Replace the last line

    exec master.dbo.xpcmdshell @cmd

    with

    exec master.dbo.xp_cmdshell @cmd

    Cheers

  • RE: Introduction to the ADO Connection Object

    Article is fantabulous. Remembering connection string was so hard. This udl trick has reduced me lot of time. Thank you Andy

Viewing 7 posts - 1 through 7 (of 7 total)