Viewing 15 posts - 39,421 through 39,435 (of 39,455 total)
Never seen this and I restore 2-3 servers every week. Granted, they are the same servers.
I'd call MS. Worth the $250 for an exception to find out.
Steve Jones
July 17, 2001 at 12:50 pm
Gotta love those obscure bugs. Sorry for the post, I didn't read the second page.
Anyway, at least MS support is pretty good.
Steve Jones
July 17, 2001 at 12:46 pm
Try
set statistics io on
You will have to somehow capture and parse this information as it is a print output. In QA , check the Messages tab.
Steve Jones
July 17, 2001 at 12:39 pm
Can you set up an Operator and send a test?
Can you set an alert and then fire it off to get an email?
Reaching here...
Steve Jones
July 17, 2001 at 12:28 pm
Encryption is the only possibility. If you are concerned about the security, once you send data on the wire, it is vulnerable, so it must be encrypted at the client.
Also,...
July 17, 2001 at 12:25 pm
Our server setup is:
1 SQL Server 2000 - Production and live site.
1 SQL Server 2000 - Demo Site (also hosts web)
1 SQL Server 2000 - QA, bug db, release db,...
July 16, 2001 at 4:37 pm
My guess is there is a combination of a couple factors.
1. More Oracle physically installed. That accounts for more jobs in general.
2. Oracle is a more complicated product and...
July 16, 2001 at 2:04 pm
If you can, log into the production boxes iwth the SQL Agent account and verify you can send and recieve mail. something may have been lost.
Then log out and...
July 12, 2001 at 11:54 am
July 12, 2001 at 11:52 am
Using encryption is really the only way, however, the encryption needs to occur in the client, so the DATA is encrypted when it is stored and decrypted when it is...
July 12, 2001 at 11:41 am
July 11, 2001 at 5:15 pm
I developed a standards document similar to Michael Hoteks, but more in line with my habits. I am a fan of abbreviations and Proper case, but I have seen some...
July 11, 2001 at 5:13 pm
There is no way to do this with Zero downtime unless you can implement a WAN cluster between the sites. Otherwise, however long it takes to move the dbs is...
July 11, 2001 at 4:14 pm
I've used both of these suggestions, though developers usually prefer burthold's suggestion of using the ADO value.
Steve Jones
July 11, 2001 at 4:05 pm
select '(' + substring( phone, 1, 3) + ') ' + substring( phone, 4, 3) + '-' + substring(phone, 7, 4)
Steve Jones
July 10, 2001 at 3:43 pm
Viewing 15 posts - 39,421 through 39,435 (of 39,455 total)