Viewing 15 posts - 6,481 through 6,495 (of 7,164 total)
Jason, your solution, while it may produce the correct result, will inevitably perform very poorly when run against a large set of data. I would offer one tweak to trade...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2011 at 6:07 am
Rob Schripsema (5/10/2011)
You have relatively wide records with clustered indexes. If the order of the data in the clustering index fields...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 10, 2011 at 4:50 pm
PHXHoward (5/10/2011)
I gave the row a name 'test' and then it ran.
It adds a new row for each application.
instanceid application
417row test=",Application1
417row test=",Application2
418row test=",Application3
instead of
417 ...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 10, 2011 at 2:58 pm
armm1388 (5/10/2011)
but source bank is sqlserver 2000 and destination is sqlserver 2008.therefor by backup and restore . it can't be done . system give error.
what is the solution?
It can be...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 10, 2011 at 2:36 pm
Yep, that works as well.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 10, 2011 at 2:09 pm
Try this:
$dt | select-object Name,Version,ServicePack,Edition | Export-csv C:\DBAScripts\Test.csv -NoTypeInformation
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 10, 2011 at 11:11 am
Syed Jahanzaib Bin hassan (5/10/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 10, 2011 at 10:41 am
kr.nithin (5/5/2011)
The scenario is that I have got around 30 SP's to be executed & my manager wants me to create a single batch file for all the SP's. Please...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 10, 2011 at 9:02 am
facticatech (5/10/2011)
- How many tables?
6 . Already mentioned.
You did, sorry I missed that.
facticatech (5/10/2011)
- How are the inserts being done? OLE DB destination, Calling a stored procedure for each...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 10, 2011 at 6:56 am
freewarefw (5/10/2011)
here the order of execution :
1)-run file migrate_all.cmd that execute the command :
call CheckSQLVersion %1 %2 %3 %4 %5
@if %errorlevel%...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 10, 2011 at 6:45 am
I was just researching Median on SQL Server last week. Here is a good series of articles from some very qualified folks where a back-and-forth discussion broke out on the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 9, 2011 at 9:45 pm
apat (9/10/2010)
select group_concat (Col1 order by field(Col2,8,13,15,53,55,6,73)) as FinalColumn from TestTable
Are you sure that's your SQL statement on MySQL? GROUP_CONCAT is an aggregate function so the SELECT statement that makes...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 9, 2011 at 9:36 pm
You will have to provide a lot more detail before anyone will be able to provide a solid recommendation on how to improve your situation.
Here are some initial questions...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 9, 2011 at 1:52 pm
Have you tried surrounding the parameter values with double-quotes?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 9, 2011 at 1:10 pm
Dave23 (5/4/2011)
Forfiles -p E:\backups\test /m *.bak...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 6, 2011 at 7:14 pm
Viewing 15 posts - 6,481 through 6,495 (of 7,164 total)