Viewing 15 posts - 601 through 615 (of 872 total)
You have to restart the SQL Server Service for lock pages in memory to be enabled.
March 24, 2008 at 7:53 am
Here is a small set of data ... honestly, I'm still not entirely sure I understand the full relation yet. This is a 3rd party vendor's application database and something...
March 21, 2008 at 2:39 pm
The question of the day has changed.
Ok, I thought I was going crazy ... I thought that is what the QotD said when I answered it as well ... thanks...
March 21, 2008 at 2:32 pm
Joshua Perry (3/21/2008)
Also, setting trace flag 3608 at startup and running in single user mode are the same thing, so two of the answers are identical.
Not entirely true. Trace flag...
March 21, 2008 at 2:29 pm
Right, which is why I knew I couldn't group ... but in essence, that is what I'm looking for ...
So for example ... this is currently what I'm displaying:
IsParentParentWorkOrderNo
10
10
10
10
10
0146385
0146385
0182639
0182639
0182639
0182639
0182639
Basically if...
March 21, 2008 at 2:26 pm
Joshua Perry (3/21/2008)
[font="Courier New"]If you are moving system databases (master, msdb, model, tempdb), you would change the location...
March 21, 2008 at 2:24 pm
Joshua Perry (3/21/2008)
http://technet.microsoft.com/en-us/library/ms345408.aspx
Also, setting trace flag 3608 at startup and running in...
March 21, 2008 at 2:18 pm
SQL can track successful and unsuccessful logins by default ... you have to enable the option, which requires a SQL restart:
USE [master]
GO
EXEC xp_instance_regwrite N'HKEY_LOCAL_MACHINE', N'Software\Microsoft\MSSQLServer\MSSQLServer', N'AuditLevel', REG_DWORD, 3
GO
This can be...
March 21, 2008 at 2:07 pm
I've used several, but definitely prefer RedGate's SQL Compare. They have a free 14 day evaluation version. If you end up buying it (which you should), ask for Carl from...
March 21, 2008 at 12:57 pm
Yep, nothing has been published yet ... we have so much stuff to do ... so we're doing everything locally for now until we're ready to open up. Pretty excited...
March 21, 2008 at 12:05 pm
Yes ... if you're excluding hardware, that means we're talking about the operating system and SQL Server. There are quite a many reasons to as why SQL could go down.
Again,...
March 21, 2008 at 12:01 pm
Also, is it truly best to separate your non-clustered indexes onto a separate file group, on a different drive?
March 21, 2008 at 11:59 am
Minus tracing, I don't believe there is anyway to accomplish this.
March 21, 2008 at 11:58 am
Sounds like management studio simply got hung ...
Did it only happen once? If so, I wouldn't worry ...
March 21, 2008 at 11:55 am
Marios Philippopoulos (3/19/2008)
Also:Case matters. Refer to your objects in the exact case in which they were created. Not doing so will result in recompilations.
Really? Do you a link for this?...
March 21, 2008 at 11:54 am
Viewing 15 posts - 601 through 615 (of 872 total)