Viewing 15 posts - 301 through 315 (of 335 total)
Col1 Col2 Col3 Col4 Col5 Col6
ted
This is what I got in the result.
I have 50000 rows in my original table
Thanks
February 12, 2010 at 1:56 pm
If there are multiple delimiters in the substring ... how do I modify the query ?
Thanks
February 12, 2010 at 12:22 pm
With CTE .... in sql 2000 gives me a syntax error...any other way of doing this ?
Server: Msg 156, Level 15, State 1, Line 13
Incorrect syntax near the keyword...
February 10, 2010 at 5:45 pm
How do I import the text file into 2 different tables using SSIS .
The consistent data into 1 table and the other inconsistent data rows into a different table .
February 4, 2010 at 4:56 pm
those are the columns
a b c d e f
a b c d e f
a b c d e f g h
a b c d e f
a b...
February 2, 2010 at 10:46 am
Apparently I wouldn't have asked if I wanted to import into 1 column 🙂
columns are
February 2, 2010 at 10:44 am
My SSIS package extracts data from the database and dumps it into a textfile with timestamps.There is job which runs this SSIS package every hour.I have to mail each of...
December 14, 2009 at 10:49 am
Can you plz elaborate on the process.
Thanks
December 10, 2009 at 5:02 pm
Issue has been resolved.
Thanks
December 9, 2009 at 4:14 pm
Yes under sql agent . I believe with admin rights....Want to verify about how to check if the sql agent is running this job with admin rights ?
Thanks
November 25, 2009 at 10:40 am
Under file system.The package is running on the server .
November 25, 2009 at 10:34 am
I asked since UI is not an option as far as I am concerned.
Thanks
October 28, 2009 at 2:15 pm
Suppose this is my stored procedure
CREATE PROCEDURE [dbo].[usp_test]
AS
select * from emp
GO
How do I export the results to an excel file with the name of the excel file changing every...
October 26, 2009 at 11:37 am
How do I check if the proxy user has the necessary permissions / privileges
Thanks
October 20, 2009 at 4:16 pm
Exactly 1 column(datecolumn).
The output I need from a t-sql query is in this format .
Datecolumn ...
October 16, 2009 at 6:33 pm
Viewing 15 posts - 301 through 315 (of 335 total)