Viewing 15 posts - 106 through 120 (of 155 total)
Instructions accepted. I should have checked a profiel of EM.
But, your syntax worked like a charm though and I do appreciate your help
April 7, 2005 at 9:04 am
Just an extra word of caution.
I had a lot of trouble with SP3a on active/active clusters. Found that it updates files used by all instances - EVERY time you upgrade...
April 1, 2005 at 6:03 am
I recently read (and I'm sorry I can't find the reference now) how adding constraints with a nocheck option can cause query result problems.
It went something like this:
SQL will...
March 30, 2005 at 6:47 am
The same thing that would happen if you shut down SQL and restarted it. The jobs stop executing. I believe you don't have a job history becuase it is written...
March 28, 2005 at 7:44 am
The following way to find indentities is returning invalid results:
SELECT table_name, column_name, ordinal_position orgPostion, data_type
FROM INFORMATION_SCHEMA.COLUMNS (NOLOCK)
where COLUMNPROPERTY (OBJECT_ID(Table_Name),Column_Name,'IsIdentity') = 1
order by table_name, column_name
It returns an integer field from...
March 24, 2005 at 6:56 am
I understand your point. But, I think you were harsh on the writer. I appreciated his point of view.
March 23, 2005 at 7:21 am
Whether you want to argue that the DB shouldn't have been designed that way is a mute point. DBAs often have to clean up what others do and sometimes even make...
March 23, 2005 at 6:32 am
Yes, that help tremendously with the text.
My guess with what I know is that if your page is full but you have ghost records also(ie logically free space) and then...
March 18, 2005 at 11:56 am
This ghost record is the 'slot' I mentioned. Compaction is suposed to clean up the ghost records. When Compaction occurs, and these 'ghost' records are cleaned up, does SQL rewrite...
March 18, 2005 at 7:59 am
I haven't finished digesting all the new information but am certain I will find more information than I know now. Thank you for the links.
The ghost records were what compaction...
March 18, 2005 at 7:03 am
When you say new users have the problem, do you mean if you set up a new (never before used)domain account that does not have any SQL access, then you give him...
March 9, 2005 at 5:44 am
If you have jobs you also need to change the name of the originating server or SQL won't let you edit the jobs - it thinks they were from another...
February 25, 2005 at 7:09 am
Yes, I know the cluster account must be added, but it doesn't work to well (from my experience) without the nt authority\system. Maybe there was another misconfiguration causing this. Maybe...
February 24, 2005 at 7:48 am
Don't forget that you need to add 'NT Authority\System' as an SA also otherwise certain functions that the server is performing will not work with builtin administrators removed. Cluster perform...
February 24, 2005 at 7:16 am
Viewing 15 posts - 106 through 120 (of 155 total)