Viewing 15 posts - 331 through 345 (of 568 total)
Hello,
Are all the records in the file 4000 characters long or is there one, or more, records that are only 3640 characters long?
Regards,
John Marsh
December 28, 2008 at 8:00 pm
Hello,
What results do you get if the Where clause uses the following syntax:-
WHERE @TagSelected = t.[TagTitle]
And you call the SP as follows:-
Exec GetProductsByTagTable @TagSelected = N'????'
What Data-Type is the column...
December 20, 2008 at 4:55 pm
Hello,
Did you already take a look at this MS Page on DW Design Best Practices:
http://msdn.microsoft.com/en-us/isv/bb190492.aspx
Regards,
John Marsh
December 17, 2008 at 8:32 pm
Hello again,
I still guess at a permissions issue. If you run SQL Agent under your Domain Account, does the Maintenance Job fail?
Regards,
John Marsh
December 10, 2008 at 1:36 am
Hello again,
Did you follow the steps in the article for producing more detailed error information e.g. logging to a file?
Without any more information it will be hard to resolve this...
December 10, 2008 at 12:38 am
Hello,
Have you considered using sp_msforeachdb as an alternative solution?
Regards,
John Marsh
December 9, 2008 at 11:54 pm
Hello,
Please see the following Article on how to troubleshoot Deadlocks:
http://blogs.msdn.com/bartd/archive/2006/09/09/747119.aspx
Regards,
John Marsh
December 9, 2008 at 11:45 pm
Hello,
Please see the following MS Article on how to troubleshoot Maintenance Plans:
http://support.microsoft.com/kb/288577
Regards,
John Marsh
December 9, 2008 at 11:36 pm
Hello again,
From BOL it seems you can only use Included columns in a Create Index statement i.e. not in an Add Constraint statement.
Regards,
John Marsh
December 9, 2008 at 5:27 am
Hello,
I am not 100 percent sure what you want to do. Could you possibly list the indexes and constraints that you currently have (fields, index/constraint-type, clustered or not) and then...
December 9, 2008 at 12:06 am
Hello,
In SQL 2000, it is possible to disallow Page Level locks for an Index. Please see the BOL Topic “Customizing Locking for an Index”.
Regards,
John Marsh
December 8, 2008 at 11:28 pm
Hello,
If you are using a specific set of credentials to access a Linked Server then the password that you use must be the one that exists on the remote server....
November 25, 2008 at 3:39 am
Hello,
I use RedGate’s SQL Compare to check for differences between two DBs. It isn’t free, but it does also include a nice synchronisation function for the price.
Regards,
John Marsh
PS: Alternatively you...
November 24, 2008 at 3:42 am
Hello again,
Thanks for the update. Glad to hear that it is working now.
Best regards,
John Marsh
November 24, 2008 at 3:27 am
Hello,
Scalar UDFs (user defined functions) can be inefficient (Please see this article: http://sqlblogcasts.com/blogs/simons/archive/2008/11/03/TSQL-Scalar-functions-are-evil-.aspx)
You would probably be better off creating a look-up table and joining to this in your...
November 21, 2008 at 2:49 am
Viewing 15 posts - 331 through 345 (of 568 total)