Viewing 15 posts - 2,416 through 2,430 (of 2,640 total)
I've tried using written tests but I'm not convinced of their merit.
I usually drill into a candidates cv, especially if they claim expertise in a particular area ( for a...
April 20, 2005 at 2:24 am
I have av on w2k and w2003 clusters. The av only scans the local disks on the nodes.
April 20, 2005 at 2:08 am
There are a number of services which may be affected by the install, if you don't stop these services you need to reboot - snmp is one service I can...
April 20, 2005 at 2:05 am
There are a number of good books and training courses available.
I can recommend SANS ( http://www.sans.org ) as a good place to find security - database design and security...
April 20, 2005 at 2:03 am
awe is a server setting not a database setting.
You should set /PAE and this will allow SQL Server to use the memory.
The 3Gb switch affects certain pools and it is...
April 18, 2005 at 8:49 am
Books on line might be a good starting point.
Output from a query can be output to a file through QA or dts
April 18, 2005 at 8:29 am
I usually add these to the startup parameters of the server ( click on server in EM, properties, startup parameters - I add 1205 too. ( -T1204 -T1205 -T3605 )
To...
April 7, 2005 at 7:55 am
I have successfully removed public rights from most system tables and procs , however, and it's a big however, your applications may stop working, especially 3rd party apps < grin...
April 7, 2005 at 7:40 am
multiple data files only work ( from a performance point of view ) if each exists on a seperate disk or array. Generally multiple datafiles on the same disk/array will...
April 7, 2005 at 7:25 am
If your table does not have a clustered index it becomes a heap and any table level fragmentation will not be able to be removed, you can defrag the indexes...
April 7, 2005 at 7:22 am
grant datareader and datawriter to users/roles - no need to touch objects. Or make them dbo < grin >
April 7, 2005 at 7:17 am
as far as I am aware table vaiables and temp tables are treated the same as physical tables by perfmon.
April 7, 2005 at 6:58 am
Yup to use more than 2Gb ram you need advanced server with enterprise sql server.
April 6, 2005 at 10:25 am
Changing a cluster name is fraught with problems, I speak from experience < grin >, moving the databases about is fine, I have 8 environments where we do this on a...
April 5, 2005 at 9:18 am
Viewing 15 posts - 2,416 through 2,430 (of 2,640 total)