Viewing 15 posts - 16 through 30 (of 63 total)
rVadim (8/14/2012)
Are there any triggers on those tables?
No triggers.
August 14, 2012 at 3:30 pm
SJanki (7/27/2012)
Lynn Pettis (7/27/2012)
Looks like a permissions issue, SQL Server can't read from the directory of C:\ZZZ.So where shall I put the backup file?
I copied the file here-->
C:\Program Files (x86)\Microsoft...
July 27, 2012 at 1:23 pm
Lynn Pettis (7/27/2012)
Looks like a permissions issue, SQL Server can't read from the directory of C:\ZZZ.
So where shall I put the backup file?
July 27, 2012 at 1:19 pm
GSquared (7/26/2012)
Are any of the queries on it dynamic? Either full-on dynamic SQL, or Linq or anything like that?
No, the queries are not dynamic.
Can a dynamic query be a...
July 26, 2012 at 3:30 pm
SQLKnowItAll (7/26/2012)
July 26, 2012 at 2:15 pm
Charmer (6/25/2012)
Can you show me an example of how exactly the output that you need?...So that i can think of it....so help me to help you..
Hello, The problem was resolved....
June 25, 2012 at 8:24 am
SJanki (6/23/2012)
Charmer (12/10/2011)
hxkresl (12/9/2011)
June 23, 2012 at 2:01 pm
Charmer (12/10/2011)
hxkresl (12/9/2011)
June 23, 2012 at 2:00 pm
Rock from VbCity (6/21/2012)
The solution listed on the previous post has the following dependencies:
Its logic is based on information found within the Excel file; the user should not replace columns...
June 21, 2012 at 9:19 pm
SJanki (6/11/2012)
I want to deploy the package into test server , shall I remove this attribute?
Thanks
~SJ
Please ignore...
June 11, 2012 at 3:48 pm
Eugene Elutin (5/17/2012)
May 17, 2012 at 12:22 pm
Mark-101232 (2/10/2012)
DECLARE @t TABLE(PNumber VARCHAR(2),ReasonCode VARCHAR(2))
INSERT INTO @t(PNumber,ReasonCode)
SELECT 'P1', 'E1' UNION ALL
SELECT 'P1', 'E1' UNION ALL
--SELECT 'P1', 'D1' UNION ALL
SELECT 'P1', 'D1' UNION ALL
SELECT 'P1', 'D1' UNION ALL
SELECT 'P2', 'E1'...
February 10, 2012 at 9:28 am
Bill Jones-317510 (1/20/2012)
I have the same problem with a rather large flatfile. Did anyone get a fix for the problem of adding and moving column markers?
I found the...
January 22, 2012 at 6:16 am
SJanki (10/15/2011)
I have a fixed width flat file having 1300 positions and 165 columns.........
Data conversion failed, data conversion for column 0 returned status value 4 . Text was truncated or...
October 15, 2011 at 11:14 am
Viewing 15 posts - 16 through 30 (of 63 total)