Viewing 15 posts - 46 through 60 (of 568 total)
Hello,
Sorry for asking, but just to be sure, is the data in the first ”column” of the import file too wide to fit in the target table’s column?
Regards,
John Marsh
June 19, 2009 at 2:59 am
Hello,
May be take a look at these articles:-
http://www.codeproject.com/KB/database/migrate-mysql-to-mssql.aspx
Regards,
John Marsh
June 19, 2009 at 2:47 am
Hello,
This might be an issue with SQL Server. Take a look at the following link:-
http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=274313
Regards,
John Marsh
June 19, 2009 at 2:39 am
Hello again,
(Sort of) yes - you can consider getting rid of them, but be careful because the counters are reset every time SQL Server is restarted. If that happens very...
June 19, 2009 at 2:25 am
Hello,
To quote BOL "The user_updates counter indicates the level of maintenance on the index caused by insert, update, or delete operations on the underlying table or view“.
i.e. this is normal...
June 19, 2009 at 2:15 am
Hello,
If the issue is related to a lack of system resources, then you could consider setting the SQL Services to auto start in sequential order i.e. to automatically do what...
June 19, 2009 at 2:07 am
Hello again,
I had one more thought: If the Error with State 16 is related, then may be another Maintenance Job is (sometimes) taking the user’s default DB offline. This would...
June 19, 2009 at 1:00 am
Hello Christophe,
We only have two types of weather in Luxembourg - either “sunshine with showers” or “showers with sunshine” 😉
Bonne journée,
John
June 18, 2009 at 11:33 pm
Hello again,
I asked because the SQL Server Agent is not included in the Express edition of SQL Server 2005. I hope you have one of the other Editions.
Regards,
John Marsh
June 18, 2009 at 2:49 am
Hello again,
The message at 23:34:04 could be related.
To quote MS:-
“State=16 means that the incoming user does not have permissions to log into the target database. So for example...
June 18, 2009 at 2:38 am
Hello again,
Is there any Login Failure message or similar in the SQL Server Log around the time that the Step Fails?
Regards,
John Marsh
June 18, 2009 at 2:03 am
Hello,
Unable to connect to SQL Server '(local)'
Do you have the full message, particularly the Error Number and State? These are very useful when trying to diagnose connection issues.
Regards,
John Marsh
June 18, 2009 at 1:50 am
Hello,
I suspect it is a SQL Server Agent Job that you need.
Please see the SQL Server Books Online Topic “Implementing Jobs”.
BTW - Which edition of SQL Server do you have?
Regards,
John...
June 18, 2009 at 1:38 am
Hello,
If you only want to copy data from certain Tables, then may be Replication is what you need.
Regards,
John Marsh
June 18, 2009 at 1:34 am
Hello Christophe,
An interesting point from Carl Federl, though it should not put you off using the Money Data Types for storing Euro values. You just need to be careful what...
June 18, 2009 at 1:07 am
Viewing 15 posts - 46 through 60 (of 568 total)