Topics
Started by
Posts
Last post
I have a recollection of reading somewhere that the "sp_" prefix should be avoided when naming stor…
1 replies
Interested in any experiences with this product. Bad, good or indifferent. http://www.redmatrix.com
3 replies
Hi, Can anybody help ? I want to set a column to true if the I.company_name contains a particular w…
4 replies
I am running a stored procedure from VB. The code looks like this: CREATE PROCEDURE [CPL_sp_get_Roo…
2 replies
hi, my stored procedure contains a lot of ddl query: create proc xxxxx as CREATE TABLE TAB1 .......…
3 replies
hi, this is my stored procedure: CREATE PROCEDURE stp_SelectSQL ( @sql text, @Result int OUTPUT ) …
3 replies
Hi, I an attempting to call the Scripting.filesystemobject dll from a SQL sp to return me the frees…
4 replies
Hi, Is there a way of transferring data from a TEXT field in one table to a TEXT field in a second …
2 replies
I am trying to switch off the annoying message (1 row(s) affected) That I get after each call to an…
4 replies
The table contains rows of data that relate to each other in a child/parent fashion. ChildNodeID's…
4 replies
I have a time_t date in a character field (time in seconds since 1/1/1970) that I need to tranlsate…
3 replies
Project: Transfer data from 100+ tables. Issue: Some source tables contain more columns than the d…
4 replies
i have a table in which one coloumn is varchar(30) but it contains dates in a format 30.08.2002 i …
1 replies
I've used Visual Studio and C++ to build a very simple dll, for use as an extended stored procedure…
2 replies
Hello, In QA if I call a procedure as EXEC stpMySproc ' WHERE CompanyName LIKE ' + Char(39) + 'h…
2 replies
Viewing 15 topics - 3,946 through 3,960 (of 4,454 total)
You must be logged in to create new topics.