Viewing 15 posts - 241 through 255 (of 312 total)
Brilliant that worked, I was also able to perform an update using that hint.
I ran the CHECKDB again and this is the full output
Msg 8928, Level 16, State 1, Line...
July 29, 2010 at 9:48 am
Ok the output is now
Msg 8928, Level 16, State 1, Line 1
Object ID 181575685, index ID 1, partition ID 72057614513340416, alloc unit ID 72057614701428736 (type In-row data): Page (1:18504) could...
July 29, 2010 at 8:51 am
The clustering key is on the StudyID column, however its not unique and there is some pretty heavy fragmentation. %60.
As a side note I think I have fixed the...
July 29, 2010 at 8:36 am
Hi Gail
I would love to fix the data purity error so we can see if the recommended repair level is stated, but at the moment this is proving difficult.
I have...
July 29, 2010 at 7:58 am
The second is not going to work properly. The order by on the date column will make SQL look at that column as a date and, if there are invalid...
July 29, 2010 at 4:31 am
Hi Paul - I have run the command CheckDB with no_infomsgs against my database through a query window. To be sure I have done this again this morning, and...
July 29, 2010 at 2:31 am
Hi Gail 🙂
In response to your questions, the queries I am using are below
--This returns a count of 16, where has extra row come from?
select count(*) from dbo.AccrualSnapshotCCRN
where StudyID =...
July 28, 2010 at 9:03 am
No I understand that but I was taking this opportunity to learn how to trouble shoot and understand the layout of the XML thats all.
July 21, 2010 at 9:53 am
Oh wow I was just looking at some of your code on another post 🙂 it makes it much easier to read thanks.
I do have some niggly questions like...
July 21, 2010 at 9:49 am
Hi thanks for your reply. I think I am reading the XML incorrectly. I had thought that the code in the Input Buffer was the one executing during...
July 21, 2010 at 8:50 am
I am getting a lot of the following on all servers in the logs
Message
The mirroring connection to "TCP://XXXXXX:XXX" has timed out for database "XXXX" after 10 seconds without a response....
June 8, 2010 at 7:31 am
Well I will monitor and let you know. The scenario was that I just logged onto the server and saw the T-logs at 56GB for a database that was...
June 3, 2010 at 2:12 am
Hi and thanks for the replies - This thread is primarily about calculating IOPS.
I have looked at the sys_dm_io_virtual_file_stats and can see the amount of reads and writes. I...
May 26, 2010 at 6:21 am
I am using the IP address\Instance name to connect already.
Ok the steps are as follows:
1. Launch SSMS on my lcoal machine
2. Select Database Engine to connect to using windows auth...
May 6, 2010 at 5:12 am
Viewing 15 posts - 241 through 255 (of 312 total)