Viewing 15 posts - 961 through 975 (of 5,504 total)
Another information that has been asked for is the actual execution plan.
As a pot shot I would probably extract the relevant data from Medication and Allergy into a temp table...
September 16, 2011 at 10:49 am
GilaMonster (9/16/2011)
Another request:
I'm bunking tonight and starting the rewrite of my rather old (and second-ever) article Managing Transaction...
September 16, 2011 at 9:37 am
Here's what Rusanu answered:
Some internal tasks follow a pattern of starting a transaction, looking for work to do, exit if no work. When they do so they are causing the...
September 16, 2011 at 9:18 am
What exactly is the problem? Is there any error message?
What is the output of select * from @qtttab in the "problem section"?
If there are more than one row in @qtttab...
September 16, 2011 at 6:39 am
As per Remus Rusanu the increase of the counter is harmless and is no indication of a problem. Once I have permission I'll post his reply.
His explanation and what you've...
September 15, 2011 at 1:03 pm
komal145 (9/14/2011)
I have to do something in report using this table.
That doesn't really answer the questions.
There are several things wrong with the table design as well as the concept in...
September 14, 2011 at 2:38 pm
Just leaves a few more questions to answer 😉
September 14, 2011 at 1:20 pm
What exactly is your question?
And what is the purpose of this table? To me it seems a little strange....
September 14, 2011 at 1:18 pm
Grant Fritchey (9/14/2011)
I'm tasked with writing another article. This one is all about the scary,...
September 14, 2011 at 1:13 pm
First of all, please provide the table def for #CustomerInfo so your script can actually be used (we would have to guess the data type you're using).
Also, please note that...
September 14, 2011 at 1:07 pm
Unfortunately, the dummy data are still not valid.
But here's an example of what you might look for (as a side note: please notice how I present the sample data...
September 14, 2011 at 10:02 am
ALZDBA (9/14/2011)
We get to hear "Ho, ho, hoo" at SQLPASS 2011 !!!!http://www.sqlservercentral.com/articles/Exceptional+DBA+Awards/75988/
Congratulations Jeff !!
Very well deserved, Jeff!!
Thank you for you continous help. I've learned a lot from your posts and...
September 14, 2011 at 7:29 am
Please be a little more specific.
Usually, you would use SELECT col1, col2 ... FROM YourTable.
But that sounds too basic to be the question here... Or are we talking about homework?
September 14, 2011 at 5:10 am
Unfortunately, SQL 2000 doesn't offer that many options.
One solution I can think of is to use a function.
An example can be found at Adam Machanics blog
September 14, 2011 at 2:00 am
David Walker-409102 (9/13/2011)
September 14, 2011 at 1:11 am
Viewing 15 posts - 961 through 975 (of 5,504 total)