Viewing 15 posts - 6,811 through 6,825 (of 15,381 total)
Hi and welcome to the forums. It is difficult to provide you a lot of direction because you didn't provide ddl and sample data for the table. Please take a...
September 16, 2013 at 2:45 pm
FDS_ (9/16/2013)
what does "RBAR processing" means? sry about my ignorance...
Sorry. That is an abbreviation around here (coined by Jeff Moden) that means Row By Agonizing Row. It is used to...
September 16, 2013 at 2:40 pm
SteveEClarke (9/16/2013)
So I have a basic table - 100 Columns - ALL VALUES, when populated, there are NULL values entered instead of 0 ( zero ).
So want to...
September 16, 2013 at 2:37 pm
FDS_ (9/16/2013)
Some process imports the information from a file into a DB table. Here is the thing, i have to take, one by one, the rows of...
September 16, 2013 at 2:29 pm
fernando.desena (9/16/2013)
Hi guys,Can i load a cursor from a procedure?
Like
DECLARE cursor_importedPatients CURSOR FOR
EXEC procedure
Thanks!
No that won't work quite like that. You could create a temp table first and insert into...
September 16, 2013 at 1:20 pm
If you want more specific coding help you will need to post some details about your tables and the data. Normally I would jump on the band wagon about normalizing...
September 16, 2013 at 12:21 pm
The problem now is that you can't handle multiple row transactions. You don't need all those variables. Just get the values from table directly. Remember that a triggers fires once...
September 16, 2013 at 12:08 pm
below86 (9/16/2013)
September 16, 2013 at 12:03 pm
Golden_eye (9/16/2013)
I did a check in my table and I found these duplicates:
Key Month Usage
45 Sept ...
September 16, 2013 at 8:53 am
Jeff Moden (9/15/2013)
dwain.c (9/15/2013)
Jeff Moden (9/15/2013)
http://www.sqlservercentral.com/articles/comma+separated+list/71700/
For future posts, please see the article at the...
September 16, 2013 at 8:35 am
SteveEClarke (9/16/2013)
Is it possible to achieve the following ;
I have a table with say ... 200 Fields and I want to check each field for a value and possibly update...
September 16, 2013 at 8:31 am
Ed Wagner (9/16/2013)[hrThe real question is why you're storing numeric data in a varchar column in the first place.
+1000
Do yourself a massive favor and change your datatype to be appropriate...
September 16, 2013 at 8:29 am
Hi and welcome to the forums. It seems that the query for this should be fairly simple but we need more details to be able to provide an answer. At...
September 16, 2013 at 8:16 am
Edited my code...but the edit was incorrect. 😀
September 16, 2013 at 8:02 am
dwain.c (9/15/2013)
I don't recommend doing the REPLACE in the call to DelimitedSplit8K function. Even though that is an awesome tool, I've run into some unexpected performance issues doing that...
September 16, 2013 at 7:48 am
Viewing 15 posts - 6,811 through 6,825 (of 15,381 total)