Viewing 15 posts - 16 through 30 (of 34 total)
i have written some code to help developers spend less time on scripting basic statements.
the first link is a demonstration of this:
http://www.sqlservercentral.com/scripts/AutoGenerate/65042/
the second one is the actual code that uses...
August 26, 2009 at 12:02 am
to apply this script to every database on the server try using this and modify the script as appropriate:
January 6, 2009 at 11:16 pm
will do so in the new year
December 30, 2008 at 11:13 pm
Hi jim
u should find the find number stored procedure in the master table
try this:
use master
findnumber '%123456%'
i am not sure what you mean in the second part of your question.
Thanks
Chris
December 19, 2008 at 11:20 am
i have another methodology for that one. i will submit it soon as i get back to work.
December 2, 2008 at 12:35 am
thanks thats a useful technique!
November 28, 2008 at 7:12 am
Thanks for the suggestions. i am actually not that experienced in sql and your suggestions have helped me advance my skill. thanks. also please see the post about the temporary...
November 24, 2008 at 12:17 am
perhaps your particular login does not have permissions top create temp tables. instead of using #sp create a table perhaps to accomodate the contents of #sp and modify the code...
November 24, 2008 at 12:01 am
hi guys/girls
try this as an alternative as well
http://www.sqlservercentral.com/scripts/AutoGenerate++++++parameters/64760/
cheers
chris
November 21, 2008 at 3:06 am
this is super simple method of getting the same results:
SELECT * from customer order by newid()
November 19, 2008 at 7:06 am
ok that sound good. will try that.
Thanks
November 19, 2008 at 1:14 am
please refer to
http://www.sqlservercentral.com/scripts/AutoGenerate++++++parameters/64760/
for an updated version
November 5, 2008 at 12:58 am
unfortunately at the time i published this article the data was truncated when i submitted it. unfortunately that stuff is long gone.
basically it worked like this:
i had a table that...
October 22, 2008 at 9:32 am
Hi
Thanks for your reply
to satisfy your curiousity this is displayed in a web application, BUT, the clients also include windows mobile apps and windows apps.
the datagrid that displays this data...
October 22, 2008 at 4:53 am
i have a similar question posted here: http://www.sqlservercentral.com/Forums/Topic585344-145-1.aspx
i am strugling with the exact same question which is what i have paraphrased how to use table data as column names.
if you...
October 14, 2008 at 5:13 am
Viewing 15 posts - 16 through 30 (of 34 total)