Viewing 15 posts - 1,441 through 1,455 (of 2,436 total)
Being a Hoosier like Jeff (CST near Chicago) I've had to deal with this 'thing' for some time now. The real pain is not Windows or SQL Server nor servers...
March 29, 2006 at 9:46 am
If you are doing SQL Server authentication (using the TCP port default) then you should only need the following ports:
TCP 1433
UDP 1434
March 28, 2006 at 3:14 pm
You probably need to look at your web server logs for more detailed diagnostics.
March 28, 2006 at 11:55 am
to reiterate:
"Locks only keep honest people out!"
March 28, 2006 at 9:26 am
What tool are you using ? What user ID ? If the user ID is 'sa' and you can't get in then you have real issues since it's default database...
March 27, 2006 at 4:51 pm
Here's my 'short list' for tuning:
Round I
DBCC UPDATEUSAGE
UPDATE STATISTICS (with FULL scan) for all tables
exec sp_recompile for all tables
exec sp_refreshview for all views
Round II
DBCC DBREINDEX
...
March 27, 2006 at 4:01 pm
Here's a handy link about the System Tables that no DBA should be without:
http://www.microsoft.com/sql/prodinfo/previousversions/systables.mspx
March 27, 2006 at 3:49 pm
It seems that you've found the soultion. The only different scenario is that of shutting down the initial MSDE instance and taking copies of all the .mdf, .ndf and .ldf...
March 27, 2006 at 3:48 pm
Supply and Demand curves aside ... what we've all forgotten is one of the most basic economic tenets; The "Marginal Propensity to Consume" ... aka The "Pig Principle" ... in...
March 27, 2006 at 3:18 pm
It appears that you are at a juncture and need to make a decision. Based on what I've read you can either "Download the MSDE engine from MS and call...
March 27, 2006 at 2:58 pm
Good valid points Brian ... but one has to remember that:
"Locks only keep honest people out!"
March 27, 2006 at 2:53 pm
Definitely a different perspective ... a keeper for Friday afternoon humor trading ...
March 27, 2006 at 2:51 pm
here's a copuple of handy links as well:
http://support.microsoft.com/default.aspx?scid=kb;en-us;321185#E6ADAAA
http://www.sqlsecurity.com/FAQs/SQLServerVersionDatabase/tabid/63/Default.aspx
March 27, 2006 at 1:54 pm
The concern about 'other' using the accounts to login is a moot one if you 'revoke' 'interactive login' from with Active Directory. The only real issu that I've heard of...
March 27, 2006 at 11:21 am
A few things to add no matter what the source for your 'standards' that really should apply anywhere:
There must be:
March 15, 2006 at 2:43 pm
Viewing 15 posts - 1,441 through 1,455 (of 2,436 total)