Forum Replies Created

Viewing 15 posts - 5,986 through 6,000 (of 7,429 total)

  • RE: Export data to file

    How are you handling the export itself. Thru DTS or a user end application. In either case the query recordset can come from a straight sql statment or view or...

  • RE: RAM

    I know of no other tool to see this off hand. Not sure where you could find anything to tell you which server instance is what PID in Task Manager...

  • RE: SQL Server 2000 Install

    Unfortunately like you I find nothing else on this either. I was just taking the standard stab.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on...

  • RE: Script

    If it is an ActiveScript you should be able to invoke from inside DTS or even a Job use Operating System Command.

    "Don't roll your eyes at me. I will tape...

  • RE: Query Analyzer Automation

    Sorry it does not support macros at this point. There is probably a similar tool out there but I don't know of one.

    "Don't roll your eyes at me. I will...

  • RE: default Language

    Sorry, you have to go back and set each existing login to use the new language. Default language only affects new logins.

    Excert BOL

    quote:


  • RE: Custom Task execution prob in MSDE

    Check you references to make sure it is using the right DTS component. May not be locating due to a version difference.

    "Don't roll your eyes at me. I will tape...

  • RE: Performance Monitor - Audit Logout

    I have not heard of any bottleneck issues related to Logouts. The only issue I think would be a high number of logouts and logins for the same user repeatedly...

  • RE: Moving Datafiles

    Usually you can start a DB in single user mode or the server itself in single user mode. But if you have connections until they go away they can lock...

  • RE: Coding Standards - Part 1

    Coding standards are great but seems you always have someone who just plain ignores them. Which is a shame.

    As for DTS I suggest you make a name that will organize...

  • RE: SQL Server Defrag

    I have tested with Diskeeper and say it is a great utility and only saw issues when server load was high (note: Windows 2000+ defrag utility is based on Diskeeper...

  • RE: Version Control for Stored Procedures

    The mention of grouped procedures is a plus in your article. However I do not use for version control. For me these are queries that I related to one another...

  • RE: Parameter to the TOP operator

    Personally my goal it to limit most queries to 180- seconds for any major query run, if it cannot be done in that timeframe as most of the major queries...

  • RE: Moving Datafiles

    Another spot people miss is did they connect to the DB in EM. Close EM to release connection or change DBs.

    "Don't roll your eyes at me. I will tape them...

  • RE: Can I get cpu statistics from sql server ?

    Cpu utilization in relation to what? Mostly no but you can get some cumulative times and estimates.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on...

Viewing 15 posts - 5,986 through 6,000 (of 7,429 total)