Viewing 15 posts - 19,276 through 19,290 (of 19,564 total)
ekant_alone (10/28/2009)
I have one more question for you. As you said
"SQL holds a list of logons and passwords which...
October 28, 2009 at 10:25 am
Finding the people who may know the SA password is another issue that you will need to treat more like a persistent audit.
To track that you may try a for...
October 28, 2009 at 10:14 am
And yet another more costly option is to buy a 3rd party app that does data comparison (i.e. Redgate Data compare).
However, there are so many tools readily available that have...
October 28, 2009 at 10:10 am
Jack Corbett (10/27/2009)
Grant Fritchey (10/27/2009)
Bob Hovious 24601 (10/27/2009)
I stumbled into it, but that's just because I'm willing to go stumbling around in the dark. 😉
Well now that I can...
October 28, 2009 at 10:06 am
I would be a little concerned on two fronts:
1) Possibly the neighbor has a child and has noticed things happening to the child, reported it to the daycare center and...
October 28, 2009 at 10:01 am
Bob Hovious 24601 (10/27/2009)
October 27, 2009 at 5:38 pm
GilaMonster (10/23/2009)
CirquedeSQLeil (10/23/2009)
repent_kog_is_near (10/23/2009)
Is the Density column in SHOW_STATISTICS stored in any DMV, so I can see the values for all the index in one shot.
You can try the table...
October 23, 2009 at 4:05 pm
repent_kog_is_near (10/23/2009)
If not, is there any other suggestions...
October 23, 2009 at 2:27 pm
Jeffrey Williams-493691 (10/23/2009)
CirquedeSQLeil (10/23/2009)
October 23, 2009 at 1:45 pm
based on experience, we have had the SAN occasionally decide that it was going to consume too many resources to resize the disk - and occasionally it has rebooted. ...
October 23, 2009 at 12:26 pm
Once you have created the 'MYUSER' login, you then need to create that user in the database. Through the GUI, this can be accomplished by double-clicking your user under...
October 23, 2009 at 12:00 pm
Yes, put the logs on the san. When a SAN is available it is not uncommon to put the database files (data and log) onto the SAN and leave...
October 23, 2009 at 11:53 am
One hint would be to take the last CTE sample provided on the link.
Combine that with your subquery. My preference would be to take the subquery out and combine...
October 23, 2009 at 11:31 am
I found nothing in the WMI, other than the list of my installed instances.
Since sqlcmd checks UDP 1434 to see if there will be a response (and that can't be...
October 22, 2009 at 2:53 pm
Viewing 15 posts - 19,276 through 19,290 (of 19,564 total)