Viewing 15 posts - 106 through 120 (of 155 total)
is there an option to select/deselect in SQL Server Agent in the installer (I dont remember)? If so, you can add components. If not, I wonder how youavoided installing the...
April 16, 2008 at 4:15 am
if both the servers are standalone ( I mean not part of any domain), create a local login on both the servers, say "SvcSQL" with the same password. Add these...
April 16, 2008 at 3:20 am
when you access the network dive from start--> run --"location", you are using your windows credentials with which you logged in, to access the location. When you run backup to...
April 16, 2008 at 2:59 am
Thabks for a good article. In my previous company, I used to handle near about 300 db servers with data aggregate to 13+TB. I was assigned o build the production...
April 15, 2008 at 3:14 am
open SSMS --> Databases (click the righ button of your mouse) --> tasks --> Generate Scripts.
This will open the wizard. Select your database and click next. In the script options,...
April 12, 2008 at 5:18 am
you can use the blog. Revert back if you have any difficulties.
http://rajanjohn.blogspot.com/2008/04/using-database-mail-in-sql-server-2005.html
April 12, 2008 at 4:12 am
go to ssms and use the generate script for database. In the wizard, initially you can selet what all objects you want to script In the further steps you will...
April 12, 2008 at 4:10 am
what is the isolation level your application is using? you saw these deadlocks only this time, or are you seeing frequently? do you normally do index maintenances?
April 11, 2008 at 2:14 am
I think you can ask your Network Administrator to create an alias for your server name as "project name". thus, any call to http://project_name will resolve to the web server...
April 10, 2008 at 6:36 am
If the growth is a GB per 6 months, you should not be using the autogrow at all, add 3 or 4 of GBs for an year and sit back!...
April 8, 2008 at 8:54 am
rather than forcing the changes manually by us, do we know how sql server internally makes the changes, and how frequently, which component is responsibke for the changes?
April 8, 2008 at 2:36 am
Viewing 15 posts - 106 through 120 (of 155 total)