Viewing 15 posts - 301 through 315 (of 360 total)
that's always a good call. Otherwise they won't be able to log in 🙂
~bot
November 4, 2008 at 7:56 pm
iqtedar (11/4/2008)
November 4, 2008 at 7:33 pm
I'll throw my hat in too.
The main thing I would do would be to determine the transactions that are growing the tempdb to that size. You can use DMV's...
October 30, 2008 at 7:00 am
Matt Miller (10/29/2008)
- The point of being in FULL recovery is to do point in time restores. If you DON'T want to do point in time...
October 29, 2008 at 4:11 pm
Andy Warren (10/29/2008)
October 29, 2008 at 10:35 am
I'll bet you auto checkpointed because of your recovery interval setting.
I'm assuming you have 'truncate log on checkpoint' turned on?
You can run a trace to verify this theory.
October 28, 2008 at 8:12 pm
I believe DENY VIEW DEFINITION will do the trick for most things.
Here's the MSDN article that will explain what you can and can't do with it.
http://msdn.microsoft.com/en-us/library/ms187113(SQL.90).aspx
October 28, 2008 at 7:54 pm
Michael Earl (10/27/2008)
October 28, 2008 at 7:42 pm
That makes sense.
32 bit SQL Server is running in 32 bit emulation mode on the X64 platform.
Everything in its execution space would then run in 32 bit emulation mode, so...
October 28, 2008 at 7:27 pm
scott vandenelzen (10/24/2008)
the code posted we incomplete. can we get the entire thing 🙂
IT's all there. Did you see the scroll bar in the code section?
October 28, 2008 at 7:16 am
That's pretty tight, thanks Ryan.
I don't use tally but I might investigate it. Something about adding a table to avoid loops smells a tad like hackery to this robot...
October 28, 2008 at 7:15 am
The ANSI settings in agent are different than in an interactive session, that's another thing I can think of.
It would have to be the perfect storm, but things like returning...
October 22, 2008 at 8:27 pm
I have bad news for you: that just won't work.
Try one of these:
Find a different 64 bit driver, get a 32 bit server, or pray that someone has written a...
October 22, 2008 at 8:03 pm
Try using The DMV's to tell you what indexes need to be built (or dropped)
The output of this query can be interpreted according to Microsoft best practices:
Index Advantage above 5k...
October 22, 2008 at 7:52 pm
I think this is a kerberos delegation problem.
You'll need to set a SPN for the SQL Server in order to pass-through your credentials.
~BOT
October 22, 2008 at 3:02 pm
Viewing 15 posts - 301 through 315 (of 360 total)