Viewing 15 posts - 46 through 60 (of 145 total)
it depends 😉
SQL Standard can use all of memory which OS can see. So if you have Windws 2003 Ent (x64/x86) or Windows 2003 Std (x64) you can use 32GB...
September 11, 2009 at 4:05 pm
you can run trace without profiler, is it interesting to you ?
September 11, 2009 at 3:56 pm
maybe transaction isolation level has changed ?
September 11, 2009 at 3:54 pm
it depends. maybe you are looking for high availability? or you want to be more proactive on your monitoring tasks ? there are many options - give us more informations.
September 11, 2009 at 3:38 pm
yeah Solid Quality Learing are real gooooood 😉
September 11, 2009 at 3:35 pm
SSIS or Import/Export wizard is good idea
othere options are:
1) insert/select (but not entire table at once, you should divide it into smaller pieces)
2) use bulk copy to export to file...
September 11, 2009 at 3:31 pm
in case of exists/no exsits - it is the only place where you can use star without loosing performance and maitainability
September 11, 2009 at 3:19 pm
in BOL you can find more information about what LOB_DATA means:
"The LOB_DATA allocation unit contains the data that is stored in columns of type text, ntext, image, varchar(max), nvarchar(max), varbinary(max),...
September 11, 2009 at 3:15 pm
give us more information about procs ? how many core you have assigned to this vm ? adding cores seems to be good idea.
September 11, 2009 at 3:04 pm
Paul - i'm impress! your links .. are awesome ! 😉 can you share some more of them ? email?
September 11, 2009 at 3:01 pm
Yes, bpowers you missed somethin it is called best practicies ;-))
1) you shouldnt shrink database/database files/log files ! there are no reason to do this!
2) what about dbcc checkdb...
September 11, 2009 at 2:47 pm
he dont need to use trace flag. it is possible to add network backup device and then backup to it. you can add this backup device from UI or by...
September 11, 2009 at 2:03 pm
But you can run DBCC checkdb on master database and it perform tests on resource database too. I hope this will help you to keep your resource in a good...
September 11, 2009 at 1:57 pm
Silverfox I think you are wrong - 75% of memory = max server memory ? it may be good for servers with less then 8-12GB RAM, but for biggers boxes?...
September 11, 2009 at 1:16 pm
i think that vinod.km was talking about something else ... "how to use my datatabase (which is in full recovery model) to bring my systemems online"...
the answer is:
1) are you...
September 10, 2009 at 12:38 pm
Viewing 15 posts - 46 through 60 (of 145 total)