Viewing 15 posts - 211 through 225 (of 334 total)
I am curious to know the version of outlook.
SQL Server 2005 Books Online |
How to: Configure Mail Profiles... |
July 10, 2006 at 1:22 am
I am suspecting client tools installation.
Are you able to use same client to created task on other servers?
July 10, 2006 at 1:01 am
quick question....
Are you installing from CD? If yes, Please copy CD1 to disk and name it as Server and copy CD2 to disk by name Tools.
After that please run...
July 10, 2006 at 12:50 am
Have a quick look at create database command (you said you created by script) I am sure that there is something worng with that...
July 9, 2006 at 7:05 am
Looks interesting...
Lets run below query on destination server and post output here.
SELECT dbnamelength = DATALENGTH(name), name FROM master..sysdatabases WITH (NOLOCK)
GO
I am suspecting that you have blank space some where...
July 9, 2006 at 7:03 am
For slow performance, first thing I would like is at execution plan.
Do we have some datatype conversion which is going on? I remember I posted this KB earlier.
Lets see...
July 9, 2006 at 6:54 am
CREATE PROC [ EDURE ] procedure_name [ ; number ]
[ { @parameter data_type }
[ VARYING ] [ = default ] [ OUTPUT ]
] [ ,...n ]
[...
July 5, 2006 at 9:35 am
I think you may need to look at sqlstp.log file under %WINDOWS% folder.
July 5, 2006 at 9:33 am
i am not clear with the problem. you want to create a text file using SQL Server?
July 5, 2006 at 9:31 am
It doesnot look like SQL is crashed because of this error.
you are running SQL 7.0? its pretty old
What is the level of...
July 2, 2006 at 8:35 am
Paul,
Looks like you are getting hit by MSDTC default security settings for Windows 2003.
Anyway, lets try below.
a. Click Start, and then click Run.
b. In the Run dialog box,...
July 2, 2006 at 8:18 am
what is view definition?
please post output of
sp_helptext 'view_name'
Can you run only select query inside view definitions. It will be tricky to debug without data. Lets see if we can...
June 27, 2006 at 10:00 am
1. Right now you have SQL 2000 and SQL 2005 installed on this machine?
2. if you have *only* rebuildM.exe missing, you can safely copy (make sure that source server has...
June 27, 2006 at 9:56 am
Thats really interesting...
1. From where you have taken the backup? same server?
2. Was the backup taken by SQL Query Analyzer / Enterprise Manager earlier?
3. Can you restore the database on some...
June 27, 2006 at 9:52 am
Viewing 15 posts - 211 through 225 (of 334 total)