Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)

  • RE: Lessons Learned from a Large Virtualization Implementation

    Great article and discussion!

    We've converted most of our SQL servers to VMware (NetApp back-end) for many reasons... Data center space, energy consumption, replace aging hardware, etc. I'm a...

  • RE: Moving System Databases - A Checklist

    Anyone figured out how to move systems dbs in SQL 2005 RTM? I just tried with the -T3608 startup parameter, and it bombed. Used to work like a...

  • RE: Cross-db ownership

    Not clear if you've checked this already...  Make sure dbo maps to the same login (ideally, sa) in all databases.  (All objects are owned by dbo, right?)

  • RE: Connection "reuse" in ADO.NET

    Hmmm... I thought pooling was by default true. That's what my book says. But it's something to try. Thanks.

  • RE: QOD 07/30/03

    I agree--the question was misleading. I thought it meant a non-Server edition of Win2K. By the looks of the response chart, so did a lot of other people.

    ...

  • RE: Login failed for user 'sa'

    That looks about right for a package that's local to the SQL Server (if in the repository, add /R). Not sure what the .LOCAL is but I assume it...

  • RE: Developer tips for team.

    Stored procedures, stored procedures, stored procedures. Simply don't let the apps access the server in any other way.

    Use roles with execute permissions on the stored procs.

    Always make dbo the...

  • RE: Login failed for user 'sa'

    It sounds like you should delete your old job and recreate it. Find the package under the DTS menu, then right-click on it and select Schedule Package...

    You can also...

  • RE: Dynamic SQL or Stored Procedure

    I'm also a DBA who comes from a development background. At my company, we've been using Visual Studio .NET database projects for our new systems. There are some...

  • RE: The Case for SQL Logins - Part 1

    Steve,that's my point--NT Authentication would be preferable for DBAs. (Sorry that was not clear.)

  • RE: The Case for SQL Logins - Part 1

    Andy's arguments for using SQL accounts applies to *applications*... but what about controlling administrator access? In my organization, we have different levels of people who are in different...

  • RE: What rules of thumb you live by when programming?

    "Count the pennies and the dollars count themselves." A little bit of I/O, network traffic, memory, etc. saved whenever possible will make a difference in the long run.

Viewing 12 posts - 1 through 12 (of 12 total)