Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: SQL 2005 Management Studio: Scripting objects

    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...

  • RE: sql max() function

    Wayne, your query would return ((highest salary) - 1), not (second highest salary).

  • RE: How invoke Dts from web browser

    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.

  • RE: Indexing Views

    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...

Viewing 4 posts - 1 through 4 (of 4 total)