Viewing 15 posts - 1 through 15 (of 15 total)
you are welcome, and besides sql azure topics are always interesting.
best regards,
tonci korsano
January 23, 2013 at 12:17 pm
hi there,
i just found out there is no sql agent in sql azure.
so to run scheduled sql code in sql azure, you need a windows azure worker role.
this link
-->
November 16, 2012 at 8:18 am
i forgot to say something very important.
i apologize for all inaccuracies i have written in this thread, as these inaccuracies might mislead to wrong conclusions, which goes against the purpose...
May 11, 2012 at 2:02 pm
i am sure you are right because i saw it.
maybe if a table is about 167 millions of rows, which i saw happening, then it takes more than a second.
so,...
May 11, 2012 at 11:54 am
hi there,
here is the answer --> https://www.google.com/#hl=en&sa=X&psj=1&ei=70OtT53nCYKy8ASUwrWXDQ&ved=0CBgQvwUoAQ&q=(sqlbulkcopy+OR+bcp)+(%22no+logging%22+OR+%22does+not+log%22)&spell=1&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.,cf.osb&fp=356e729b7a15c7f0&biw=1280&bih=891
or just put in google.com
(sqlbulkcopy OR bcp) ("no logging" OR "does not log")
this is really a web search... even though it...
May 11, 2012 at 11:06 am
hi there,
your suggestions are all fine.
bulk copy is always fast because it doesn't log (it is like saying it doesn't use the transaction log). so, if the issue is not...
May 11, 2012 at 10:39 am
hi there,
please, make this google saved search:
sqldatareader vs dataset performance
you could try sqldatareader.
it uses a server-side cursor.
you have to close your sqldatareader object once you are finished with it.
scrolling of...
March 20, 2012 at 10:52 am
hi there,
i know about round robin because of chess tournaments.
it is like everybody against everybody, but in chess is double turn because once you play as white and one more...
January 11, 2012 at 11:02 am
hi there,
instead of concatenating your strings with str1 +=, use stringbuilder class.
in this way, you will shorten execution time.
here are examples of using stringbuilder class: http://www.google.com/#sclient=psy&hl=en&biw=1280&bih=899&source=hp&q=stringbuilder+.net+example+c%23&aq=f&aqi=&aql=&oq=&pbx=1&bav=on.2,or.r_gc.r_pw.&fp=f6843edb09e9953a
good luck,
tonci korsano
May 19, 2011 at 9:21 am
hi again,
i haven't used sqldecimal ever, but if precision property didn't work, you might want to try method SqlDecimal.ConvertToPrecScale() in your return value.
here is an example of this method -->...
March 1, 2011 at 10:41 am
hi there,
you might want to try this --> [Microsoft.SqlServer.Server.SqlFacet(Precision = 18, Scale = 2)]SqlDecimal val, [Microsoft.SqlServer.Server.SqlFacet(Precision = 18, Scale = 2)]SqlDecimal nullVal
i haven't ever tried this, but sqldecima data type...
March 1, 2011 at 10:14 am
hi there,
maybe your assembly is supposed to go inside "program files (x86)" folder.
maybe you need to build that assembly project, with visual studio, to target x64 environment in a separate...
August 17, 2010 at 11:23 am
hi there,
i think that option might be under -o switch.
something like -oConnectTimeout=<a whole number>.
i haven't used sftp though, but i can see this in man from linux, like --> man...
July 23, 2010 at 3:14 pm
i guess it can be done from a ssis package with a script task and replace method of string class.
best regards,
tonci.
July 20, 2010 at 3:22 pm
hi arshad,
we are already using the same logic you explained for sql server 2005.
we don't have sql server 2000, so we don't have to call a stored procedure recursively.
we have...
March 19, 2010 at 11:37 am
Viewing 15 posts - 1 through 15 (of 15 total)