Viewing 7 posts - 1 through 7 (of 7 total)
I did not know about the article you mentioned. I was trying to find a solution to split a string without looping and also want to split string from a...
July 30, 2013 at 3:47 pm
Thank you all for your comments. Looks like lot of people are intrested in "making table readonly". Here are some of my reply to some of the comments so far.
1)...
July 30, 2013 at 11:33 am
I have fixed both the schema name and computed column issues and did some quick test. Looks fine now. The new change is posted back (the full script code and...
July 26, 2013 at 1:57 pm
Thank you for checking and using this stored procedure.
I noticed issue 1) before and it is a very simple fix. We need to add the schema name in the dynamic...
July 26, 2013 at 10:28 am
Hi Filipe,
Thank you very much for your comment.
1) You are right, this is the limitation and the input string @string should be of type varchar(2047) instead of varchar(8000). If the...
July 12, 2013 at 9:00 pm
Hi Anthony,
Thank you so much for your feedback and information.
I did not know PartitionManagement.exe before. It is indeed a very useful tool which should be provided by SSIS team.
I write...
July 11, 2013 at 1:07 pm
The exact list of requirement for partition switch seems very long:
http://msdn.Microsoft.com/en-us/library/ms191160(v=sql.105).aspx
That is exactly one reason I am trying to come up with this sp to hide/deal with these...
July 11, 2013 at 12:58 pm
Viewing 7 posts - 1 through 7 (of 7 total)