Forum Replies Created

Viewing 15 posts - 46 through 60 (of 95 total)

  • RE: grant references

    yes.

  • RE: grant references

    First, thanks for the reply.

    I have three tables under a view. This view selects few columns from each table. I would like to given select permission & update permission...

  • RE: different methods to expose a stored procedure

    well! there are methods were you can expose a stored procedure using web services & so on...so i was wondering if any body used any of these features...logging on to...

  • RE: Capturing Audit Columns

    1. first place the database design was done to have these fields, at this moment we are not in a position to re-evaluate it hence I'm trying to find a...

  • RE: Capturing Audit Columns

    it is web-based & each user doesn't have separate connections. they use a shared connection string but each user would be given a separate username (application specific & not sql...

  • RE: Capturing Audit Columns

    the application cannot pass any such values (the application is already built & we just do configuration). it default to getdate(), & current sql user used to update the record.

  • RE: Capturing Audit Columns

    i dont want to be handled by application or user as there are possibilities some users may not know in the future they have to update the audit fields hence...

  • RE: Capturing Audit Columns

    there are no stored procedure. this is performed by the application. I was wondering if there are any other way to control this in 2005 by the database itself like...

  • RE: DTS Package 2000 Memory Leak in Visual Studio VB.Net

    I fixed this issue. It looks like when you create an object from DTS.Package2 & try to execute it, somehow it corrupts the memory or keeps running something in the...

  • RE: updatable view

    as per the above sample code the update views works with multiple tables when columns from one table alone is updated in single statement.

    But, what I'm not sure is whether...

  • RE: updatable view

    ok. my problem is my Table A has 10 columns & Table B has 20 columns. And, its a one to one relationship from Table A to Table B.

    In my...

  • RE: updatable view

    I dont understand the part "Planning". Can you please help me out here.

    Whether inner join or any other join would work if this is not going to be a partitioned...

  • RE: updatable view

    I performed the following sample & found that a view can have multiple tables but while performing updates you can use only columns from a single table. Pl. see the...

  • RE: Microsoft Data Transformation Services (DTS) Package (80004002): Interface is not supported

    Yes. The code has been migrated to .net now. We are debugging this since yesterday & couldn't able to find the reason. We make a call to create a dts...

  • RE: Microsoft Data Transformation Services (DTS) Package (80004002): Interface is not supported

    also, this code cannot be imported into dts as it is return in vb. It is creating instance of DTS.Package2, DTS.Connection2, & so on....

Viewing 15 posts - 46 through 60 (of 95 total)