Viewing 15 posts - 1,171 through 1,185 (of 7,168 total)
Are you issuing a series of INSERT statements or are you using something like an OLE DB Destination from SSIS? If the former, then check the N prefix mentioned earlier....
May 3, 2013 at 1:16 pm
Just curious, why are you choosing to add partitioning to your table?
May 3, 2013 at 1:11 pm
Never heard of such a thing. Sounds like someone was under pressure to put something, anything, out there as a solution to a problem they could not solve, but what...
May 3, 2013 at 1:08 pm
abhas (5/3/2013)
I am trying to run below simple query. I am trying to pass comma separated string into my query but its not working. if i pass single value...
May 3, 2013 at 1:03 pm
SQLspy (5/2/2013)
I was wondering if you would be willing to share the relevant portions of your code to do this RAISERROR logging?Thanks in advance
I misread your PM. Sorry, I do...
May 3, 2013 at 10:50 am
Jeffrey Williams 3188 (5/2/2013)
You need to also be aware that any explicit transactions - with explicit rollbacks will also roll back any of these messages that are being logged.
To clarify,...
May 3, 2013 at 10:37 am
Just to add to what Jeffrey said, if performance is of primary concern and you have a little time to tune the SSIS you can play around with adjusting the...
May 3, 2013 at 10:33 am
Please do not cross-post. Direct replies here:
http://www.sqlservercentral.com/Forums/Topic1448864-364-1.aspx
May 3, 2013 at 10:23 am
Thanks for sharing your success story. I like that in the end you got a working solution that serves your users and your company well. That's what we do.
While I...
May 3, 2013 at 8:03 am
You will need to loop over *.* but inside the loop you can setup a dummy Script Task that has no custom code in it just for the sake of...
May 2, 2013 at 5:51 pm
Try something like this instead:
Add-PSSnapin SqlServerCmdletSnapin100 -ErrorAction SilentlyContinue
Add-PSSnapin SqlServerProviderSnapin100 -ErrorAction SilentlyContinue
$searchTerm = "something"
# note the second entry is for a default instance so you would only change the word "server"...
May 2, 2013 at 5:25 pm
Is this a recurring need?
If not, I do this kind of impact analysis using a multi-query window in SSMS and running a "find" proc that can search the metadata of...
May 2, 2013 at 4:29 pm
L' Eomot Inversé (5/2/2013)
SQLRNNR (5/2/2013)
CDONTSCDOSYS
System.Net.Mail
May 2, 2013 at 4:05 pm
If you post your PowerShell code I can help you port it to VB.net which you can use inside a SSIS Script Task.
May 2, 2013 at 10:02 am
Viewing 15 posts - 1,171 through 1,185 (of 7,168 total)