Viewing 15 posts - 12,781 through 12,795 (of 39,817 total)
Dave Schutz (1/11/2013)
We use built-in SQL Audit to check for login attempts and unauthorized changes to the system.
Server and DB specs? How's that working out? Want to write about it...
January 11, 2013 at 8:58 am
Brandie Tarvin (1/11/2013)
Lynn Pettis (1/10/2013)
January 11, 2013 at 8:49 am
David.Poole (1/11/2013)
Clearly they need to be secure so...
January 11, 2013 at 8:47 am
AD isn't that big a deal, and most of these technologies will require some parts of it since you are trying to move information around. For a relatively low volume...
January 11, 2013 at 8:43 am
Grant Fritchey (1/11/2013)
January 11, 2013 at 8:36 am
Lynn Pettis (1/10/2013)
January 11, 2013 at 8:34 am
You should examine why you might be having a slow insert.
- Is the log growing now? If so, since you have to zero out the file before data can...
January 11, 2013 at 8:32 am
I'd have to dig in, but I believe that the FTS index is a system table, and you can find out the number of times a word appears in a...
January 10, 2013 at 5:32 pm
To follow on from Anthony, SQL Server 2008 R2 and SQL Server 2008 are not the same version of SQL Server.
SQL Server 2008: 10.0.xxxx
SQL Server 2008 R2: 10.5.xxx
The naming is...
January 10, 2013 at 5:29 pm
Already answered above, but I agree with Jeff and Grant.
January 10, 2013 at 5:27 pm
database mirroring is probably the simplest way to do this. You might read up on it and see if that meets your needs.
January 10, 2013 at 5:24 pm
Concur. I've almost always used the dbo schema for most applications.
January 10, 2013 at 5:22 pm
Is this SQL 2000 or 2008? You mention both in your post, so it's not clear.
If you are refreshing one table, you're going to generate transaction log entries. There's no...
January 10, 2013 at 5:21 pm
I'd agree with Gus. a workload from your current server is a great way to benchmark.
January 10, 2013 at 5:18 pm
Yes, you can run this.
It will not calculate checksums on all your pages or impact your load. What will happen is as pages are written back to disk for whatever...
January 10, 2013 at 5:16 pm
Viewing 15 posts - 12,781 through 12,795 (of 39,817 total)