Viewing 15 posts - 5,836 through 5,850 (of 6,105 total)
Were there other processes going on such as backups being run, etc? If so, was some of this backup traffic impacting the network (is the network switched)?
K. Brian Kelley
January 23, 2002 at 12:43 pm
There are a several possibilities which could explain the difference in query time (and they aren't limited to these examples):
A) One query was blocked by an exclusive lock on the...
January 23, 2002 at 10:22 am
Are you speaking of the instructions titled "How to configure Analysis Services for the Web" in Books OnLine where you copy the msolap.asp file to \inetpub\wwwroot\ directory?
K. Brian Kelley
January 23, 2002 at 7:23 am
It really depends on the type of conditional processing that needs to be done. Does it involve computed columns, string manipulation, or array comparisons? In some cases...
January 23, 2002 at 7:12 am
Yes, it looks like you've got the hang of it!
K. Brian Kelley
January 22, 2002 at 3:23 pm
This is a long shot... are the collations different on the columns EmployeePayNumber and TAA_FINAL_APPROVAL_PAY_NO?
K. Brian Kelley
January 22, 2002 at 2:40 pm
Aside from Steve's question, the answer you can choose which columns to return by specifying the columns by name. Don't do a SELECT *. Do instead a SELECT...
January 22, 2002 at 2:32 pm
In SQL, since we use single quotes to mark the beginning and end of character strings, we have to double up the single quotes when we intend for single quotes...
January 22, 2002 at 2:22 pm
The only way I've found is to build a dynamic string and pass it through EXEC or sp_executesql (and this gets nasty on the single quotes for string parameters). ...
January 22, 2002 at 2:15 pm
If I'm understanding your question right, you have the following situation:
Ser1 linked to Ser2.
Impersonate authentication.
Using NT authentication.
And you are seeing a failure.
Are you trying to access the linked...
January 22, 2002 at 1:56 pm
This is the primary purpose for ISNULL, to replace a NULL value with some other value. Is there a restriction which prevents you from using it?
K. Brian Kelley
January 22, 2002 at 7:56 am
What version of SQL Server are you using?
K. Brian Kelley
January 22, 2002 at 7:52 am
OK, the firewall has been eliminated as the root problem since another system within the firewall has the same issue. Are there any applicable error messages in the event...
January 22, 2002 at 7:50 am
Could the clustered index have been created with the STATISTICS_NORECOMPUTE option?
K. Brian Kelley
January 22, 2002 at 7:46 am
I'm not aware of any, but I can't recall off hand if MDAC 2.5 drivers for SQL Server support Named Instances. I know we have apps in production in...
January 22, 2002 at 7:21 am
Viewing 15 posts - 5,836 through 5,850 (of 6,105 total)