Forum Replies Created

Viewing 15 posts - 34,231 through 34,245 (of 39,800 total)

  • RE: How eliminate extra space being addded to SQL mails?

    Haven't seen this. Are the mails being sent with just he extended stored procedures? If you send a message from outlook with the same profile does it still happen?

  • RE: Users Last Login Date

    If you have auditing enabled, you can check the SQL Server error log.

  • RE: Extended Stored Procedures

    You can post them here, most of the people that scan the forums use a page that brings them new posts since their last login, so it will be found.

  • RE: Timeout error when connecting to sqlserver

    Any other information? Most likely if the server is up and running that your network is not responsive enough. Are you connecting from EM or QA? You can raise the...

  • RE: SAGE Line 500

    you are welcome and thanks for the followup. Might help someone else one day if they're searching.

  • RE: Question of the Day for 12 Jan 2005

    Depends on who's higher in the food chain

  • RE: Job Titles

    Depends on the company. Job Titles are not very tightly coupled to the actual duties anymore. An analyst developer and analyst programmer would be the same in my mind, but...

  • RE: DTS Package failing.

    That is a stored procedure in your package. You can run this in Query Analyzer to see what the error is.

  • RE: Rows into columns without a case selection

    Is there a max number of families? You could write self joins with that number of times if you know it. Otherwise you might need to create a temp table...

  • RE: # of Connections to the database

    sp_who2 will also give you all connections and you can check that for the program name, or workstation name, or login name.

    Profiler can be setup to scan for the...

  • RE: Memory

    SQL Server will be slow to release memory. Once it takes it, it tends to hold on. Usually this is mostly for the data cache. You can limit as above...

  • RE: SAGE Line 500

    Sorry, no experience. Sounds like it might be trying to connect to the wrong port. Is the SQL Server perhaps running on a different port? Check the server network utility.

  • RE: Newletter(s)

    We aren't planning to go to a weekly summary for the simple reason that it isn't economical. We couldn't make enough advertising revenue on a weekly one to support the...

  • RE: Windows vs SQL Auth - Performance Issue??

    I'm not sure of the name, but I know there is a tool that will tell you which DC you are connecting to. It's possible that the clients or the...

  • RE: Listening over multiple IP''''s

    It will listen on both connections and route accordingly. I don't think you want to bridge the connections and route traffic between them.

    I used to have 3 networks connected...

Viewing 15 posts - 34,231 through 34,245 (of 39,800 total)