Viewing 15 posts - 856 through 870 (of 966 total)
Hi, for our Internal Audit findings. They find Windows authentification mode more secure than mixed mode.
That is a matter of opinion. Yes, mixed mode can allow access to users without...
December 8, 2009 at 12:55 pm
Is the maintenance plan always running during non-peak times, or are you running it around the same time frame that you are running checkdb manually? I am just wondering what...
December 7, 2009 at 1:17 pm
I am not an expert on this, but I would think that when you create the Password field that it would be of a datatype like varchar with a limit...
December 7, 2009 at 1:15 pm
I agree with Bru, but once the immediate emergency is resolved you should plan to move the database files off of the C drive. There is already enough I/O contention...
December 7, 2009 at 1:01 pm
Indexes will not have to be rebuilt. Shrinkfile is only releasing white space that was reserved by the database but not actually used. The performance hit will come when the...
December 7, 2009 at 12:58 pm
So, are you still having an issue connecting? Did you install the database engine server component? That is the only way you will be able to connect locally using the...
December 7, 2009 at 12:52 pm
Make sure you are getting both the T-SQL commands and the stored procedures being run against the server.
December 7, 2009 at 12:47 pm
If you haven't created any database objects such as user databases or logins yet, you can use the setup utility to restore the master database. You should not have to...
December 7, 2009 at 12:47 am
If the server has changed I would check with the Exchange admins to ensure that SMTP relaying is enabled for your box.
December 6, 2009 at 6:15 pm
Is that the entire error from the log? I had a similar issue happen with an SCCM instance lately. It came down to a CLR function that was running out...
December 6, 2009 at 6:13 pm
So what is the error message exactly that you are getting when you try and access the instance with the sa account? It could be that you are still in...
December 6, 2009 at 6:09 pm
I am not sure if there is a way with T-SQL to write into Excel, but you can use a scripting language like VBScript or probably PowerShell to read from...
December 3, 2009 at 1:03 pm
Yeah, it would probably be easier to create an empty database on the 2000 box and setup something like a DTS/SSIS package to have the data from the 2008 machine...
December 3, 2009 at 12:59 pm
Seems like this was a bug back in SP2, but was patched in later versions. Without knowing any error details the symptoms sound similar. It may be a matter of...
December 3, 2009 at 7:20 am
I may not be clear on this, but it sounds like you have maint plan jobs running during maintenance windows. If that correct? Can you modify the jobs to not...
December 2, 2009 at 2:00 pm
Viewing 15 posts - 856 through 870 (of 966 total)