Viewing 15 posts - 616 through 630 (of 972 total)
SQLTeam Blog has plenty of scripts for this type of thing. This should be the one you are looking for. They also have ones to use if you need...
August 16, 2010 at 10:31 am
The best option would be to try the command line install. It would allow you to specify what can be installed, down to specific features.
August 16, 2010 at 10:26 am
Itzik Ben-Gan is the best author to look for on T-SQL fundamentals and deep dive things. he has some good books on Amazon for nice price.
August 16, 2010 at 10:15 am
I don't really believe you have taken in Gail's advice completely. You might want to go back and read through from the beginning.
Find out why your logfile is big...
August 14, 2010 at 7:16 pm
Just curious but why do you care about LOGOUTs? If your security hardening is for purposes of policy (company or vendor such as PCI or HIPPA) most only want...
August 13, 2010 at 2:09 pm
The read-me file that comes with the download or is in BOL should suffice in giving you all this information.
Most important thing BACKUP, BACKUP, BACKUP...and not just the databases (especially...
August 13, 2010 at 12:28 pm
Brent Ozar is the expert (or one of them) you can check out this sectin on his blog for documentation to backup your request: http://www.brentozar.com/sql/sql-server-san-best-practices/%5B/url%5D
You might also Bing/Google for Denny...
August 13, 2010 at 8:47 am
Sadly I only had Standard Edition on my Windows 7 so I have not tried installing SQL 2008 R2. If you have exausted Bing/Google and can't find anything you can...
August 13, 2010 at 7:20 am
Something I noticed reading this: Using the DTS Package Migration Wizard
Does it show up under "Other Upgrade Issues"? The upgrade advisor cannot analyze some DTS things in the msdb database,...
August 13, 2010 at 7:17 am
Do you have any databases that show compatibility levels of "80"? It may have done this check if it sees any at that level.
August 12, 2010 at 3:43 pm
I think they had that issue with SQL Server 2008 in Windows 7 but fixed it in SP1. You might try loading the latest CU for SQL Server 2008...
August 12, 2010 at 3:40 pm
If viewing SQL Server Configuration Manager you only see the SQLEXPRESS instance name, then the Standard edition you "installed" did not get installed properly or at all. If in the...
August 12, 2010 at 3:30 pm
This is an article Paul Randal wrote on how Checkpoints work in SQL Server:
How do checkpoints work and what gets logged
In the post he goes into how he views what...
August 10, 2010 at 2:50 pm
ron morgan (7/21/2010)
when setting up a cluster is Sql server installed on each nodes c dirve or is it install on one of the shared san dirves ?
See Brad McGeHee...
August 4, 2010 at 11:36 am
Change the
PRINT @cmd
TO
sp_executesql @cmd
See here for reference (BOL)
Ain't it fun to learn new stuff...unless you are an MCM :w00t: you can always learn something new with SQL Server 😉
July 30, 2010 at 1:46 pm
Viewing 15 posts - 616 through 630 (of 972 total)