microsoft.public.sqlserver
RSS FEED IDEMS: www.tech-archive.net: microsoft.public.sqlserver
- Cannot Install SQL Server 2005 Dev edition
microsoft.public.sqlserver: Cannot Install SQL Server 2005 Dev edition
- SQL SERVER 2000: obtain user list
microsoft.public.sqlserver: SQL SERVER 2000: obtain user list
- Aged Debtors User Defined Functions
microsoft.public.sqlserver: Aged Debtors User Defined Functions
- Connection failed error 18452
Summary:
"The user is not associated with a trusted SQL server ... We have a separate server for SQLserver. ... up the user list from the domain server. ...
- SQL 2005 Log Shipping
Summary:
I have a primary database performing log shipping to a secondary ... database and move it into a normal database instead of "Restoring". ...
- Rather urgent: Cannot open user default database. Login failed.
Summary:
When I deploy the application to an IIS server on the same computer, ... Cannot open user default database. ... should be attached to the database server for use outside ... Visual Studio, but I just can't get there. ...
- Broken connection timeout
Summary:
Connected to SQL Server 2000 from a client machine using asp.net ... Started transaction ... Run Thread.Sleep causing the asp.net page to hang ... Physically disconnected the client machine from network while it was ...
- SA Password Change
Summary:
have some very basic SQL server skills and have been asked to change ... the sa password on all SQL installations/instances (we have a SQL ...
- What is Causing a Sudden Increase in User Connections?
Summary:
connections on our database (sometimes 4 to 5 times as many according ... and it seems like the average duration of queries ... Any ideas how we can find out what is causing this sudden increase in ...
- Authentication
Summary:
I am having an authentication issue with a remote ... Our SQL 2000 server resides on a Win 2003 server machine. ...
- Modifying system tables in SQL Server 2005
Summary:
I wanted to know if there is a way to modify the system tables in ... SQL Server 2005, and if yes a way to audit these actions. ... it allows me to do so, but the profiler doesnt report on this action. ...
- how to check if mytable is exist via an asp file
Summary:
i want to create an asp script. ... please advice an asp script. ... table, the table will be a paremeter, and i can run call the ... procedure in an asp file. ...
- drag&drop script into QA vs SQL server 2005
Summary:
when I drag&drop a script into QA when a connection is alredy ... automatically QA starts new conn on same db. ... to gain same behavior with SQL 2005 Management Studio because the ... script is entered in edit mode with no Run available. ...
- Disable clickthrough reports on report builder
Summary:
Somebody know a way to disable clickthrough reports on report builder? ... I can disable on field properties when i create a model with visual ... studio, but when i create a new field with report builder, clickthrough ...
- Error message Subquery returned more than 1 value. This is not permitted when the subquery follows =
Summary:
I am new user to SQL and I am trying to create a sub query. ... (SELECT dbo.tblUserContacts.UsrLNam AS Tech ... dbo.tblUserContacts.UserID = dbo.tblBusAreaContacts.UserID INNER JOIN ...