Viewing 7 posts - 1 through 7 (of 7 total)
Thank you Rookie,
The choice I have is --> RAID5 storage for data. There is no way I can separate tables (or database) to by disk (controllers). Everything is going to...
April 26, 2005 at 8:26 am
Monitor the query plan.
Even thou the stored procedure is encrypted you may look at its execution (query) plan and find problematic operations.
March 21, 2005 at 7:13 am
Hello Dan,
You may try to run the SQL Profiler to monitor "Login Audit Failure" events. http://www.sqlservercentral.com/columnists/bkelley/auditingwithsqlprofiler.asp
I am not sure whether it will display proper IP or Host Name...
March 16, 2005 at 6:57 am
Hello,
you may want to read about format files. The bcp or BULK INSERT allow to use so called "format files", where you may specify that delimiter between fields is...
March 4, 2005 at 6:11 am
step 1. clear the transaction log from any transactions
backup log tempdb with truncate_only
step2. make sure the file is empty (size=0), so that you can call ALTER DATABASE
dbcc shrinkfile (TempLog_FileNo2, EMPTYFILE
step3
alter...
February 9, 2005 at 3:33 am
Viewing 7 posts - 1 through 7 (of 7 total)