Viewing 15 posts - 5,176 through 5,190 (of 5,685 total)
Addendum, some googled links on the topic:
The last post of this:
http://www.sqlbi.com/Default.aspx?tabid=72&forumid=12&threadid=665&scope=posts
These all point to making sure the destination is as large as the source, even with manipulation.
This may help a...
October 29, 2010 at 3:04 pm
If I'm reading that right it's not the VARCHAR() causing the problem, it's the INT32 field. Something in the source data is one REALLY big number.
October 29, 2010 at 2:59 pm
GilaMonster (10/29/2010)
Write a query that returns the FirstName and...
October 29, 2010 at 2:57 pm
Wut? You want to autogenerate... a timestamp column?
Are you PURPOSELY coding to obfuscate data? What the heck?
If you need a larger identity column, go to bigint.
If you're trying...
October 29, 2010 at 2:52 pm
Hub/Router fried/shorting? Heartbeat nic cards shorted? I'd look for a physical failure, not a software one, after a massive power failure.
October 29, 2010 at 2:27 pm
andrew gothard (10/29/2010)
October 29, 2010 at 2:18 pm
Serial/Quirky update in a temp table, a while loop, or possibly a recursion cte. I don't have time right now to convert your data into a usable test structure.
If...
October 29, 2010 at 2:02 pm
Andrew above has the best 'simple' method. An alternative would be, when this gets more complex, to include a script object and sequence containers that you enable/disable as necessary...
October 29, 2010 at 2:00 pm
WHERE (@gender = 'B' OR gender = @gender)
October 29, 2010 at 1:46 pm
Michael Valentine Jones (10/29/2010)
October 29, 2010 at 12:52 pm
EDIT: That was a dumb idea on further review.... nixing my first comment.
Check this link:
Seems to have a lot to do with the SQL Server installation, but beyond that, I...
October 29, 2010 at 12:20 pm
Can you confirm that both the indexing and the data volume are the same between the Test and the Prod servers you're getting different results on?
There's more here than blocking,...
October 29, 2010 at 12:17 pm
Heh, meant to say the grants themselves aren't the concern, sorry for that.
That is the beginnings of a perfectly good monster, alright, but I'm curious about the wrapper logic. ...
October 29, 2010 at 11:55 am
I've been through four, but only managed to find *one* auditor who would actually talk to me. They tend to be incredibly tight lipped, but we smoked together a...
October 29, 2010 at 10:53 am
Mymail,
The grant's are the concern, it's the IX (Intent Exclusives) I'm curious about. Beyond that though, the very short description you gave scares the heck out of my inner...
October 28, 2010 at 8:03 pm
Viewing 15 posts - 5,176 through 5,190 (of 5,685 total)