Viewing 15 posts - 2,071 through 2,085 (of 2,496 total)
I think you should look at your application code, to see what happens when the form is processed prior to updating the database. To me, it looks very likely that...
April 20, 2007 at 3:05 am
Changing the service account PASSWORD using control panel/services should never cause you a problem. The only thing that EM does with the password is to store it in the same registry...
April 20, 2007 at 2:56 am
You need tempdb to be big enough for your daily and peak workload, without it needing to grow while the work is running. You should not plan to shrink tempdb...
April 20, 2007 at 2:48 am
You can get an update to SP4 that just includes the 2040 hotfix. However you should also consider moving to the latest post SP4 hotfix rollup (build 2187). Google will...
April 20, 2007 at 2:31 am
As far as I know, @recipient must refer to a e-mail address, not to a SQL operator.
If you want to put a layer of indirection into the process, you can...
April 19, 2007 at 10:06 am
Your problem appears to be lack of memory for client connections. How many concurrent connections do you need to support? You may be able to fix this by changing some of...
April 19, 2007 at 3:20 am
It seems that some people are confusing two completely different things.
a) Realeasing space in a log file via a log backup
b) Reducing the size of a log file via a...
April 17, 2007 at 3:10 am
If you use PSExec, be aware that it requires that the caller (on server A) be a member of the local Administrators group on the targer (server B). Before building an...
April 17, 2007 at 2:55 am
If you are thinking of using the job completion notification functionality in Agent, then you are stuck with the standard mail format used by Agent.
The best you can do is...
April 17, 2007 at 2:49 am
We run the 2187 level in production without the -T3625 flag. As described in KB 900625, the 3625 flag masks potentially sensitive user data. It is up to you to...
April 17, 2007 at 2:40 am
I had the same issue. It looks like the SP2 install places a new version of the Resource DB and distmdl in the same folder where master.mdf is located. BOL...
April 13, 2007 at 9:29 am
It should work, but I have experienced the following problem...
When SQL Server installs the SQL services, some of the path names are in 8.3 format (e.g. mssqls~1, mssqls~2, etc). I...
April 13, 2007 at 2:58 am
I think you are saying server A is Teradata, server B is Teradata, these are linked to server C which is SQL. You want to join data in server A...
April 12, 2007 at 8:41 am
I would only put SQL on a domain controller if it was the only machine in the domain. It seems you have at least 35 other machines in the domain......
April 12, 2007 at 8:11 am
What does the SQL ERRORLOG file show for the attempted start. Also, is there anything relevant in the Windows System or Application Event Logs?
April 12, 2007 at 7:55 am
Viewing 15 posts - 2,071 through 2,085 (of 2,496 total)