Viewing 15 posts - 14,716 through 14,730 (of 39,900 total)
Added to the list.
I've given up on searching that way, and only search using site search, unchecking boxes.
December 14, 2011 at 1:33 pm
Without seeing more sp_who output, you can't determine that the checkpoint is blocking everyone. I might recommend you get a script for the block tree, or get sp_whoisactive and use...
December 14, 2011 at 1:33 pm
Bru has the right idea. Depending on the load of I/O for your files, I'd move either the log files or tempdb to reduce contention. That assumes you have I/O...
December 14, 2011 at 1:30 pm
OK, slightly confused. It would help to provide sample data.
Do you want the most common value on a day, or all duplicates? Meaning, if I have this
CREATE TABLE...
December 14, 2011 at 1:27 pm
xp_cmdshell will allow you to call some things.
The code inside SQL Server are not the same as say the code from a C# or VB program. You don't have an...
December 14, 2011 at 1:13 pm
This lists the default level as 1, out of 11 possible levels. 0 is no compression, which is the same as a native backup.
https://support.quest.com/search/SolutionDetail.aspx?id=SOL14764
If you are looking for a percentage...
December 14, 2011 at 1:12 pm
I don't think this is a wide problem, and I have rarely seen anyone complaining about the checkpoint process.
If you run SP_who, is it there you see the checkpoint process...
December 14, 2011 at 9:48 am
jcrawf02 (12/14/2011)
December 14, 2011 at 9:37 am
You are doing things backwards. Don't manage the admins this way.
If you don't need or want BuiltIn\Administrators as admins, then remove that group from the logins. However, before you do...
December 14, 2011 at 9:00 am
SQLRNNR (12/13/2011)
About due for a Pantsectomy :-D:-D:-D:-D
40F in Denver, no need for pants today.:-P
December 13, 2011 at 2:41 pm
Hardly, too many articles to keep track of. :w00t:
That uses SSRS. While that's the preferred method, if you don't have an SSRS server, I don't want to give you another...
December 13, 2011 at 2:18 pm
I would not expect that the client tools work on XP, but I'll try to test.
December 13, 2011 at 8:37 am
Verify the path, if it's not working, include some MSGBOX lines in there, and see what values are being sent for the files and folders. It's basic debugging here for...
December 13, 2011 at 8:32 am
I assume you are backing up your production database, correct? Just copy the latest full backup to the development server.
If you are replacing the databases on the Dev server with...
December 13, 2011 at 8:31 am
database permissions do not cross database boundaries by default. You can enable this, but be aware of the security implications.
December 13, 2011 at 8:28 am
Viewing 15 posts - 14,716 through 14,730 (of 39,900 total)