Viewing 15 posts - 1,531 through 1,545 (of 2,897 total)
I try to follow all the best practices , not just some of them.
(Troll)
February 17, 2010 at 9:03 am
Are you expecting us to do your homework ?
If you have a specific legitimate question, then maybe we can help.
February 17, 2010 at 9:02 am
If you use the wizard, you can choose to append to or delete the existing data. With linked server, manually delete the existing data first if you need to.
February 16, 2010 at 12:49 pm
In general, maintenence agreements often permit you to get new releases of the product for free or greatly reduced prices.
February 9, 2010 at 12:33 pm
I did a similar thing as I mentioned above. However, I did not change the system SP. I made a copy with a slightly different name and created it in...
February 2, 2010 at 10:17 am
Are there currently files in the destination folder that should have displayed with "DIR" ? Or is the folder empty ? If the folder is empty, put a test...
January 30, 2010 at 12:52 pm
Yes. Apparently you will improve performace by keeping MSDB small and deleting old backup history. I don't need the t-log history which takes up the bulk of the space, so...
January 29, 2010 at 2:36 pm
I use the backup history information to see growth trends, so I like keeping it. I made a copy of the system stored procedure that deletes the information, and modified...
January 29, 2010 at 11:39 am
Ray K (1/28/2010)
I guarantee that everyone (myself included) is taking one look at your massive block...
January 28, 2010 at 7:37 am
Don't install SQL on their computers.
As stated above, create a login for the website application that only has the access that it needs.
January 28, 2010 at 7:24 am
Anam Verma (1/26/2010)
Sorry, I can't post the table structure and query due to contractual reasons.
It may not matter for this thread, but couldn't you change critical names to something...
January 27, 2010 at 11:42 am
FYI, Online index operations are available only in SQL Server 2005 Enterprise Edition.
January 27, 2010 at 10:02 am
Generally 2 files are created to improve performance by spreading the data onto multiple disks or arrays. Or it can be done because of space limits on a drive and...
January 26, 2010 at 5:06 am
Please tell me everything:
http://www.sqlservercentral.com/Forums/Topic852819-146-1.aspx
January 25, 2010 at 10:11 am
If the data files are all in the same file group, then no. Data could be spread among several data files.
January 25, 2010 at 9:17 am
Viewing 15 posts - 1,531 through 1,545 (of 2,897 total)