Viewing 15 posts - 44,611 through 44,625 (of 59,095 total)
foxjazz (3/14/2009)
Not having the ability to use non-cursored rowbased loops is a big downfall.
There is a way to do non-cursored row-based loops in T-SQL... the technique is called "pseudo-cursors"...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2009 at 12:29 pm
foxjazz (3/14/2009)
I have a table catagory fields are description, catID, typeID. parentID
another tables queryed with (make, model, yr, engine).
in the category table makes are typeid...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2009 at 12:23 pm
Just thought I run this past you guys...
On the subject of generating two years of test data... there's no need for RBAR. The following will run in about 3...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2009 at 12:14 pm
Rob Fisk (3/13/2009)
Tally table example would be great. PM me since we have already crowded this topic somewhat.
Thought I'd...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2009 at 11:14 am
Goldie Graber (3/13/2009)
1.Remove Script tags and contents
2.Replace all HTML tags with spaces.
3.Replace...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2009 at 11:08 am
thomyes (3/14/2009)
I got the above msg when i tried to run the queries offered as solutions (to my time difference calculation prob. )here .
It simply means that you have data...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2009 at 10:59 am
Such slowness is normally caused by a mistake somewhere in the query... formulas around columns in the WHERE clause will prevent good use of indexes... misunderstanding of the data may...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2009 at 10:49 am
Bob Hovious (3/14/2009)
my requirement is that i have get the details about the parentid's along with the recursive data' in a single join
Test question?
I've been taking buisness requirements for years,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2009 at 10:42 am
Ramesh (3/14/2009)
See this article on Looping, Importing and Archiving files in DTS Packages using ActiveX Script
Just do 3 simple bulk inserts. It's also one of the fastest ways to...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2009 at 10:37 am
Florian Reischl (3/14/2009)
I'm using sql_variant alike Jeff stated for logging. I've got a usp_Log like this:
CREATE PROCEDURE dbo.usp_Log
@msg VARCHAR(4000),
@p1 SQL_VARIANT = NULL,
...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2009 at 8:38 am
Bob Hovious (3/13/2009)
I tried to take the high road for a change. However, I am ready to buy a round for Sergiy 🙂
Heh... Sergiy... I've learned...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2009 at 11:28 pm
foxjazz (3/13/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2009 at 11:18 pm
Steve Jones - Editor (3/13/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2009 at 11:15 pm
GilaMonster (3/13/2009)
Am I being too harsh here?
Absolutely not...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2009 at 11:13 pm
Steve Jones - Editor (3/13/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2009 at 11:00 pm
Viewing 15 posts - 44,611 through 44,625 (of 59,095 total)