Viewing 15 posts - 91 through 105 (of 133 total)
We have used VMWare in a couple of UAT implementations...
July 14, 2009 at 8:32 am
If you are a DBA, you can explain the fundamentals of database management, right?
July 14, 2009 at 8:26 am
In my experience...restore from backup!
I have never been able to recover a suspect database (unless the server only run out of log space)...
July 9, 2009 at 8:27 am
The only issue is, when the tape backup is performed, the directory is uncompressed and re-compressed on the tape which makes tape backups take longer.
Server admin guys yell at me...
July 9, 2009 at 8:24 am
My SQL 2008 servers are fine with AD groups...I assume you are running SP1?
July 9, 2009 at 8:16 am
Both applications are memory hungry. It's not a good idea for performance reasons mainly.
July 9, 2009 at 8:14 am
Both applications are memory hungry. It's not a good idea for performance reasons mainly.
July 9, 2009 at 8:13 am
Usually a problem if you haven't updated statistics and updated usage.
It's a good idea to rebuild all indexes to be sure.
July 8, 2009 at 8:43 am
Don't kill any dormant processes (only as a last resort). There is a reason SQL doesn't clean them up itself...
It looks to me that one your queries could be missing...
July 8, 2009 at 8:17 am
I think you are slightly off Michael.
This is from my experience, rather than theory (which you can google):
In a 32 bit OS, first of all SQL can only address a...
July 8, 2009 at 8:13 am
The only issues I have come across in 64 bit is that there are still some 32 bit components (such as legacy DTS) as well as the Microsoft driver for...
July 7, 2009 at 10:04 pm
I'm not sure I get your point Michael.
I guess, in simplicity SQL cannot address more than 2Gb memory (in 32 bit OS). AWE is in effect tricking SQL Server to...
July 7, 2009 at 6:14 pm
We used DTS in SQL 2005. It works fine, but you need to make changes to the stored procedures.
I thought there was a Sybase import/conversion utility in SQL 2008?
July 7, 2009 at 8:53 am
You can do the same with a user. Just create a new login in SQL Server and GRANT execute on the desired stored procedures.
July 7, 2009 at 8:47 am
I'm not sure what you mean...SQL can address more than 4Gb with AWE (not without caveats).
My point is, most people will only run SQL on the server. If you have...
July 7, 2009 at 8:32 am
Viewing 15 posts - 91 through 105 (of 133 total)