Viewing 5 posts - 1 through 5 (of 5 total)
Hi,
As you said we can use the SQLCMD to execute operating system commands by indicating the " !! " before the command.
I have created a POC on using OPerating...
September 13, 2011 at 1:29 am
Hi,
I am not clear on what issue are you facing. But I have tried to create a test scenario. I have taken 1 test table and Test excel file. Test...
September 12, 2011 at 1:48 am
ramakantshankar (6/14/2011)
I have created same scenario using the data discussed in your question as below:
CREATE TABLE PIVOTING(NAME VARCHAR(4),DATE DATE, SIZE INTEGER);
INSERT INTO PIVOTING
SELECT * FROM (
SELECT 'AAAA' NAME,...
June 14, 2011 at 11:53 pm
Hi Rajesh,
I have created same scenario using the data discussed in your question as below:
CREATE TABLE PIVOTING(NAME VARCHAR(4),DATE DATE, SIZE INTEGER);
INSERT INTO PIVOTING
SELECT * FROM (
SELECT 'AAAA' NAME, CAST('04/15/2011'...
June 14, 2011 at 9:31 am
Hi,
You can apply join on the result set of two stored procedure. Following is an example showing the use of OPENQUERY for achieving this:
Syntax of OPENQUERY used in...
April 28, 2011 at 7:26 am
Viewing 5 posts - 1 through 5 (of 5 total)