(adrianca@gmail.com) writes:[color=blue]
> Since the resultset is just one huge SQL Text datatype,
> i just wrote it directly to the page, no need for the overhead of
> creating a .net dataset object,
> and then a javascript dataisland reads it directly.[/color]
Javascript is maybe not the fastest. Can you save to a file, and run a
program in a non-interpreted langauge?
[color=blue]
> Do you know if first checks the master table, will that slow down the
> request correct / target sp?
> I had thought you needed to put "master.dbo.sp_" to access a master sp?[/color]
In such case "sp_help" would not work. In fact when you say
somedatabase.dbo.sp_help tbl
what you get information about is somedatabase.dbo.tbl.
Exactly what happens is difficult describe, because it changes every
now and then. But if Microsoft would ship a system procedure called
sp_getaxml_dataisland, you would be in for a nasty surprise.
--
Erland Sommarskog, SQL Server MVP,
esquel@sommarskog.se
Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp