Viewing 15 posts - 27,001 through 27,015 (of 39,793 total)
You need to provide more information. both fit in different spots. R0+1 is a superset of R1.
Do you know how these two Raid levels are setup?
September 17, 2008 at 10:26 am
Is the account a sysadmin in SQL Server? Should be by default, but that can be changed.
September 17, 2008 at 10:07 am
You'd probably need to implement some regular expression search to do this. Plenty of CLR procs on the Internet that can help here.
Otherwise, not sure how you'd wildcard this.
September 17, 2008 at 9:57 am
With 2005/2008, you can encrypt sensitive data, 2008 gives you TDE. you can use certificates and assign them to certain logins/users for decryption, which gives you some control.
DDL triggers and...
September 17, 2008 at 9:50 am
Derek,
That's part of the idea of the QOD. It's not designed so that you get everything right and prove you're the SQL Server god. We get some questions in there...
September 17, 2008 at 9:27 am
I'm not sure what you mean by code1 or 2 changed. It's a little confusing to follow your example.
Have you tried distinct to limit the records and then looking for...
September 17, 2008 at 8:26 am
Read how this function works: http://www.microsoft.com/technet/abouttn/flash/tips/tips_112304.mspx
It returns a bitmask of the columns. So image you have 8 columns (numbered in the order they exist in the table). You get 1...
September 17, 2008 at 8:13 am
September 17, 2008 at 8:10 am
This is one reason I really avoid the third party backups like that. The compression tools (Litespeed, Red Gate, etc), are convertable to native format. Some of the others aren't.
September 17, 2008 at 8:04 am
There isn't much documentation on these, often because they is no common solution. These errors aren't common.
It could be hardware or it could be some bug. Really you want to...
September 17, 2008 at 7:59 am
You can (I believe) separate addresses with semicolons, but I'm not sure you want to do this.
Likely you want some loop or process that sends xxx at a time, and...
September 17, 2008 at 7:58 am
Bill,
I think you did a great job (and thanks for the break for today).
This is one of those places where you can make a difference in an organization. It would...
September 17, 2008 at 7:56 am
Thanks for the note, and I'm sure everyone at Red Gate and in the community appreciate your thanks. We try to help.
Steve
September 17, 2008 at 7:32 am
Unrelated, like for another application? I wouldn't do it, but I think some people see SQL Server as a database and a single one at that. They don't get the...
September 17, 2008 at 6:49 am
Viewing 15 posts - 27,001 through 27,015 (of 39,793 total)