Viewing 15 posts - 10,141 through 10,155 (of 15,381 total)
Also there needs to be some rationale more than just name for when there are more than 1 child rows.
Consider this:
select * from #oldAccount where Name = 'MyAccount1' order by...
November 5, 2012 at 2:09 pm
Zeev Kazhdan (11/5/2012)
You're correct - the values for #oldAccount.newId and #oldAccount.newParentId will come from #newAccount.Id and #newAccount.ParentId respectively. An only common field between the two tables is NameThank you
But can...
November 5, 2012 at 1:46 pm
goelshobhit79 (11/5/2012)
hiii also prepare for 70-461 so plzz provide me softcopy of book r dumps if u have plzzz
thnks in advance
my id- goelshobhit79@gmail.com
dumps violate the agreement with...
November 5, 2012 at 1:34 pm
Also given the sheer number of columns you are going to have a number of these that are mostly null. You should take a look at sparse columns.
http://msdn.microsoft.com/en-us/library/cc280604%28v=sql.105%29.aspx
November 5, 2012 at 12:46 pm
harri.reddy (11/5/2012)
i need to create table with 1000 column with varchar(100), for every column.
is there any way i can do it faster,instead of doing it manually and writing each of...
November 5, 2012 at 12:15 pm
Zeev Kazhdan (11/5/2012)
At the moment I'm only able to update #oldAccount table with newId and...
November 5, 2012 at 11:16 am
Zeev Kazhdan (11/5/2012)
Point taken - have updated my original post
Thanks for the ddl and sample data. I still have no idea what you are trying to do here.
November 5, 2012 at 10:55 am
Oksana March (11/5/2012)
I have a dilemma and need your advice.
We have a customer that runs a report that retrieves very detailed data and takes about 5 minutes to...
November 5, 2012 at 10:27 am
Your question and the details are very clear to you. Unfortunately we don't know what your tables or data looks like and we not familiar with your project. We need...
November 5, 2012 at 10:23 am
jerome.morris (11/5/2012)
November 5, 2012 at 9:50 am
yogi123 (11/5/2012)
HelloI need to delete 1000 rows from table and it should do it batch wise.
means
i need to loop delete statement that delete top 1000 rows.
please help me
Why do you...
November 5, 2012 at 9:45 am
Resender (11/5/2012)
Quick question
I got a table with a varchar(20) field as primary key
the result has to be
W0001
W0002
....
The data is coming from existing tables and I'm using a merge...
November 5, 2012 at 9:38 am
jerome.morris (11/5/2012)
November 5, 2012 at 9:31 am
dwilliscp (11/5/2012)
November 5, 2012 at 9:16 am
DiverKas (11/5/2012)
sanjay.dakolia (11/5/2012)
hi,i want to insert image into sql server using sql query. please help.
thanks in advance
sanjay
It is generally considered bad practice to store images in...
November 5, 2012 at 8:54 am
Viewing 15 posts - 10,141 through 10,155 (of 15,381 total)