Advertisement

1 - 7 of 7 containing alltags:("On line store") (0.001 seconds)
This is a general question on SQL performance. I have a stored procedure that is roughly 1200 lines. The procedure is comprised of A main query that extracts data and inserts it into a temporary...
Zones: MS SQL ServerDate Answered: 01/24/2008 Grade: A Views: 0
Hi All, Like all "computer guys" I have been asked this a hundred times and I don't know a good answer.  A co-worker is helping a friend get a buinsess established.  They would like to sell on-l...
Zones: E-CommerceDate Answered: 05/02/2008 Grade: A Views: 0
Hi All, I have more than one textarea in my form. while submititng the form i want to store line break <br> of textarea into the database...And when i retrieve the data from database i want to dis...
Zones: ASPDate Answered: 09/12/2005 Grade: A Views: 0
I need help with this code: I have a email message in an @array.  I would like to search for the Subject: line and then store the subject line and the line below the subject line into 1 variable...
Zones: ProgrammingDate Answered: 02/12/2006 Grade: A Views: 0
Hi I have an insert form where the users can store several paragraphs of text. when this data is stored in the database the paragraph information is lost but i need to keep it. How do you han...
Zones: ASP.Net ProgrammingDate Answered: 03/26/2006 Grade: A Views: 0
I want to write a stored procedure in oracle that takes in parametere and returns a recordset part by part for paging purposes.  I found lot of stored procedures but mainly in SQL Server nothing in...
Zones: OracleDate Answered: 06/29/2005 Grade: A Views: 0
In below batch : (sqlserver 2000) create table t (a nvarchar(2)) declare @a nvarchar(100), @b nvarchar(100), @c nvarchar(100) set @a = 'insert into t values(''aa'')' set @b = 'insert into...
Zones: MS SQL Server, SQL Server 2005Date Answered: 09/17/2007 Grade: A Views: 0
  • 1