Viewing 11 posts - 16 through 27 (of 27 total)
Thanks Russell!
My requirement is to do it through a query...
Regards
Arun
July 14, 2005 at 3:15 am
sushila,
THANKS(big one)!
That solved my 2 day search on books online(this shows how bad i'm), i was trying my hands on columnproperty...
And now from sql commands i'm migrating to combining these commands...
July 12, 2005 at 5:42 am
Charles
Thanks a ton that worked like a chum...can't we do it for a single column.
Just now learning all the sql commands from books online, do let me know how do i...
July 12, 2005 at 3:12 am
Andy,
Thanks! I tried the above code...and found that without the GO statement the procedure was created and then when i manually executed the procedure, it gave an error after 32 iterations...with...
July 12, 2005 at 1:44 am
Soctt,
My requirement was to find the datatype of the column hence i tried the following query
select 'au_id' from information_schema.columns where table_name = 'authors'
I'm using the pubs database and in that...
July 12, 2005 at 1:05 am
i found my procedure listed under object browser...but when script object to new window and saved it, and when modified everytime it took the help of query analyzer to drop...
July 11, 2005 at 6:52 am
I did as per your directions...and there i notice odd number of GO statements, don't they need to complement each other, one signals the start and the other signals the...
July 11, 2005 at 2:04 am
As per every1's advice i'm using the query analyzer...they have asked me to abstain from Enterprise manager.
one more finding is on execution of the previous procedure the output was "1509580416"...
July 11, 2005 at 1:14 am
guys do u mean to say whatever is included in the go statement would be the first one to get executed...do let me know if my understanding is correct.
i'm...
July 11, 2005 at 12:52 am
Thanks Sushila & Glenn for their inputs...found to be simple and interesting.
Regards
Arun
July 8, 2005 at 6:50 am
oops that was my fault, after i posted there i found this folder for the newbies, hence posted it again...
Thanks for reminding.
Regards
Arun
July 8, 2005 at 6:23 am
Viewing 11 posts - 16 through 27 (of 27 total)