Viewing 15 posts - 961 through 975 (of 1,248 total)
I would like to retrieve this info by a script. Any input?
April 13, 2007 at 10:40 am
Did you try to save your profiler in different format and modify it?
April 13, 2007 at 8:44 am
Did you check the connection setting under the SQL Server Properties dialog?
Check the maximum connections and timeout.
April 13, 2007 at 8:34 am
You need to break all connections to get the single user mode. If an account is in an application role, you cannot disconnect it. You have to disable it.
It is...
April 12, 2007 at 9:47 am
After you start your self-designed profiler, you may click File/Save As ...
April 12, 2007 at 9:41 am
Could you change the database recovery mode to SIMPLE before running reindex?
Of course, you need to change it back to FULL after completion.
April 12, 2007 at 9:05 am
Copying a backup file across internet may experience file corruption. If a backup file is corrupted, SQL Server will "feel" confused and takes a longer time than normal to return...
April 12, 2007 at 8:51 am
Yes. It is possible.
You can use sp_addlinkedserver to link each server, then modify password on each server.
April 12, 2007 at 8:28 am
Just my experiences.
The rate of a restore process is in the order 0f 40 GB/hour. Normally, it is in the range between 20 - 60 GB/hour.
To check if your restore is...
April 12, 2007 at 8:26 am
Did you try
SELECT * FROM myTable WHERE comments LIKE '%stuck%'
April 6, 2007 at 10:48 am
I would prefer to use left join in the first query. The reason is what if an employee does not have any dependent, or the data on the dependant has...
April 4, 2007 at 9:19 am
Link the remote server first using sp_addlinkedserver 'remote server'. I assume you have authority in executing the exe on the remote server.
April 4, 2007 at 9:12 am
Before seeing the error: "SuperSocket Info: Bind failed on TCP port 1433", did you change your IP? If so, the following link may help,
April 4, 2007 at 8:41 am
The system error 21 indicates that when the logWriter would like to write logs, a device is not ready. Here is a link for the system errors. To find more information on...
April 4, 2007 at 8:36 am
Viewing 15 posts - 961 through 975 (of 1,248 total)