Viewing 15 posts - 781 through 795 (of 1,131 total)
I have set up tracing on about 80 Servers that runs on a 24x7 basis with the trace being stopped and then restarted once a day and have run into...
SQL = Scarcely Qualifies as a Language
December 9, 2005 at 1:38 pm
For inserts, you can use defaults and for updates, see the article "Triggers for Auditing" at
http://www.sqlservercentral.com/columnists/tsilva/triggersforauditing.asp
SQL = Scarcely Qualifies as a Language
December 9, 2005 at 1:38 am
"It wasn't by the 17 times that Carl claimed (I never do trust CPU times, just elapsed times)"
Actually, the the test results were:
In a two minute duration:
1. Execution counts was...
SQL = Scarcely Qualifies as a Language
December 9, 2005 at 1:04 am
The isql utility does not support Unicode input files.
Alternative solutions are:
1. When you generated the script, change the output from the default of UniCode to Windows.
2. Run...
SQL = Scarcely Qualifies as a Language
December 8, 2005 at 11:33 pm
Do you have any groups that have been denied access ?
If do the deny overrides the grant and the login will not be able to connect.
You can confirm if the...
SQL = Scarcely Qualifies as a Language
December 8, 2005 at 5:16 pm
Does this message appear in the SQL Server log ?
Database log truncated: Database:
If so, someone is executing a "backup log with truncate_only"
Who has sa or database owner rights ?
SQL = Scarcely Qualifies as a Language
December 8, 2005 at 2:42 pm
Does this message appear in the SQL Server log ?
Database log truncated: Database:
If so, someone is executing a "backup log with truncate_only"
Who has sa or database owner rights ?
SQL = Scarcely Qualifies as a Language
December 8, 2005 at 2:39 pm
Does this message appear in the SQL Server log ?
Database log truncated: Database:
If so, someone is executing a "backup log with truncate_only"
Who has sa or database owner rights ?
SQL = Scarcely Qualifies as a Language
December 8, 2005 at 2:33 pm
Does this message appear in the SQL Server log ?
Database log truncated: Database:
If so, someone is executing a "backup log with truncate_only"
Who has sa or database owner rights ?
SQL = Scarcely Qualifies as a Language
December 8, 2005 at 2:32 pm
You can advise SQL Server that the ConcStatus derived column exists by nesting the select in a from. This is easier to read if you indent the nested select.
select...
SQL = Scarcely Qualifies as a Language
December 8, 2005 at 2:28 pm
You can advise SQL Server that the ConcStatus derived column exists by nesting the select in a from. This is easier to read if you indent the nested select.
select...
SQL = Scarcely Qualifies as a Language
December 8, 2005 at 2:27 pm
I have re-done the same performance comparison but captured resource utilization from the sysprocess table instead of using a trace.
On the average CPU Milliseconds with sysprocess versus trace
For UDFs, ...
SQL = Scarcely Qualifies as a Language
December 8, 2005 at 1:59 pm
I have re-done the same performance comparison but captured resource utilization from the sysprocess table instead of using a trace.
On the average CPU Milliseconds with sysprocess versus trace
For UDFs, ...
SQL = Scarcely Qualifies as a Language
December 8, 2005 at 1:57 pm
I have re-done the same performance comparison but captured resource utilization from the sysprocess table instead of using a trace.
On the average CPU Milliseconds with sysprocess versus trace
For UDFs, ...
SQL = Scarcely Qualifies as a Language
December 8, 2005 at 1:57 pm
To clarify:
In a DTS package, if you have a step that is an ActiveX task, you can call a DLL written in any language.
But the ActiveX script is not running...
SQL = Scarcely Qualifies as a Language
December 7, 2005 at 9:20 pm
Viewing 15 posts - 781 through 795 (of 1,131 total)