Viewing 15 posts - 31 through 45 (of 68 total)
does does the "select * from deleted" work as a stored procedure in SQL?
May 30, 2003 at 11:06 am
can you post some code so we can get an idea of the procedure?
May 30, 2003 at 10:54 am
hey, yeah i think we do. what does SP stand for?
May 29, 2003 at 10:53 am
i have been going through the master database trying to see what all the tables do. like the system messges table has 4333 different kinds of sql messages that...
May 29, 2003 at 8:24 am
i wanted to see if database roles and server roles had a menu to do selection. ie any kind of control settings that use a GUI.
May 29, 2003 at 7:55 am
i am using Enterprise Manager, that must be the reason!
May 28, 2003 at 9:45 am
select qty from (select top 3 * from pubs.dbo.sales order by qty desc)
works without the a. so i get the idea. in this case you wouldn't have to qualify?
May 28, 2003 at 9:19 am
select * from (select top 3 * from pubs.dbo.sales) a
when i took off the a on this statment it put this in the place of 'a' = DERIVEDTBL
May 28, 2003 at 9:11 am
could you give a little more info on how the 'a' at the end works? i want to know whats going on with that.
thanks
May 28, 2003 at 7:22 am
well get this, i got the book yesterday for the class and it comes with a 60 day trial. but then it will not download, i put the cd...
May 28, 2003 at 6:05 am
this worked sorry, we just did it wrong. ok thanks again.
May 27, 2003 at 1:56 pm
no that didn't work for us sorry. go any other ideas?
May 27, 2003 at 1:51 pm
what is the " ) a" at the end of your statement?
May 27, 2003 at 11:58 am
ah, yes, i created it in one database only, not in master. for now i want to use it in just one database. this is a great stored...
May 27, 2003 at 6:08 am
Viewing 15 posts - 31 through 45 (of 68 total)