Viewing 15 posts - 16 through 30 (of 53 total)
Good question, I learned something new. Thanks!
June 21, 2010 at 12:44 pm
Gkerscher, I can use the pivot operator too but the problem is that my col2 values are not limited to [A],,[C],[D],[F],[G],[T]. I already have around 500 different values in there...
September 18, 2009 at 12:00 pm
Hi Grant,
I tried using a subquery as well as CTE, the results for ColA3 are not right.
Suppose Table B has 4 rows that need to be inserted into Table A....
January 28, 2009 at 2:42 pm
In SSMS, if you write the statement in 1 line, you get a syntax error:
print 'Hey what''s going on ?';GO 10
But changing it to 2 lines works fine:
print 'Hey...
September 11, 2008 at 12:08 pm
The execution plan for my original query and the derived table query is exactly the same with 50%-50% cost. I am sure that if I add the complexity for multiple...
August 21, 2008 at 4:16 pm
Thanks for the suggestions and the comment about possible multiple values of Col2 for Tab2. I will try different structures and check which execution plan looks better.
August 21, 2008 at 12:47 pm
Thanks for the information Jason!
For now I was doing this on my Development server which is a 32 bit 2005 connecting to 32 bit 2000. But when I move...
August 15, 2008 at 4:19 pm
I am connecting to another SQL Server 2000 instance.
I was using 'Other data source' and 'SQL Native Client' to configure linked server. After looking at Jason's example I changed it...
August 15, 2008 at 2:31 pm
I did add login U1 in security tab under the 'Local Server login to remote server login mappings' section and provided the remote user and remote password there. That did...
August 15, 2008 at 1:46 pm
Andy Warren (7/22/2008)
July 22, 2008 at 12:25 pm
I am looking for a place to specify Block Size for the linked server.
The Network Packet Size for our SQL Server is 8192, I am not sure if linked...
July 2, 2008 at 1:28 pm
Thanks for the headsup MentalWhiteNoise! We actually reboot our SQL Server everyday and so I would have run into this issue pretty soon.
I am doing some testing using DB2OLEDB, IBMDASQL...
July 2, 2008 at 11:30 am
Thanks a lot for the link Jeffrey!!
July 1, 2008 at 8:42 am
only option 2 is the correct answer, option 3 does not give the results in the required format!
June 23, 2008 at 12:36 pm
Viewing 15 posts - 16 through 30 (of 53 total)