Viewing 15 posts - 10,366 through 10,380 (of 13,874 total)
Seems like you are maybe not the first to experience this. Have a look here and maybe you'll find some clues.
Was an eval version ever installed on this server?
November 1, 2012 at 3:32 pm
OK, I doubled up on the slashes within the path, and put four slashes at the beginning to indicate the UNC path. My expression evaluates to this.
\\johnson\clientFTP\users\UBM\ATOM\GEN_V2_DAT_ENT_IUXA9_PRE_20121101_888888.txt
I set the connection...
November 1, 2012 at 2:15 pm
SQLCrazyCertified (11/1/2012)
Please let me know if you could help.
Error: 2012-10-31 01:00:14.73
Code: 0xC0000033
Source:...
November 1, 2012 at 2:08 pm
cmcc (11/1/2012)
Didn't work.
Getting this
...is too long. Maximum length is 128.
I use a view for the data, which is short enough.
It's getting the column names output that is causing me...
November 1, 2012 at 9:51 am
dwain.c (10/31/2012)
28.kanikasoni (10/31/2012)
Hi,Thanks 4 ur solution but I am getting error in order clause
Incorrect syntax near the keyword 'order'.
Incorrect syntax near the keyword 'ELSE'.
Incorrect syntax near the keyword 'ELSE'.
Try removing...
November 1, 2012 at 1:58 am
Not that I've tried, but it looks like this will work:
1) Create a File System Task.
2) Change Operation to 'Create directory'
3) Change Use Directory If Exists to true.
4) Set the...
October 31, 2012 at 10:13 am
A very simple Script Task could check whether the folder exists and if not, create it.
Then do your file copy.
October 31, 2012 at 9:35 am
Pink123 (10/31/2012)
Executed as user: Test\SQLService. t" property not set correctly, parameters not set correctly, or connection...
October 31, 2012 at 7:54 am
Just add the CASE construct to your SELECT. The CASE construct can be made more compact too:
select distinct VacancyInternalID
,VacancyTitle
,null ParentInternalID
,null GeoLocation
,
order = (
case @SortFieldIndexConfig
when 2
then VacancyTitle
else VacancyInternalID
end
)
from Vacancy.TB_Vacancy va
inner join...
October 31, 2012 at 4:25 am
Any help?
Recompile the script using the Script Component Editor?
October 30, 2012 at 11:29 am
Elliott Berkihiser (10/29/2012)
This runs fine in my set-up:
Select * from OpenQuery(MyLinkedServer,'Declare @name varchar(50) Set @name=''RemoteDB'' Select * from sys.databases where name=@name')
Note the declaration...
October 29, 2012 at 8:39 am
harri.reddy (10/25/2012)
TH*4.2*857463*01**20091015*1045*P**~~IS*7564*ORACLE~
i have two table
table : TH
ID TH1 TH2 TH3 ...
October 25, 2012 at 9:51 am
bobd125 (10/25/2012)
October 25, 2012 at 7:02 am
dwilliscp (10/23/2012)
October 23, 2012 at 1:47 pm
Suppose you have a large database and lots of users. Using the update method, I doubt that two users can pull the same report...running sum, at the same time.
I...
October 23, 2012 at 12:56 am
Viewing 15 posts - 10,366 through 10,380 (of 13,874 total)