Click here to Skip to main content
15,921,062 members
Home / Discussions / Database
   

Database

 
Questionselect alst record was added Every minute Pin
Dr.PHP19-Jul-07 21:03
Dr.PHP19-Jul-07 21:03 
AnswerRe: select alst record was added Every minute Pin
Paul Conrad20-Jul-07 5:55
professionalPaul Conrad20-Jul-07 5:55 
GeneralRe: select alst record was added Every minute Pin
Dr.PHP20-Jul-07 19:24
Dr.PHP20-Jul-07 19:24 
GeneralRe: select alst record was added Every minute Pin
Paul Conrad21-Jul-07 4:56
professionalPaul Conrad21-Jul-07 4:56 
Questionvalue of variable Pin
harsh_c19-Jul-07 19:51
professionalharsh_c19-Jul-07 19:51 
AnswerRe: value of variable Pin
N a v a n e e t h19-Jul-07 22:43
N a v a n e e t h19-Jul-07 22:43 
GeneralRe: value of variable Pin
harsh_c19-Jul-07 23:57
professionalharsh_c19-Jul-07 23:57 
GeneralRe: value of variable Pin
Pete O'Hanlon20-Jul-07 0:03
mvePete O'Hanlon20-Jul-07 0:03 
This sounds like you have a real design problem. I would suggest that you need to take a long hard look at your design here.

Plus, why are your variables called @p1 to @p30? What do they do? How can you tell what the purpose of these variables are? Out of the following, which do you think will help you to maintain your code in 6 months time:
declare @p1 nvarchar(20)
or
@declare @first_name nvarchar(20)


Deja View - the feeling that you've seen this post before.

GeneralRe: value of variable Pin
harsh_c20-Jul-07 0:22
professionalharsh_c20-Jul-07 0:22 
GeneralRe: value of variable Pin
Pete O'Hanlon20-Jul-07 0:33
mvePete O'Hanlon20-Jul-07 0:33 
AnswerRe: value of variable [modified] Pin
DQNOK20-Jul-07 3:31
professionalDQNOK20-Jul-07 3:31 
Questionsequence number in insert comand please help Pin
mindgameny19-Jul-07 17:08
mindgameny19-Jul-07 17:08 
AnswerRe: sequence number in insert comand please help Pin
N a v a n e e t h19-Jul-07 22:41
N a v a n e e t h19-Jul-07 22:41 
GeneralRe: sequence number in insert comand please help Pin
Pete O'Hanlon19-Jul-07 23:17
mvePete O'Hanlon19-Jul-07 23:17 
GeneralRe: sequence number in insert comand please help Pin
N a v a n e e t h20-Jul-07 2:22
N a v a n e e t h20-Jul-07 2:22 
GeneralRe: sequence number in insert comand please help Pin
Pete O'Hanlon20-Jul-07 2:57
mvePete O'Hanlon20-Jul-07 2:57 
AnswerRe: sequence number in insert comand please help Pin
Pete O'Hanlon19-Jul-07 23:25
mvePete O'Hanlon19-Jul-07 23:25 
GeneralRe: sequence number in insert comand please help Pin
mindgameny20-Jul-07 17:23
mindgameny20-Jul-07 17:23 
GeneralRe: sequence number in insert comand please help Pin
Pete O'Hanlon22-Jul-07 9:26
mvePete O'Hanlon22-Jul-07 9:26 
QuestionSQL Drilldown or Crawling web app? Pin
MattPenner19-Jul-07 7:36
MattPenner19-Jul-07 7:36 
AnswerRe: SQL Drilldown or Crawling web app? Pin
Paddy Boyd20-Jul-07 1:09
Paddy Boyd20-Jul-07 1:09 
GeneralRe: SQL Drilldown or Crawling web app? Pin
MattPenner20-Jul-07 5:44
MattPenner20-Jul-07 5:44 
GeneralRe: SQL Drilldown or Crawling web app? Pin
Paddy Boyd22-Jul-07 21:28
Paddy Boyd22-Jul-07 21:28 
Questionstore pictures in a table using SQL Server 2005 Pin
mavii19-Jul-07 3:48
mavii19-Jul-07 3:48 
AnswerRe: store pictures in a table using SQL Server 2005 Pin
Colin Angus Mackay19-Jul-07 3:59
Colin Angus Mackay19-Jul-07 3:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.