Viewing 15 posts - 4,321 through 4,335 (of 6,105 total)
At this point, I'm scratching my head. The system is handling authentication just fine... this would seem to indicate that there's a potential problem with SQL Server, one I've not...
May 20, 2003 at 9:44 am
The SQL Server computer account is what may be fried. This is just a stab. When I say administrator, I mean the Windows administrator account.
You know, before going down that...
May 20, 2003 at 9:08 am
Query Analyzer connects to a server and you specify a database. A data source is in ODBC. Are the databases the same?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL...
May 20, 2003 at 7:57 am
It might be possible with other vendors.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
May 20, 2003 at 7:56 am
We typically say Microsoft Sequel Server but on the other side it is My Ess Que El. Both ways are considered valid. ![]()
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to...
May 20, 2003 at 7:15 am
That's adaptive format and Microsoft varies on whether or not a test is in adaptive format. Check at http://www.cramsession.com/ to see what the most recent version of the test are.
K....
May 20, 2003 at 7:12 am
Within T-SQL, I would get a sev 16 error and that would be all she wrote. I ended up putting ADO code in a DTS package. That's one option.
Another option...
May 20, 2003 at 7:09 am
Removing a node only handles the physical node. The cluster is still intact in that case, just running on a single physical node (I think some refer to this as...
May 20, 2003 at 7:04 am
Have you run a DBCC CHECKDB() on JDE_Production?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
May 20, 2003 at 7:01 am
You always have the option attacking this via other methods:
1) In Windows 2000, you can set the service to restart itself (services.msc). This is the easiest approach.
2) You can have...
May 20, 2003 at 7:00 am
Yup, sure have. And I've been in this position as a systems administrator with responsibility over the enterprise no authority. That's just as bad.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish...
May 20, 2003 at 6:57 am
1) Check to make sure users are logging into the domain, not using an account on their local system. The problems you describe (so far as user logins) happen when...
May 20, 2003 at 6:55 am
Triggers on system tables are unsupported, so that's really not an option. Scheduling a job that checks for the existence of the role and adds it if it's missing is...
May 19, 2003 at 3:19 pm
Undocumented DBCC commands are in an article by Alex Chigrik:
http://www.mssqlcity.com/Articles/Undoc/SQL2000UndocDBCC.htm
It includes the -1 flag for DBCC LOG() but doesn't detail anything more than what you've already seen here.
K. Brian Kelley
http://www.truthsolutions.com/
Author:...
May 19, 2003 at 2:59 pm
What database does the DSN point to? Is it the same as the one you are pointing to in Query Analyzer?
Either the data source has to be configured to...
May 19, 2003 at 2:45 pm
Viewing 15 posts - 4,321 through 4,335 (of 6,105 total)