Viewing 15 posts - 23,191 through 23,205 (of 39,917 total)
Interesting. I think that the GUI makes it fairly easy for someone to click too quickly, or the wrong place, and make a mistake. I've seen people, myself included, who...
July 16, 2009 at 9:59 am
First start basic SQL Server monitoring. The virtual instance is what you should monitor. Here's one ref: http://www.mssqltips.com/tip.asp?tip=1663&home
then I'd read up on clustering to understand how it works. There are...
July 16, 2009 at 9:56 am
First, if someone gets administrative permissions on the machine, it doesn't matter what you do. The data will be compromised. Windows authentication is always enabled, so someone will get to...
July 16, 2009 at 9:51 am
sorry, haven't done enough production work with 2008. The Truncate_only option isn't in 2008.
As noted here (http://msdn.microsoft.com/en-us/library/ms144262.aspx), when you switch to simple mode, the log is truncated, so I'd follow...
July 16, 2009 at 9:47 am
Here's a ref from the SQL team
http://blogs.msdn.com/sql_protocols/archive/2005/10/12/479871.aspx
July 16, 2009 at 9:42 am
Need to teach those techs how to run with scripts (DMVs, sys., etc) rather than SSMS!
July 16, 2009 at 9:37 am
I heard early on that 50 databases was a limit, but I've not seen anyone running that far. I did see this blog (http://www.naterice.com/articles/70) where they mention a 64 bit...
July 16, 2009 at 8:54 am
File copy using VBScript or Powershell to move the files. VBScript with the FileSystemObject is pretty easy to write to move the files, and there should be scripts here on...
July 15, 2009 at 11:22 pm
I think there is something that reads a header and deletes files, not just based on the extension. I found some issues with this in 2005, and I wouldn't be...
July 15, 2009 at 11:20 pm
The question to ask yourself is why are you shrinking tempdb? If it grows every day, and you shrink it with a job, you're wasting cycles and disk I/O. Tempdb...
July 15, 2009 at 11:18 pm
Check the error log in Windows for a reason why the service didn't start.
July 15, 2009 at 11:16 pm
Thanks for the test. I've seen this before and can usually insert a space or two to clean it up.
July 15, 2009 at 9:20 pm
There's a [ code = "sql ] tag to the left when you post. Use that. (spaces added so you can read this)
July 15, 2009 at 9:17 pm
Derek Dongray (7/15/2009)
N'
';
should actually have the characters < /...
July 15, 2009 at 9:15 pm
How are you loading the data? Or querying it, which is what I think you mean.
You can compare the default session settings in SSMS as well. Right click server, properties,...
July 15, 2009 at 3:14 pm
Viewing 15 posts - 23,191 through 23,205 (of 39,917 total)