Viewing 15 posts - 1 through 15 (of 16 total)
Thanks, I'll check the disk and see what the diagnosis says.
That's for the I/O error but what about the DBCC CHECKDB not creating the snapshot ? Also related to disk...
August 1, 2011 at 2:20 am
Hi,
Thanks for the comments. I agree with the suggestion about db names and i´ll add it to the next version.
Pavle
May 15, 2011 at 4:08 am
I found a workaround if we are partitioning on a clustered index which is a not the PK (i don't remember it working with the PK)
create clustered index IX_P_Tab_col on...
October 30, 2008 at 9:59 am
Michael Earl (7/2/2008)
FROM TableA a
JOIN TableB b ON a.col1 = b.col1
WHERE colID = 123
If both tables have a ColID column, your query will give you an error....
July 3, 2008 at 3:01 am
I thought the topic was dead but I guess people still like it 🙂
To answer your questions:
- data will be accessed through a single web app which will offer the...
March 26, 2008 at 4:22 am
ehm stupid question: 1mb is the max file size I presume? If so does it mean the total size of all files doesn't matter (1mb or 1TB same stuff?).
Also,...
March 26, 2008 at 4:05 am
Thank you all for your interesting comments I think I will follow the advice and put the BLOBs on a separate filegroup. Regarding the indexes bit I read somewhere (I...
March 25, 2008 at 7:33 am
thank you all for your input! It helped!
March 24, 2008 at 10:24 am
ok thanks a lot.
I was thinking that as long as we don't perform any searches based on the varchar(max) column, there shouldn't be a problem because we only read...
March 24, 2008 at 10:19 am
Yep thanks,
a friend of mine suggested solving the 'customer isolation' problem by making one filegroup per user (and ending up with one DB split across hundreds of filegroups).
This could...
March 20, 2008 at 7:28 am
Thanks for replying.
Correct. Plan's are specific to a DB.
-> so I suppose that having hundreds of DB's with the same exact DB structure but different data could kill the server...
March 20, 2008 at 4:16 am
Thank you very much for your replies.
Vidhya: I will have a look at the articles you sent me
Mark: I hoped that putting a "GO" after each statement would make it...
June 29, 2007 at 7:00 am
I tried testing with a JDBC connection and the things seem to run faster.
Jeff, if I understood well you generate scripts with bits that are stored in a working table....
June 29, 2007 at 2:23 am
Well I don't know if 16Mb is huge but the problem is that I cannot use QA because it is an automated task which runs in command line. As far...
June 28, 2007 at 9:14 am
I took the exam last week and I used the following guidelines:
- first thing first learn how to identify the sections of the case study that refer to your question....
June 25, 2007 at 5:09 am
Viewing 15 posts - 1 through 15 (of 16 total)