Viewing 15 posts - 4,336 through 4,350 (of 7,164 total)
When committed reaches target, visible will reach that same level. Visible and target match on all my instances except 1. Why are you concerned about the visible value? Or just...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 25, 2012 at 9:29 am
Makes sense. Thanks for clarifying.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 25, 2012 at 8:51 am
You still have not provided an actual execution plan. You can save a plan as a .sqlplan file and attach it to the thread.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 25, 2012 at 8:22 am
Chrissy321 (4/25/2012)
would be my best bet.
This is not a paging...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 25, 2012 at 8:18 am
Is the identity column present in the destination? If so you could start your package with an Execute SQL Task to find the MAX value in the destination. Then, using...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 25, 2012 at 8:11 am
You're welcome! I am happy you got a working solution 🙂
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 25, 2012 at 8:08 am
Did you set it to "on change prevent"? Did you enable it after creation?
If you cannot get it, export the policy and attach it to this thread and I'll have...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 25, 2012 at 7:43 am
MisLead (4/24/2012)
opc.three (4/24/2012)
MisLead (4/24/2012)
I could see if you wanted to tear apart ? into two separate bytes so...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 24, 2012 at 5:44 pm
OK, that sounds more sane. I could have understood the example not being representative in terms of the actual characters used, but having the number of characters not be representative...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 24, 2012 at 5:42 pm
I have to throw out a blanket-statement here...sorting is expensive and should be left to the presentation layer where possible. The key being where possible, which leaves me an out...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 24, 2012 at 5:15 pm
MisLead (4/24/2012)
Please refer this. Its exactly what i mean-if you still have some time
Yes, Windows uses a double-byte character set internally, with encoding UCS-2...which is the same encoding SQL Server...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 24, 2012 at 4:46 pm
Re: security holes in pass-through auth (leverages NTLM) existed until recently. Make sure your OS is patched:
Microsoft Security Bulletin MS10-012 - Important > Vulnerabilities in SMB Server Could Allow Remote...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 24, 2012 at 4:27 pm
EXEC sys.xp_logininfo
@acctname = 'domain_name\group_name',
@option = 'members'
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 24, 2012 at 4:19 pm
MisLead (4/24/2012)
Oh Ok. I don't think that serves the purpose then.Let me try to explain you better of the requirement because I think you know this thing well.
Input
???(JAPANESE)--------------------SQL FUNCTION/CODE---------------- ...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 24, 2012 at 4:17 pm
MisLead (4/24/2012)
opc.three (4/24/2012)
MisLead (4/24/2012)
opc.three (4/24/2012)
MisLead (4/24/2012)
opc.three (4/24/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 24, 2012 at 3:35 pm
Viewing 15 posts - 4,336 through 4,350 (of 7,164 total)