Viewing 15 posts - 18,781 through 18,795 (of 19,564 total)
Has the job worked in the past?
Is there adequate disk space on your F: drive?
Please check your error log for messages and post here as Bru requested.
December 11, 2009 at 4:42 pm
Lynn Pettis (12/11/2009)
GSquared (12/11/2009)
December 11, 2009 at 2:50 pm
By the time the thread hits 10,000 y'all will be flatlined, passed out drunk from all the bear being passed around - bwahahaha 10,000 shall be mine (or anybody else's...
December 11, 2009 at 2:50 pm
farax_x (12/9/2009)
my sample query :
SELECT docId,DocSubject,docDate
FROM tblDocument...
December 11, 2009 at 12:56 pm
mmartin1 (12/1/2009)
Try tuning you indexes, NOLOCK is guaranteed to read uncommitted transactions but not necessarily guaranteed to improve performance.
Not to mention the other problems that NOLOCK can cause (double reads...
December 11, 2009 at 12:53 pm
Here's an article about the very topic (table partitioning, reindexing, and VLDBs)
December 11, 2009 at 12:47 pm
In addition to the why that Jeff posted, are you really sure you want to do this? 52 partitions for one table, have you considered the implications - what...
December 11, 2009 at 12:44 pm
How about putting your query into a proc that requires an input parameter?
Then you could do something along the lines of
select LEFT(@string,@left)
Inside the proc.
December 11, 2009 at 12:21 pm
Besides the system databases, don't forget any certificates, master keys or otherwise that need to be backed up separately.
The idea is to be able to get back up and running...
December 11, 2009 at 12:06 pm
At least he retracted and clarified.
December 11, 2009 at 12:03 pm
That makes much more sense
December 11, 2009 at 12:02 pm
In SSMS you can use Database Diagrams. Expand your database, right click the Folder called Database Diagrams and select "New Database Diagram."
Erwin also has a good modeling tool. ...
December 11, 2009 at 10:46 am
To back up what Jonathan said, here is an article that talks about Lock Pages in Memory:
http://blogs.technet.com/askperf/archive/2008/03/25/lock-pages-in-memory-do-you-really-need-it.aspx
December 11, 2009 at 10:40 am
jwa082276 (12/11/2009)
However, in the month I will be moving my data to our san system. I will create one volume for each lun I create; so...
December 11, 2009 at 10:28 am
The last 1000 posts have come much more rapidly than I would have thought with all the holidays.
Steve can have #10,000 if he beats everybody to it:-P
Or should the Thread...
December 11, 2009 at 10:24 am
Viewing 15 posts - 18,781 through 18,795 (of 19,564 total)