Viewing 15 posts - 12,961 through 12,975 (of 26,486 total)
Nope. You write the query the same way.
Actually, your indexing will be dependent on how you query your data.
April 11, 2012 at 12:25 pm
surma.sql (4/11/2012)
I have a task.
in that i need to run same stored procedure multiple time.
uspProgram_updatestudentprogram '004426495',-1,555,136,'2011-09-01 00:00:00.000',null,null,null,'','','',0
uspProgram_updatestudentprogram '004308638',-1,559,136,'2011-09-01 00:00:00.000',null,null,null,'','','',0
uspProgram_updatestudentprogram '004456262',-1,559,136,'2011-09-01 00:00:00.000',null,null,null,'','','',0
i am try to run in once but i...
April 11, 2012 at 12:17 pm
hbtkp (4/11/2012)
assume that it is part of item 3 ,it is not in database ,it is in application
How is the database supposed to know that Item3 is composed of pen...
April 11, 2012 at 12:15 pm
hbtkp (4/11/2012)
i have group name item3 ,which i am supplying in my sp.
now this group contains pen ,pencil .so in my table i have code for everything
for...
April 11, 2012 at 12:06 pm
This is what I came up with.
create table dbo.TestSuite
(
Col1 int
, Test varchar(10)
, Outcome varchar (10)
)
insert into dbo.TestSuite
values
(1, 'test1', 'Passed');
insert into dbo.TestSuite
values
(2, 'test2', 'Failed');
insert into dbo.TestSuite
values
(3, 'test3', 'NotExec');
insert into dbo.TestSuite
values
(4, 'test4',...
April 11, 2012 at 12:04 pm
hbtkp (4/11/2012)
le tme give you example.
exec spname
@name = @item3
this is how i need to execute my sp.
now @item3 is a group , it contains pen and pencil
in my table i...
April 11, 2012 at 11:52 am
Looks to me that the problem is not in the trigger but at the other end.
April 11, 2012 at 11:24 am
SQLRNNR (4/11/2012)
Lynn Pettis (4/11/2012)
Stefan Krzywicki (4/11/2012)
Lynn Pettis (4/11/2012)
Brandie Tarvin (4/11/2012)
GilaMonster (4/11/2012)
Yes, they are. http://www.sqlservercentral.com/Forums/Topic1281318-203-1.aspx
Wow. Did I catch that right? The OP posted in an Article discussion because we weren't answering...
April 11, 2012 at 10:48 am
Sean Lange (4/11/2012)
ROFL thanks Lynn!!! 😛
Your welcome. I thought it fit nicely.
April 11, 2012 at 10:46 am
SQLKnowItAll (4/11/2012)
note that it is not only bad etiquette in a forum to post your entire question in the subject line and nothing in the post itself, but extremely unprofessional...
April 11, 2012 at 10:43 am
asranantha (4/11/2012)
hello who are man why u give suggestin to me.am i asking question to u.why u react. u go schoo better.
...as [Your name here] goes over the bridge...
April 11, 2012 at 10:34 am
Stefan Krzywicki (4/11/2012)
Lynn Pettis (4/11/2012)
Brandie Tarvin (4/11/2012)
GilaMonster (4/11/2012)
Yes, they are. http://www.sqlservercentral.com/Forums/Topic1281318-203-1.aspxWow. Did I catch that right? The OP posted in an Article discussion because we weren't answering the questions elsewhere?
And...
April 11, 2012 at 10:29 am
GilaMonster (4/11/2012)
Lynn Pettis (4/11/2012)
Brandie Tarvin (4/11/2012)
GilaMonster (4/11/2012)
Yes, they are. http://www.sqlservercentral.com/Forums/Topic1281318-203-1.aspxWow. Did I catch that right? The OP posted in an Article discussion because we weren't answering the questions elsewhere?
And now...
April 11, 2012 at 10:28 am
asranantha (4/11/2012)
i have what i do .i donot liku ur suggestions.better u go schhol.donot wast my time and ur time.who knows that persion will tell.
Been there done that. I...
April 11, 2012 at 10:27 am
Years ago while in the USAF as a computer operator I had the best supervisor and trainer possible when I got to my first duty station after tech school. ...
April 11, 2012 at 10:23 am
Viewing 15 posts - 12,961 through 12,975 (of 26,486 total)