Viewing 15 posts - 826 through 840 (of 1,248 total)
Here is a link related to your question. Hopefully, it will be helpful.
http://www.exforsys.com/forum/microsoft-crm/65955-kdc-error-11-spn.html
January 9, 2008 at 8:07 pm
Create an import data job using All Tasks, ....
Save as DTS
Then, modify it.
January 9, 2008 at 12:05 pm
You may try the following script.
SELECT OBJECT_NAME(rkeyid) ReferencedTable FROM sysreferences WHERE fkeyid = OBJECT_ID('yourTableName')
January 9, 2008 at 10:52 am
I am afraid that you cannot find it in the Query Analyzer. SQL Server returns roles with an ID for the each user-defined role.
January 8, 2008 at 1:56 pm
You may check if you can start your SQL Service from the services console. Check if you can use an account to start it.
It may also happens because of improper...
January 8, 2008 at 1:22 pm
Did you check the installation log file.
January 7, 2008 at 8:49 am
How about
DBCC SHRINKDATABASE ('tempdb')
January 7, 2008 at 8:46 am
The setting is saved in the database, master. If you do not specify the setting in creating a new datbase, your newly created database will have the same setting as...
January 7, 2008 at 8:42 am
That is what I mean. You can try to install either from the command line or from setup.exe on your Windows. If it still fails, please check your installation log...
January 5, 2008 at 8:43 pm
If you stopped in the middle of an installation or uninstall an existing one, you may have to reboot your machine to install a new one.
January 5, 2008 at 8:00 pm
If I were you, I would like to try the following.
1. Try to optimize the queries.
2. Retrieve data in parts, i.e., separate your data migration in parts.
January 3, 2008 at 8:39 pm
The question is not well defined.
If there is a syntax error, we can run check syntax.
If there is a logical error, we can run stored procedure debugger.
If there is...
January 3, 2008 at 8:35 pm
You need also check total byte of your record (row). Remember the max bytes of a row is 8000. If the total bytes of your row exceed this value, your...
January 3, 2008 at 8:31 pm
Disk space might be an issue. Did you keep your backups for a certain period? If so, please check the disk space. The network drive needs to have at least...
January 3, 2008 at 8:26 pm
Viewing 15 posts - 826 through 840 (of 1,248 total)