Viewing 15 posts - 781 through 795 (of 1,132 total)
The special keyword "DEFAULT VALUES" is part of the SQL Standard with usage of:
Insert into dbo.Transactions DEFAULT VALUES
December 9, 2005 at 2:44 pm
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...
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
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...
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...
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...
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 ?
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 ?
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 ?
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 ?
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...
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...
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, ...
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, ...
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, ...
December 8, 2005 at 1:57 pm
Viewing 15 posts - 781 through 795 (of 1,132 total)