Viewing 15 posts - 691 through 705 (of 1,348 total)
did you reboot the user's PC or log off and back on after adding them to the group? when you are log on you get a logon token or ticket,...
March 4, 2009 at 9:22 am
might be a PITA, but set all dev jobs to run as a special user account you create
create a trigger to drop all connections that aren't from sa or another...
March 4, 2009 at 9:13 am
how would you use this to audit changes?
February 2, 2009 at 9:56 am
if you have trouble with your subscriber or some other replication issues it may cause the transaction log on the publisher to grow until those commands are marked as replicated.
solution...
January 20, 2009 at 7:29 am
perfectly normal, the x64 instruction set was developed by AMD and Intel is using it on their CPU's. Originally Intel was pushing Itanium, but it's too expensive and a monster
January 9, 2009 at 7:39 pm
not sure, but you can create an SSIS package to execute a DTS package. i have to create new DTS packages on a sql 2005 machine and this is how...
January 9, 2009 at 7:33 pm
we put it in QA on a server with SP2 and no CU's. In a week or so we are putting it on a QA server with SP2 and CU10....
January 9, 2009 at 7:31 pm
enable lock pages in memory for whatever account you run SQL under
there is a KB article on the paging file with a calculation, i like to use 2 - 4...
January 8, 2009 at 11:36 am
enable lock pages in memory, check the paging file settings because on x64 the default is too small
January 8, 2009 at 11:28 am
transcender is good if you don't know anything about the subject or if someone else is paying. otherwise they are way overpriced
January 7, 2009 at 1:36 pm
you can audit SQL, it's just not set up by default because not everyone needs it and everyone doesn't want to put up with the overhead and it requires a...
December 19, 2008 at 9:32 am
i did something like this a few times
now i run the profiler to collect the bare minimum information and things like execution plans i check on my own
December 18, 2008 at 11:40 am
we have a table with 300 million rows and had an identity/PK column as the clustered index. lots of index scans on some queries. changed the Clustered index to another...
December 18, 2008 at 11:38 am
i wrote an sp one time with begin tran, go and end tran and it caused blockings after the statement ran. never again. i don't use these anymore
December 18, 2008 at 11:34 am
Viewing 15 posts - 691 through 705 (of 1,348 total)