Forum Replies Created

Viewing 15 posts - 61 through 75 (of 140 total)

  • RE: ADO XML

    Well I guess I am having a conversation with myself

    Here is an update for what it's worth.  I restarted the IIS services and...

  • RE: ADO XML

    False alarm. I added warnings off and it worked, but now it stopped working again.  It just keeps getting weirder and weirder. 

     

    Im stumped.

  • RE: ADO XML

    EUREKA!!

    Remembering the last time I felt this frustrated lead me to the problem. 

    SET ANSI_WARNINGS OFF

    I assume that at some point in the past I had turned ANSI warning off in the...

  • RE: ADO XML

    Oh ya, It is important to add that 4 or 5 ASP pages that retrieve "FOR XML" data from sql all broke at the same time. So that would strongly...

  • RE: Sharepoint DDL error

    Sounds like your having the same problem I was but from a different source.  Fortunetly we had other reasons to install sql2000 on the same box so the natural solution...

  • RE: Sharepoint DDL error

    Thanks.  I needed specifically to connect to the database from a remote server and I foudn the answer. Sharepoint services installs a version of MSDE called WMSDE which specifically forbids...

  • RE: table scan

    My bad, guess it was a late night and when I rebuilt the table I didn't add the primary key back in...duh!

    is much faster...

  • RE: full text word counts

    Thanks I appriciate your help. The Tables have a very basic structure:

    Vendors

    uid  INT ident

    vendorName varchar(100)

    Messages

    email varchar(100)

    phone varchar(50)

    message varchar(2000)

    ===

    As a note: I am updating the message posting section of the site...

  • RE: Unique Identifier: Usage and Limitations

    So I generate the new GUID first, add it to my insert and return it to the calling proc. Ya that would work.

    Thanks loads

  • RE: Unique Identifier: Usage and Limitations

    Well have been mostly using session variables (IIS6) to store the id of any currently logged in user. Then lets say I pass the user a list of some objects...

  • RE: SET XACT_ABORT ON

    Thanks, cmd.ActiveConnection.Errors(0).NativeError is going to help.

     

     

  • RE: giving up - port 1433 eludes me

    Perhaps a firewall was updated somewhere else on your network?  Can you port scan your server from another machine and see how it responds.

  • RE: SA without a password - Whats so bad about this?

    When you say you are supporting this application, do you mean that if something happens to the db or server it's your head?   If so then don't pussy foot around,...

  • RE: SA without a password - Whats so bad about this?

    Doesn't SA also operate in the same security context as the account used to run sql?  Potentialy widening the risk to the entire server?

    So the intruder could use xp_cmdshell to...

  • RE: Question of the Day for 10 May 2004

    Well what a coincidence. I just read about this on MSDN and was logging in to post a question about it and lo-n-behold it's the QoD!!

    I think the QoD answered...

Viewing 15 posts - 61 through 75 (of 140 total)