Forum Replies Created

Viewing 15 posts - 30,076 through 30,090 (of 39,819 total)

  • RE: Script to remove old (.bak) files?

    You could build a maintenance plan with SSIS that just does maintenance cleanup. Probably be easiest.

  • RE: Optimize insertion of multiple rows

    No problem keeping connections open. If they don't use resources (queries), there's very little overhead. Might be sure you have error code in case the connection gets dropped.

    I'd actually consider...

  • RE: How to retrieve LastEvent in Object/Event Model

    I was going to suggest what Michael posted.

    Since I often find myself going back a few events, I'd actually keep a query around to pull everything from today.

    select

    ...

    ...

  • RE: sys.Objects$ - Any way to see it?

    Great explanation and I'd add that they did a great job with the DMVs exposing almost everything you need, so you don't really need to hit the base table.

    Plus the...

  • RE: Better Licensing

    It's actually easy. Inside a company, you buy CALs. If the people are authenticated users, Windows Auth, or just AD accounts, they should use CALs. Per processor is for unauthenticated...

  • RE: View Column Resolving Issue in Sub-Query

    Hopefully Peter will respond soon to this and thanks for a nice post on what you see, Hugo.

    We don't necessarily check every article for accuracy. It's a time constraint as...

  • RE: Moved Topic

    Where is a moved topic forum?

    We do move threads that are mis-posted by people in the wrong forums. It might note that.

  • RE: The Job Outlook for 2008

    Working for promotions has been in a couple ways. This is probably another whole editorial ;), but I'll give a few examples.

    If I wanted a manager's job, I'd look for...

  • RE: Running update Stored Procedure from VBS

    There is no way to do this directly. It doesn't return anything.

    Run a query to look for the user after it's created. If it's there, then it worked.

  • RE: SQL Agent Log files.

    Stop and restart SQL Agent. Doesn't affect the database server and is very quick.

  • RE: SQL Server 6.5 in Single User mode

    Check the service (control panel) to see if there is a parameter.

    Otherwise, check and see if there is a command window open. close that.

  • RE: SQL 05 automatic delete table older than 3 days

    SQL Server doesn't do table backups. It does database backups and you can search for scripts to handle that. The Maintenance plan can also do this.

  • RE: SQL 200 Backup to Windows 2003 - Error 64

    The issue is that SQL backups are extremely intolerant of network delays. A file copy will retry itself, but because of the nature of getting the backups done quickly, it...

  • RE: When You're Out of the Office

    I've read the Ender series, which is good, as well as the Foundation and Dune series a long time ago. Never any of the add-ons, but I might check them...

  • RE: CPU utilization

    What Colin and Jeff are getting at is that the CPU isn't related to the number of users. It's related to the queries and other processes. One user can run...

Viewing 15 posts - 30,076 through 30,090 (of 39,819 total)