Forum Replies Created

Viewing 15 posts - 1 through 15 (of 29 total)

  • RE: Audit Logging

    Great, Thanks. I was looking in HKLM\SYSTEM not HKLM\SOFTWARE.

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: Free Encryption

    WOW!!! Easy and wonderful. I did not look forward to trying to build something like this. Thanks to all that are responsible. This hit the ball right out of the...

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: hidden system tables

    for your pleasure and amusment, i have correctly identified my self in my avatar

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: Connection Issues

    i would lean toward DNS issues then

    ping servername -a

    it should say "Pinging servername.domainname.com......."

    if DNS resoultion is working correctly.

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: Connection Issues

    Did you allow network access to the service as well?

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: hidden system tables

    DOH!!!!

    syslogins is a view.....

    I will paint an "L" on my forehaed for the rest of the day!!

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: hidden system tables

    Thanks for the input, if I execute this in QA

    select [name] from master.dbo.sysobjects where type = 'S' order by [name]

    I get

    sysaltfiles

    syscacheobjects

    syscharsets

    syscolumns

    syscomments

    sysconfigures

    syscurconfigs

    syscursorcolumns

    syscursorrefs

    syscursors

    syscursortables

    sysdatabases

    sysdepends

    sysdevices

    sysfilegroups

    sysfiles

    sysfiles1

    sysforeignkeys

    sysfulltextcatalogs

    sysfulltextnotify

    sysindexes

    sysindexkeys

    syslanguages

    syslockinfo

    syslocks

    sysmembers

    sysmessages

    sysobjects

    sysperfinfo

    syspermissions

    sysprocesses

    sysproperties

    sysprotects

    sysreferences

    SYSREMOTE_CATALOGS

    SYSREMOTE_COLUMN_PRIVILEGES

    SYSREMOTE_COLUMNS

    SYSREMOTE_FOREIGN_KEYS

    SYSREMOTE_INDEXES

    SYSREMOTE_PRIMARY_KEYS

    SYSREMOTE_PROVIDER_TYPES

    SYSREMOTE_SCHEMATA

    SYSREMOTE_STATISTICS

    SYSREMOTE_TABLE_PRIVILEGES

    SYSREMOTE_TABLES

    SYSREMOTE_VIEWS

    sysservers

    systypes

    sysusers

    sysxlogins

    syslogins is not in the list???????

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: Connection Issues

    2003 machines need a config change to participate in distributed queries. look at my explination here.

    http://qa.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=165231

    HTH

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: Login failed for user ''''(null)'''' in linked server

    it may be the dcom config of the xp machine.

    at the run prompt type "dcomcnfg"

    go to component services, then to my computer

    right click my computer and choose properties

    click the MSDTC...

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: easy question - keyboard shortcut

    ty

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: Preventing a SP from halting on error

    DOH!!!! yes it does, it just took a little longer for osql to return a connection error that I tought it would. At least If ound a way to do what...

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: Preventing a SP from halting on error

    That doesnt work either. It still halts. I am running out of ideas. help

     

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: Preventing a SP from halting on error

    push come to shove I just realized that I can call xp_cmdshell and open a osql connection and dump the selection results to a temp table. Is there a more...

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: Preventing a SP from halting on error

    I just tried this too, didn't work.

    begin

     select @fqinstancename = (select FQ_INSTANCE_NAME from MASTER_SQL where SQL_ID = @sqlid)

     select @sql = 'select [name] as [output] from [' + @fqinstancename + '].master.dbo.sysdatabases where...

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

  • RE: Which Processor To Use?

    I am not sure, but I will make a guess that IIS 5 is not processor aware (does not support multi threads). It might be worth a little research time to...

    Cody Pack
    MCSE Windows 2000
    MCDBA SQL Server 2000

Viewing 15 posts - 1 through 15 (of 29 total)