Viewing 15 posts - 19,471 through 19,485 (of 19,564 total)
Chris Patton (8/26/2009)
We use the filegroup in question for archived...
August 26, 2009 at 1:07 pm
Nice topic. I have had to use this as well for searching special characters of this type due to the nature in which the application and database were developed...
August 26, 2009 at 1:01 pm
SQL 2005 still supports the following three ways to report data and log space usage for a database:
DBCC SQLPERF ( LOGSPACE ) can tell you...
August 26, 2009 at 11:41 am
This method may be a little longer. Have you considered creating a new filegroup that is readwrite and then moving tables and indexes from the readonly filegroup to the...
August 26, 2009 at 11:18 am
Something we have done in the past is to block apps at the firewall - if you have your database servers in a protected zone.
Another method is to disable the...
August 26, 2009 at 11:07 am
Ouch, have to agree with GSquared. That clustered index scheme should be re-evaluated by the vendor. Setting your fillfactor low and defragging will help this scenario.
August 26, 2009 at 9:26 am
Are you using a service account for the Browser service startup? If so, is that account expired, or password expired?
Also try from a cmd prompt:
ipconfig /flushdns
And then have your...
August 26, 2009 at 9:09 am
Hugo and Hakan, both bring up good points. There may be justifiable cases to not have a clustered index on a table - in an ideal world where one...
August 26, 2009 at 9:03 am
To answer your questions would vary from school to school and employer to employer. What are the hours like - depends on how well you do your job and...
August 25, 2009 at 9:55 pm
With the linked server in play, that is where I would troubleshoot first. You said that the proc does the import and export from within the same Instance, and...
August 25, 2009 at 6:23 pm
This is a decision to be made by the db and server groups within your company.
I prefer to separate SSIS off onto it's own server - we call them process...
August 25, 2009 at 6:19 pm
For those still asking, try the sqlfarms website. There is a script there to download. In order to download you must be a member of the site.
August 25, 2009 at 5:35 pm
RedGate also has a tool called Dependency tracker that could be of some use.
August 25, 2009 at 5:06 pm
Which version of Management Studio are you using and which version of SQL?
Are these connection issues related to trying to connect to SharePoint, WSUS or something like that?
August 25, 2009 at 4:53 pm
Personally I like ER Studio. Thanks to this listing, I am checking out Power Architect now.
August 25, 2009 at 4:48 pm
Viewing 15 posts - 19,471 through 19,485 (of 19,564 total)