Viewing 15 posts - 991 through 1,005 (of 1,097 total)
What you should do is create An instead Of trigger for update, so when you try to update the view, depending of what records you try to update, the trigger...
November 4, 2002 at 9:05 pm
Well i think that is 8 kb per each io write operation. I couldn't find any help yet.
November 4, 2002 at 8:44 pm
Check that the sql service account can't still start the services.
October 31, 2002 at 3:47 pm
Any difference within the 3 instances? Wich one did you installed last?
October 31, 2002 at 3:45 pm
The SQL Server Service account must be member of the Local Administrator Group of your Pc. All the locals administrators map directly to the Sysadmin role in SQL Server.
For example,...
October 31, 2002 at 3:15 pm
No you can´t not. Maybe you should buy Log Explorer or check for another log tool.
October 31, 2002 at 2:57 pm
I Think there is not. With profiler you could check the queries and filter some users. But it's not the same.
October 31, 2002 at 2:54 pm
I don't think so. Maybe you will have to recreate the profiles in sql server. After upgrading, post the comment to what happend so we can learn a bit more.
...
October 31, 2002 at 2:45 pm
If you can't backup the databases ten you should attach them once you reinstall sql. After that open the DTS packages from the files.
October 29, 2002 at 5:51 pm
Do you have the data and log files in the disk (.mdf and .ldf)? If you have them after you reinstall SQL you can attach the database with those files.
...
October 29, 2002 at 5:29 pm
You connect with the COM component ADO. You can build a COM dll an use it with the application.
October 29, 2002 at 5:04 pm
SQL manages the deadlocks by it self. Kills one of the locking transaction. It decides this by the most cost significant transactions and the most time running transaction.
So there's nothing...
October 29, 2002 at 4:58 pm
A thread of SQL saves the transactions in buffer cache to the transaction Log(log file on disk). this is automatic, an SQL decide when to execute the thread depending on...
October 29, 2002 at 4:44 pm
Viewing 15 posts - 991 through 1,005 (of 1,097 total)