Viewing 15 posts - 2,131 through 2,145 (of 2,436 total)
Interesting ... I ran the same query a few times and have a negative value on only 1 of 4 user databases for one randomly chosen server out of 25....
July 28, 2005 at 11:25 am
I feel you pain Philip ... been there a couple of times before in my career
...
July 28, 2005 at 9:32 am
I've had this problen quite frequently lately (ughh...)
First thing you need to do is download the setspn utility (link below):
http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/setspn-o.asp
Install it on your computer (or server). Next you'll need...
July 26, 2005 at 3:28 pm
... actually not ... '0x0a' (whatever - I think char(10) ) is still valid in SQL server ... you might still be able to find it in some system sp's...
July 26, 2005 at 2:48 pm
We use Trend on all of our servers (200+). 25+ of them are SQL Servers and we have had no issues whatsoever (We also implemented by default Brian's Do's/Don'ts).
July 26, 2005 at 1:37 pm
Just a couple more things to add ...
1) Did you change recovery from 'Full' to 'Simple' on the test server after the restore ?
2) Have you performed a backup/truncate_only on...
July 26, 2005 at 1:31 pm
I have not worked with any of the third party products that perform encryption. A couple of thought though ... have you searched this web site for 'encryption' ? I've...
July 26, 2005 at 12:42 pm
Things stop working because unless you specify the actual port, SQL Server will try to establish communications on UDP port 1434 to try and figure oput the port number itself....
July 26, 2005 at 11:26 am
FYI --> port 1434 is UDP, not TCP. Your network folks may have blocked it to stop things like the 'slammer' virus (albeit a tad late and not necessary internally)....
July 25, 2005 at 3:34 pm
a few more points to ponder ...
Taking the database 'offline' via attach does not delete the underlying .mdf/.ldf/.ndf files. Unless you manage those files you may have disk space issues...
July 25, 2005 at 1:19 pm
For those machines with MSDE you will probably need to find out who the vendior was that supplied the software and their tech support number. I've had to perform this...
July 25, 2005 at 1:09 pm
I'd start using XML format now since MS is going to make it the default in the future (.TDOC .TXLS etc.) ...
July 25, 2005 at 12:55 pm
One additional note ... this is for 'user' databases only. master, model and msdb cannot be restored to different versions.
July 25, 2005 at 12:54 pm
Is the domain account for sql server and the agent service defined to SQL ? If they are, then are they assigned to the sysadmin role ? Also, when you...
July 25, 2005 at 12:52 pm
Viewing 15 posts - 2,131 through 2,145 (of 2,436 total)