Viewing 15 posts - 316 through 330 (of 2,640 total)
I'm not totally convinced the NT groups have any relevance. You'd need to check out the permissions of these groups - that would be relevant if your account requires those...
February 13, 2010 at 4:33 am
There are several reasons for this, a couple I've encountered are - differences in SET options and compiling the proc with set ansi nulls or quoted identifier OFF.
February 13, 2010 at 4:29 am
I can confirm that this is the way to do it - from experience.
February 13, 2010 at 4:27 am
Partitioning sounds really good and should offer all sorts of performance improvements but the reality is that the key choice(s) for native partitioning is often so restrictive as to make...
February 13, 2010 at 4:25 am
I don't think there's ever an answer that fits all. I'd say that keeping developers away from any other server is good. I'd put all the devs on the same...
February 11, 2010 at 5:07 am
ah - job descriptions don't you just love them. Why not just say install sql server.
February 11, 2010 at 4:41 am
changing service accounts on a cluster can be tricky and furthermore removing permissions from an account on a cluster even more so.
I'd suggest you carefully document exactly what your sql...
February 11, 2010 at 4:38 am
The more serious observation is that of are you making changes due to performance issues or perfmon issues?
I'm never too bothered overall with cache hit ratios in as much as...
February 11, 2010 at 4:29 am
" Our programmers are pretty clever ... " an oxymoron if I ever saw one methinks.
February 11, 2010 at 4:21 am
I suspect you mean binary collation which is full blown case sensitive. It's claimed using binary collation is much faster but in reality only certain types of searches are faster...
February 5, 2010 at 1:49 am
You'll need the account you open management studio with to be a sysadmin. You should have defined the administrator account(s) for SQL Server during install. If you didn't then you...
February 5, 2010 at 1:44 am
If you give users full access to a database eventually they will write the query from hell. Find an alternative solution and get rid of select *.
The only way you...
February 5, 2010 at 1:40 am
It's a little while since I used multiple DAS but if you want a secure solution only ever use hardware raid functions. If you're setting your storage array as raid...
February 5, 2010 at 1:25 am
profiler includes reasds/writes from all/most internal operations too, this is why the same query run with show io stats in a query window will usually show a different set of...
February 5, 2010 at 1:10 am
It will to a degree depend upon your app, however, you should put the database to 2008 compat mode and make all the set commands to allow use of such...
February 4, 2010 at 3:47 am
Viewing 15 posts - 316 through 330 (of 2,640 total)