Advertisement

1 - 10 of 14 containing alltags:("sql server stored procedure") (0.004 seconds)
SELECT * FROM (SELECT ROW_NUMBER() OVER ( ORDER BY departureDate ) AS ROW,COUNT(*) OVER() as MaxNum, holidayId, airportCode, departureDate, days, price, other, substring(hotel,0,20) AS hotel, ...
Zones: SQL Syntax, MS SQL ServerDate Answered: 08/14/2007 Grade: A Views: 0
I have a stored procedure which does insert to the table with new values. What i need to do is to see if record exists then UPDATE else INSERT. But main thing I need help with is, If record ...
Zones: SQL Syntax, MS SQL Server, SQL...Date Answered: 05/30/2008 Grade: B Views: 26
Thanks....My question is I need to make a stored procedure for testing use. The pseudo-code is: BEGIN Open input file for reading Create new output file REJECTE.txt in the delete folder While...
Zones: SQL Server 2005, SQL Syntax, ...Date Answered: 07/29/2008 Grade: B Views: 0
I have a search form that I'm stuck on.  Let me try to explain.  Here's an example.  Lets say we have a Clients table, States table, and a ClientsStatesCrossReference table.  So in the ClientsState...
Zones: SQL Server 2005, MS SQL ServerDate Answered: 09/15/2008 Grade: A Views: 0
I have a sqlServer stored proc, that will do a bunch of stuff.  I have to pass that SP a userID and Lname.   I have a php web form that has a txtbox for the userID and the LName. Could someone S...
Zones: PHP and Databases, MS SQL ServerDate Answered: 12/11/2007 Grade: B Views: 0
Hi all, I need to pass two List<> objects from my .NET application to a MsSQL SP - one is List<Pair> (name and value are actually strings if that matters), and the second is List<Guid>. I'm usin...
Zones: ASP.Net Programming, MS SQL Server, C#Date Answered: 02/21/2008 Grade: A Views: 10
I need the data that is returned from the SQL 2000 box to have a reference field chopped up to some degre so i can do a group by. SELECT IIf([ref] Like "*(oc:*",Left([ref],InStr([ref],"(oc:")-1)...
Zones: MS SQL ServerDate Answered: 09/23/2008 Grade: A Views: 0
Hi, I have a table that has a sequential reference column and a quantity column, for example: Ref     Quantity 1        100 2        50 3        150 4        75 5        23 6        96 ...
Zones: MS SQL ServerDate Answered: 08/15/2007 Grade: A Views: 0
Hi All,     I am writing a SQL Server stored procedure. I would like to know how I can optimally find out the value in a datetime field is today. Example: select * from table where some_functi...
Zones: SQL Server 2005, Databases, SQL SyntaxDate Answered: 03/19/2008 Grade: A Views: 65
Hi. My requirement is to be able to use MS Excel 2003 SP3 to retrieve multiple result set data from Microsoft SQL Server 7. What I was looking for (and will probably have to roll my own) is a...
Zones: MS Excel, MS SQL Server, SQL ReportingDate Answered: 09/30/2008 Grade: A Views: 0