Viewing 15 posts - 1,576 through 1,590 (of 5,685 total)
You're most likely going to want to try to use an asynchronous transformation script component in mid-stream. Why asynchronous? Because it's 2 rows for every 1, which isn't...
May 2, 2012 at 2:41 pm
pamozer (4/30/2012)
May 1, 2012 at 3:53 pm
DataAnalyst110 (5/1/2012)
Evil Kraig F (4/30/2012)
May 1, 2012 at 3:50 pm
Greg Edwards-268690 (5/1/2012)
Jeff Moden (5/1/2012)
Evil Kraig F (4/29/2012)
May 1, 2012 at 3:44 pm
tinnusqlserver (4/30/2012)
April 30, 2012 at 5:37 pm
Two things.
1) Create your view as a passthrough query, preferably with the necessary restrictors. That'll help not have to pull the entire table back to access and into memory...
April 30, 2012 at 5:32 pm
Use a derived column that will check for blank spaces and insert the null version of the datatype into the column if that happens.
Basically, for each column, you'll do something...
April 30, 2012 at 5:30 pm
Well, no, not really.
You can either reconstruct the data from an auditing structure which will hold all deltas, or you can set up a process (say, that runs overnight) that...
April 30, 2012 at 4:31 pm
Hey Rich, how's it going? Graduated to partitions since I last saw you, congratz. 🙂
What Gail (and a few of us) really need is a consolidated script that you...
April 30, 2012 at 4:21 pm
sqldba_newbie (4/30/2012)
Minaz Amin (6/11/2009)
April 30, 2012 at 4:08 pm
Until we see the error you're getting this is hard to troubleshoot, however, you might want to take a look at the column and WHERE test the ISNUMERIC(Academic_Score) = 0...
April 30, 2012 at 4:04 pm
pamozer (4/30/2012)
April 30, 2012 at 4:02 pm
dglane (4/30/2012)
That was an interesting article indeed, Evil Kraig F.I would be comparing two tables (vs. a set of variables or one row).
See, a single row, to me anyway, is...
April 30, 2012 at 12:58 pm
TravisDBA (4/30/2012)
April 30, 2012 at 12:49 pm
Safe to assume your Primary Key is also your Clustered index?
April 29, 2012 at 6:19 pm
Viewing 15 posts - 1,576 through 1,590 (of 5,685 total)