Viewing 15 posts - 676 through 690 (of 1,219 total)
Jeff Moden (9/2/2013)
I guess "possible" depends a lot on whether or not you consider the "Quirky Update" to be a form of ordered aggregate or not
If by "quirky update" you...
September 3, 2013 at 1:45 am
It's difficult to understand what you have problem with when you only describe the query rather than showing the code.
But the query you posted can be simplified by adding another...
September 2, 2013 at 4:19 pm
Jeff Moden (9/2/2013)
Same goes for another atypical method (the "Multi-Pass" update) that a chap by the name of "Hugo" wrote.
I assume that you mean set-based iteration. That is by no...
September 2, 2013 at 4:14 pm
Unfortunately, this is one of the drawbacks with working set-based. If you insert rows one a time, finding the bad data is trivial. But that is of course far less...
September 2, 2013 at 3:58 pm
hoseam (9/1/2013)
Can some give me an idea how can I create and implement a strategy to fill the missing/incorrect values for the gender column
Visit the persons and interview them to...
September 2, 2013 at 3:53 pm
You are at a site which is devoted to SQL Server, but it is not apparent where SQL Server comes into play here. Maybe it is a Sharepoint forum you...
September 2, 2013 at 3:48 pm
My head spins...
If I understand it correctly, you have a table with bit values and you want to make some sort of comparison, and you think that a varbinary(MAX) is...
September 2, 2013 at 3:46 pm
When I said INSERT statements, I did mean INSERT statements. That would have given you a tested solution. This is an untested solution to what I think (i.e. guess) what...
September 2, 2013 at 3:28 pm
Kind of? One thing is for sure. If you don't know what you want, chances that we will know are slim.
In any case, please post the CREATE TABLE statement for...
September 2, 2013 at 1:56 pm
dwain.c (9/2/2013)
September 2, 2013 at 1:51 pm
There is a wee bit too much information missing in your post. I don't even see where the trigger would come into play.
As a start can you post the CREATE...
September 2, 2013 at 9:27 am
Assuming that there are tables defineing the Categories and AreaCodes, you can do this:
CREATE TABLE #teammap (Category char(1) NOT NULL,
...
September 2, 2013 at 7:39 am
Either you specify the password at the prompt, or you use the -P option.
September 2, 2013 at 7:18 am
Not sure what you mean. When I run the batch you posted and my query, I do get the same results from both queries, no matter whether @match is 0...
September 2, 2013 at 4:53 am
I don't know your application, so I can only make speculations. Nor do I know why think you actually think this is a problem. That is, my assumption is that...
September 2, 2013 at 3:23 am
Viewing 15 posts - 676 through 690 (of 1,219 total)