Viewing 15 posts - 376 through 390 (of 433 total)
This is a very good KB on connectivity to SQL Server.
http://support.microsoft.com/kb/827422/en-us
Minaz Amin
February 7, 2007 at 3:02 am
Try Adding the SQL Server machine name in the " Client netwrok utility"
Hope this help....
February 6, 2007 at 5:25 am
>> Did you checked the sql agent log ? what does it says?
>> Have you enabled the lightweight pooling ?
>> What is version of the SQL server @@version ?
Minaz Amin
February 6, 2007 at 5:17 am
DBCC log ( {dbid|dbname}, [, type={-1|0|1|2|3|4}] ) |
PARAMETERS:
Dbid or dbname - Enter either the dbid or the name of the database
in question.
type - is the type of...
February 2, 2007 at 1:31 am
Hi,
There are few points to consider before
Please refer to the following luinks for more information:
http://support.microsoft.com/kb/314546/en-us
http://support.microsoft.com/kb/224071/en-us
Minaz Amin
February 2, 2007 at 1:21 am
Hi,
SQL Profiler will be helpfull as it audit security events and audit events. Security events include database access and data access.
We will be able to view which...
February 2, 2007 at 12:23 am
Well try this :
Create a new table to store the error number/type, message , description, Query text and date
If @@error is not zero then insert the error information into this...
February 1, 2007 at 3:33 am
Hi,
This link have more information on the error you receive :
http://support.microsoft.com/kb/811889
Minaz Amin
February 1, 2007 at 2:52 am
Agreed with MohammedU
Please check these links for more info on connection issues
http://support.microsoft.com/kb/840219/en-us
http://support.microsoft.com/kb/827422/
Minaz Amin
February 1, 2007 at 2:38 am
Hi,
Create a sqldiag.txt file which will have all the list of the error by date and even the system configuration etc details.
1. open the cmd prompt
2. Navigate to C:\Program Files\Microsoft...
February 1, 2007 at 1:04 am
Hi BOB,
Wish you a very happy new year I am a great Fan of yours.
Minaz AMin
February 1, 2007 at 12:59 am
Cause :
-> ' Double Hop ' issue authentication !
-> IPSec policy is enabled !
-> Named Instance then agreed with Uddin to force port number along with the instance name.
Link for...
January 29, 2007 at 1:41 am
January 25, 2007 at 2:20 am
Do you have the same named database as mentioned in your sql restore statement
Check if the path is correct
Minaz Amin
January 25, 2007 at 2:12 am
Please give more information so that it will be easy to help you.
1. What is the error message?
2. Is it a SQL Serevr backup or used a 3rd party...
January 25, 2007 at 2:10 am
Viewing 15 posts - 376 through 390 (of 433 total)