Viewing 15 posts - 781 through 795 (of 2,640 total)
is the mdf actually in that location on your computer?
December 28, 2007 at 3:23 am
you'd probably do better to check out a windows c# programming book / forum, this is more an application question than a sql server question.
December 28, 2007 at 3:20 am
I'm at a bit of a loss to know exactly what you're asking. The maint plans are for making database and database transaction log backups - you must know what...
December 28, 2007 at 3:18 am
off the top of my head I'd suspect that you can't create the entire exec string during execution, you must create the entire string before the exec statement and then...
December 28, 2007 at 3:15 am
shrinking a mdf file can have serious detrimental effects on your database, if you must shrink the file you should rebuild all your indexes afterwards to get the best chance...
December 28, 2007 at 3:09 am
typically your account will have the correct permissions, the sql service accounts do not. This is pretty basic stuff, have you considered a microsoft training course?
December 28, 2007 at 3:06 am
you might also want to reviit your data structures, I generally take a pretty dim view of massive numbers of joins in queries, you just know as data grows this...
December 28, 2007 at 3:03 am
sorry Jeff I have to disagree, even if the clustered index is on an indentity column then the clustered index is actually the entire table, regardless of the index being...
December 28, 2007 at 2:56 am
or you might be using navision !!
December 28, 2007 at 2:46 am
ah well at least I'm not the only one who encounters poor servers setups and databases! Still I make my living mainly from performance tuning so i shouldn't comlain!
December 22, 2007 at 4:49 pm
this may have no relevance but if you're running SSMS from a client have you service packed the client tools on the workstation? It seems most patch their servers but...
December 21, 2007 at 7:37 am
if you script out the proc from both databases are the set options the same either side? ansi nulls and quoted identifier changes can cause havoc with the query plans.
are...
December 21, 2007 at 7:33 am
I wasn't having a go it's just that I can't believe that a production database wouldn't have an update stats job run every day( night / quiet period / whatever...
December 21, 2007 at 7:22 am
I'd suggest you buy the sql 2000 performance tuning manual - sorry not got isbn to hand.
I'd also recommend Idera SQL Diagnostic Manager
December 21, 2007 at 5:04 am
is this a test? Surely you'd run this yourself through profiler etc.and see what happens?
December 21, 2007 at 5:02 am
Viewing 15 posts - 781 through 795 (of 2,640 total)