Viewing 4 posts - 1 through 4 (of 4 total)
Hi, Max,
Here's some code that will give you access to many objects' source code at once, which you can then export to Excel or some other...
February 13, 2006 at 2:53 pm
Wayne, your query would return ((highest salary) - 1), not (second highest salary).
February 10, 2006 at 9:33 am
Make a sproc like
CREATE PROCEDURE Run_DTS_Package AS
exec master..xp_cmdshell 'dtsrun /S[ServerName] /N[DTSPackageName] /E'
and then call that from whatever page the browser hits.
April 6, 2004 at 3:07 pm
I'm a rank novice, so the problem I have is that after I've created views in SQL 2000, sometimes Enterprise Manager will let me Manage Indexes..., and other times it...
April 2, 2003 at 10:59 pm
Viewing 4 posts - 1 through 4 (of 4 total)