Viewing 15 posts - 5,206 through 5,220 (of 7,168 total)
terryshamir (8/17/2011)
Unfortunately there is an excel spreadsheet that gets sent to customers who fill it in, when we get it back...
August 17, 2011 at 3:31 pm
What character encoding is used in the file? If the file is UCS-2 (i.e. "Unicode" in Windows-speak) the character may be the Unicode version (UCS-2 0x20A4) and not the Windows-1252...
August 17, 2011 at 2:46 pm
ringovski (8/15/2011)
So my question is what do I do when I move the packages to the live server.
You need to explicitly create the Credential on the prod instance, and link...
August 17, 2011 at 2:21 pm
zsafakhah (8/16/2011)
hnow can delete a backup file in sqlserver2000?
Some options for you in no particular order:
- Use xp_CmdShell to issue a DEL command directly
- Use xp_CmdShell to call a Windows...
August 17, 2011 at 11:57 am
GilaMonster (8/16/2011)
</blatant self-promotion>
Blatant! I love it 😀
Impressive TOC...Chapter 42 alone is worth the coin 😉
August 16, 2011 at 10:31 am
shew (8/13/2011)
August 16, 2011 at 8:44 am
GilaMonster (8/16/2011)
opc.three (8/15/2011)
August 16, 2011 at 7:42 am
It must be in the water or something...it's funny how somewhat rare items tend to surface in bunches on these forums. I turned on 1222 last week and have had...
August 15, 2011 at 5:43 pm
Yikes! I read where running an additional trace, to cast a wider net, was sometimes necessary to see what other SQL was participating in a deadlock. I was most certainly...
August 15, 2011 at 4:14 pm
I am not sure I can solve the issue by changing where PS will look to load a profile script, but I may have a workaround for you. Since this...
August 13, 2011 at 9:22 am
WasimAli (8/10/2011)
Lock Pages in Memory -- is this an option worth trying?
Yes, it is worth turning on. What else is running on the server? It sounds like something else may...
August 11, 2011 at 3:21 pm
CLR can bring a brevity to your code not offered by T-SQL and in some cases can exceed the performance offered by native T-SQL.
Here is one example for a string-concatenation...
August 11, 2011 at 1:37 pm
YSLGuru (8/11/2011)
August 11, 2011 at 1:12 pm
Use a Script Task.
This is not strictly an SSIS problem. You may have better luck finding examples on .NET/Office-specific programming sites. Google/Bing will be your friend.
August 11, 2011 at 10:38 am
MIKEKREIS (8/11/2011)
August 11, 2011 at 10:30 am
Viewing 15 posts - 5,206 through 5,220 (of 7,168 total)