Ask a Question related to ASP Database, Design and Development.
-
chopper #1
dt_ Stored Procedures
Please could you tell me if it is safe to remove the dt_ stored
procedures from my database?
I have spent some time searching the web/groups for information but all
I've found out is that they are created by Visual Studio and have
something to do with source control.
I'm not using Source Safe (if that's what it's referring to) so I assume
they aren't needed?
chopper
chopper Guest
-
Stored Procedures
Hi all, I'm a little confused about how to obtain a result set from a stored procedure (stored in a Visual FoxPro 8.0 database) from an ASP.NET... -
Stored Procedures with SQLCommandBuilder
I have a very strange thing occuring in the program. I have a dataset retrieved from a stored procedure that just select * from a table. I then... -
New to ASP and Stored Procedures
Hi I have some experince with ASP and databases in General, however Stored Procedures are new. I need to call a stored procedure and have bene... -
Stored Procedures and 4GL
Hello, I am using Informix 7 se database. Is it possible to call a 4GL program from a stored procedure? Thanks Ahmer -
stored procedures in access
Gonzosez wrote: CONNACC.QRY_STORED_HOURS_AVG Parm1,...,ParmN,RS So, if you want to pass 2 and 3 to a query that accepts two parameters:... -
Bob Barrows [MVP] #2
Re: dt_ Stored Procedures
chopper wrote:
They're not used for Source Safe: they are used by VS to do the design view> Please could you tell me if it is safe to remove the dt_ stored
> procedures from my database?
> I have spent some time searching the web/groups for information but
> all I've found out is that they are created by Visual Studio and have
> something to do with source control.
>
> I'm not using Source Safe (if that's what it's referring to) so I
> assume they aren't needed?
>
> chopper
and modifications. If you are not using VS for this functionality, then it
is safe to remove these procedures.
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows [MVP] Guest
-
chopper #3
Re: dt_ Stored Procedures
Bob Barrows [MVP] wrote:
Many thanks Bob.> chopper wrote:
>>>>Please could you tell me if it is safe to remove the dt_ stored
>>procedures from my database?
>>I have spent some time searching the web/groups for information but
>>all I've found out is that they are created by Visual Studio and have
>>something to do with source control.
>>
>>I'm not using Source Safe (if that's what it's referring to) so I
>>assume they aren't needed?
>>
>>chopper
>
> They're not used for Source Safe: they are used by VS to do the design view
> and modifications. If you are not using VS for this functionality, then it
> is safe to remove these procedures.
>
> Bob Barrows
chopper Guest



Reply With Quote

