Viewing 15 posts - 7,021 through 7,035 (of 7,164 total)
Did you upgrade the server recently, for example by applying a Service Pack or Cumulative Update and not update the SQL Server Native Client on all the clients running Access?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 7, 2011 at 4:01 pm
I would like to help. Can you please post the DDL for your table and some DML to load it with some usable test data?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 7, 2011 at 3:50 pm
Can you please post the query you're looking to modify and maybe an example of the resultset you would like to see after you modify the query?
Also, what are the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 7, 2011 at 3:32 pm
CELKO (3/6/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 7, 2011 at 3:05 pm
I tried to recreate your issue but was unsuccessful.
Can you please provide:
- version of remote server
- the DDL for your remote table
- the DML to fill the table with the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 7, 2011 at 2:48 pm
You cannot pass a variable into the OPENROWSET function for the query parameter. This is what you have:
...
SET @Cmd = @IpStoredProcName + ' ' + @OpParms
SET @Cmd = 'Set FmtOnly...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 7, 2011 at 2:37 pm
I Googled "xml to tabular resultset using schema" and our ongoing thread is the 8th result 🙂
Thanks for your comments, I can better understand your problem domain now, but I...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 7, 2011 at 10:20 am
Thanks for posting your DDL and DML...I think it might be incomplete however.
SPtiruttani (3/3/2011)
I'm looking for the query to replace zero value from the another row in the same...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 7, 2011 at 10:06 am
DDL = Data Definition Language, i.e. your CREATE TABLE statements.
DML = Data Manipulation Language, i.e. your INSERT statements to build the data in your tables that we will need...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 4, 2011 at 9:57 am
SSMS 2008 R2:
File > Print
Check the box "Include Line Numbers"
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 3, 2011 at 3:44 pm
You could use SQL Agent on your 2005 instance to execute a script that uses the WMI Win32_Process class to execute dtexec on the remote server.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 3, 2011 at 3:37 pm
I have participated in a migration from Sybase to SQL Server...I was handed specific requirements to cleanse and standardize the data during the migration. I evaluated several options including SSIS...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 3, 2011 at 3:33 pm
drew.allen (3/3/2011)
The OP probably didn't look closely enough at the results to notice.
Sure, nor did I obviously 😀
I am trying to further this example to learn how to present multi-level...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 3, 2011 at 3:17 pm
drew.allen (3/3/2011)
opc.three (3/3/2011)
SELECT b.value('(offerId)[1]', 'Int') AS [offer_id],
fr.value('(internetPrice)[1]', 'decimal') AS [internet_price],
fr.value('(newStandPrice)[1]', 'decimal') AS...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 3, 2011 at 2:45 pm
You're very welcome 😀
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 3, 2011 at 2:41 pm
Viewing 15 posts - 7,021 through 7,035 (of 7,164 total)