Viewing 15 posts - 28,471 through 28,485 (of 39,771 total)
Consistency != inflexibility
If you want to try something new, then you develop a consistent way to do it, propose it to the group, explain it, debate it, etc. and make...
May 21, 2008 at 8:39 am
The page split thing is an interesting one and it makes sense. You're allowing read of dirty data and page splits, and re indexing, would have uncommitted transactions in terms...
May 21, 2008 at 8:35 am
Very strange. I'm not sure what happened here. I know the maintenance plan opens a cursor in some tasks to loop through databases, but I'm not sure why you'd get...
May 21, 2008 at 8:33 am
The log file is set to a certain size, not grown from 0. A restore restores the data, not the log. It sets the log file size, but it doesn't...
May 21, 2008 at 8:32 am
I'm confused a little. Who has what date setting?
Your PC
Your SQL instance
Server SQL Instance
Server date settings
client workstation settings
This can get tricky as some date settings are handled by the client...
May 21, 2008 at 8:30 am
Set up a unique index if this is really important.
May 21, 2008 at 7:05 am
Agree with Sergiy. The error tells you the problem.
May 21, 2008 at 7:04 am
The other thing is this allows for scalability. If one client grows a lot, or becomes a query resource hog, you can easily move them to their own server.
May 21, 2008 at 7:04 am
This runs a query as a READUNCOMMITTED isolation level (http://www.sqlnewsgroups.net/group/microsoft.public.sqlserver.server/2007week16.aspx).
It allows you to read changed data as it doesn't set up locks on the tables, essentially dirty reads. Not necessarily...
May 21, 2008 at 7:03 am
You should read and understand what the log is doing. It protects your database and ensures integrity.
If this is production data, you should be running with full recovery mode and...
May 21, 2008 at 7:00 am
I see a note here about a post SP2 fix: http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=1481112&SiteID=17
May 21, 2008 at 6:59 am
It's a good point and we try to link back, though sometimes articles come with some time between them and many part series, so it's hard to link them all...
May 21, 2008 at 6:54 am
I'm always amazed how many people are weeded out from a simple test/quiz beforehand. At one point I made sure that I only interviewed people that got 75% or better...
May 20, 2008 at 3:08 pm
SQL2K5 doesn't have compressed backups without a third party tool. SQL 2008 will have them in Enterprise Edition.
May 20, 2008 at 9:30 am
Viewing 15 posts - 28,471 through 28,485 (of 39,771 total)