Viewing 15 posts - 7,621 through 7,635 (of 26,490 total)
If you right clink on the table you wish to insert values into and select script table as > Insert > New Query Editor Window, you will get something like...
May 15, 2013 at 7:42 am
Depending on how quickly the trace files fill up (they are set to grow to a specific size then rollover) and how often you backup those files, it is possible...
May 14, 2013 at 5:43 pm
Me thinks someone is in a bit of pickle here.
Gail, you may want to see if you could help. I can't think of much off hand.
May 14, 2013 at 3:54 pm
No much we can do with the update statement since it joins to a view. We would need to see the DDL for the view and the underlying tables...
May 14, 2013 at 2:31 pm
JC-3113 (5/14/2013)
thanks for the input
that takes me back to my original issue
I am rebuilding indexes on sat night after my full back up
what happens then is that my differentials...
May 14, 2013 at 2:28 pm
Use SUBSTRING or LEFT to only pull the first 50 characters from the source column.
May 14, 2013 at 12:29 pm
Greg Edwards-268690 (5/14/2013)
http://support.microsoft.com/kb/244474http://support.microsoft.com/kb/327825
Read these articles.
Making it easier for others:
May 14, 2013 at 12:02 pm
sqlfriends (5/14/2013)
Any sample code on internet we can take a look?Thanks,
Use Google or Bing, I only wrote the Oracle database code, not the code that accessed it.
May 14, 2013 at 11:58 am
sqlfriends (5/14/2013)
Thanks, that is an article in 2002, I wonder if there is newer technology in it, we really don't want to use linked server option. Thanks,
If you are doing...
May 14, 2013 at 11:55 am
sqlfriends (5/14/2013)
Lynn Pettis (5/14/2013)
May 14, 2013 at 11:31 am
asaini (5/14/2013)
Sales Order NumberAccount NumberLines Per Order
19319-02711
17987-02711
19148-02711
19052-02711
19052-12711
19545-02711
19564-02711
19704-02711
19030-02711
19661-02711
19662-02711
19662-12711
SO-4343 271 3
SO-4313 271 ...
May 14, 2013 at 10:26 am
zouzou (5/14/2013)
May 14, 2013 at 10:24 am
Not much to go on here, especially since we can't see what you see. Care to provide more details, perhaps even post the code for the proc?
May 14, 2013 at 10:12 am
I'd probably have the application do the update, but that's just me. The app could be coded such that the update needs to occur in both or fail if...
May 14, 2013 at 10:10 am
Eugene Elutin (5/14/2013)
Lynn Pettis (5/14/2013)
Eugene Elutin (5/14/2013)
William Gary Wright (5/14/2013)
May 14, 2013 at 10:02 am
Viewing 15 posts - 7,621 through 7,635 (of 26,490 total)