Viewing 15 posts - 61 through 75 (of 229 total)
There are a lot of unknowns here, and some of it depends on what tools you have at your disposal. I would personally build an SSIS package to move the...
May 5, 2015 at 1:44 pm
Thanks for the info. I'll definitely go back and batch this op.
May 5, 2015 at 9:57 am
Thanks, Grant. Explaining it as "whatever the smallest integer type it can fit into" gets to the core of what I was asking. Thanks.
FWIW, the reason I asked was that...
April 7, 2015 at 5:13 pm
That's exactly what I needed. Thanks!
March 16, 2015 at 11:29 am
Thanks all, I got some good ideas and new information from the various posts here.
Anyway, What I ended up doing was first run a script to pull the smaller reference...
March 10, 2015 at 12:57 pm
Interesting. I guess I've never come across a place where I saw an nolock being used on a DML statement (I didn't even think it was possible). Thanks for the...
March 9, 2015 at 8:54 pm
I am basing this assumption off the agregate of several articles on MSDN, Stack overflow and SSC
http://www.sqlservercentral.com/Forums/Topic344649-149-1.aspx
plus the article in my OP.
I could be...
March 9, 2015 at 5:59 pm
How, hypothetically would database corruption arise from using nolock?
March 9, 2015 at 3:54 pm
Thanks Matt, now that I think about it, that's probably the right direction to go. That in conjunction with the possibility of setting up nolock'd views is probably enough to...
March 9, 2015 at 3:17 pm
Ill play around with that; thanks. Do you know if theres any way to do it all from one server? its not a huge pain but in a perfect world...
March 9, 2015 at 2:29 pm
Nevyn (3/9/2015)
Can we start with a deeper examination of why you feel nolock is necessary?
No. I'm fully aware of all the implications of NOLOCK and the possibility of dirty reads....
March 9, 2015 at 2:02 pm
Thanks, all! This gave me some useful insight into where that sentiment was coming from.
March 4, 2015 at 1:55 pm
Unfortunately I don't know the answer then. This forum is specifically for SQL Server, not Oracle, so you might have better luck on an Oracle forum.
March 4, 2015 at 12:57 pm
What do you mean "remove the double quote from the script"? Also to_char() is an oracle function IIRC. Are you asking what the SQL Server equivalent is?
March 4, 2015 at 12:45 pm
I know this is a super old thread, but it was extremely helpful in a problem I had at work. Thanks!!
March 3, 2015 at 7:55 pm
Viewing 15 posts - 61 through 75 (of 229 total)