Viewing 15 posts - 5,776 through 5,790 (of 7,505 total)
You're completely correct. ![]()
I actualy wanted to point to SET XACT_ABORT ON
This should stop the execution when the first error occurs within a batch...
May 11, 2007 at 6:25 am
Antivirus software performing a systemscan at that timeframe ?
May 10, 2007 at 1:56 pm
We've had some problems using a filebackup software (veritas) that was copying our .bak files at the moment that our backup job started to run.
Because of the folderlock the backupsoftware...
May 10, 2007 at 1:53 pm
- SET ARITHABORT ON
... but I don't want to have to check after every statement.... ![]()
![]()
Don't complain if...
May 10, 2007 at 1:49 pm
- what's your server's ram total ?
- The OS also need ram to manage AWE
- keep in mind that task-manager doesn't show correct figures for awe.
User perfmon to...
May 10, 2007 at 1:45 pm
... By default SQL Server 2005 will generate a 512 bit certificate for this purpose....
Can you point to a reference conferming this ?![]()
May 10, 2007 at 8:04 am
any luck with forcing all connections to be encrypted ?
I'm still able to connect without encryption; our sniffer shows the querytext-dump very nice readable.
May 10, 2007 at 8:01 am
the strange thing is that if I install a SSL-cert at serverside (logged on using the sqlserver service account)
and I only enable TCP/IP and set the SQNNC-properties to only...
May 10, 2007 at 7:30 am
- start a sqlprofiler trace and examine the results
- maybe this can point you in a direction
(I don't know from where I got it , but it shows who is...
May 8, 2007 at 5:52 am
...,
case [new] when -1 then 'NEW'
else ''
end AS NewContract,
case [new] when 'Yes' then [rep name] else '' end AS RepName2, ....
May 7, 2007 at 10:53 am
There's a little inconcistency in the csv.
data for build 9.00.1532 isn't in the same layout as the other ones ! ![]()
(the URL position has shifted...
May 4, 2007 at 12:31 am
Maybe not.
We don't have that many access-apps linked to other engines.
I certainly didn't try that path.
May 2, 2007 at 5:21 am
a database consists of at least one filegroup (called PRIMARY).
- a filegroup is a "container" for db-files.
- If you want to put your "on the fly" tables in the...
April 30, 2007 at 8:12 am
Viewing 15 posts - 5,776 through 5,790 (of 7,505 total)