Viewing 15 posts - 931 through 945 (of 1,166 total)
Thanks Robert good point...
I didn't read it before...
I think DDL trigger only works for create and alter statements...sp_rename uses " EXEC %%Object(ID = @objid).SetName(Name = @newname)" statement to rename the table...
December 15, 2006 at 12:49 pm
To minimize the down time:
If you are installing sql 2005 on new server to migrate from different sql 2000 box... Backup/Restore will reduce the down time...
If you are installing sql...
December 15, 2006 at 12:08 pm
Looks the widows AT command help...
You can exeucte AT commad with the help of xp_cmdshell if you want to do with sql server...
December 14, 2006 at 1:34 pm
A) there are settings within the config of the MSSQL install to better manage data traffic using the 32-bit version,
I don't think there any specail configuration you need for...
December 14, 2006 at 1:12 pm
Yes, condolences will be required...sooner or later...
I have two of them each 250+GB but they are not even 100 million...
December 14, 2006 at 1:09 pm
December 14, 2006 at 12:31 pm
It is xp_cmdshell not xp_commandshell...
From BOL:
xp_cmdshell operates synchronously. Control is not returned until the command shell command completes.
When you grant execute permissions to users, the users can execute any operating-system...
December 14, 2006 at 12:29 pm
December 14, 2006 at 12:18 pm
There is no sql agent in SQL Express edition...
I believe you can create a bactch file using OSQL utility and execute that batch file using the widows/Task scheduler...
December 14, 2006 at 12:09 pm
Last PASS conference Kalen Delaney or some other MVP was mentioning to be very careful (don't use) while using NOLOCK...
Using the NOLOCK decision is totally upto your own decision based...
December 14, 2006 at 12:07 pm
Use database mail configuration wizard or procedures...
http://msdn2.microsoft.com/en-us/library/ms177215.aspx
Database Mail Configuration Stored Procedures
http://msdn2.microsoft.com/en-us/library/ms175862.aspx
http://msdn2.microsoft.com/en-us/library/ms190307.aspx
December 14, 2006 at 11:47 am
Did you BULK_INSERT/Linked server queries to load the data... you can totally aoid SSIS package...
Are you loading from text files are from sql tables?
December 14, 2006 at 11:29 am
If I'm reading this right, the online index operation using the "ALTER INDEX" statement can fail on ANY table with a clustered index. Is that correct? If so, that seems pretty...
December 14, 2006 at 11:25 am
It is better to change the autogrow configuration as advised but if you don't have the access...
You can reduce your batch size to 1/10/100 instead of 1000 row in single...
December 14, 2006 at 11:22 am
And also you should know database activity...
It depends on the data inserted into your db...
If you want spend money there is tool from Quest which provides Trend Analysis...
December 14, 2006 at 11:18 am
Viewing 15 posts - 931 through 945 (of 1,166 total)