Viewing 15 posts - 8,521 through 8,535 (of 13,876 total)
nancy.lytle (4/7/2015)
April 7, 2015 at 7:54 am
The final string can be obtained like this
TOKEN("\\\\RLDEVOLP04\\IncomingFiles\\TESTFILES\\FBDET_ZZ_150402054946.txt", "\\",4)
... You can use a combination of findstring and substring to do the rest.
April 7, 2015 at 5:47 am
Nothing? That is impossible. To view any results from the SQL Server engine, you need some sort of client.
So I assume that you mean SQL Server Management Studio. You cannot...
April 7, 2015 at 5:28 am
I think you meant 'tome' rather than 'tomb'!
April 7, 2015 at 5:25 am
MotivateMan1394 (4/7/2015)
I Have a field in my Query Result with this Value : For example "Http://www.sssss.com"
I want To change it to Which User click on it, Directly Open a web...
April 7, 2015 at 2:29 am
Doctor Who 2 (4/5/2015)
I've used SSMS mostly and prefer it. I've not really used SSDT all that much. Can you do things like create SQL Jobs in SSDT?
Technically, I see...
April 6, 2015 at 2:58 am
I should have read the question more closely. My idea would not work because the search strings include spaces.
April 3, 2015 at 5:06 am
The way I would do it is to split the string into its component words using this[/url].
From there, you can do a direct match.
April 3, 2015 at 4:37 am
fw200811 (4/3/2015)
Great job Solomon. Many advanced topics not found anywhere else.Thus, I've not found a solution to my problem.
--snip
Thanks.
Rather than hijacking this thread, I suggest you start another.
April 3, 2015 at 2:51 am
hadas.hadas (4/2/2015)
April 2, 2015 at 2:18 am
Regarding modifications to the new proc, can I suggest that you create a new proc which fixes column ABS and then simply add a row at the end of your...
March 31, 2015 at 10:54 am
Something like this?
select kqt.OrderNum
,QCStatus = (case when count(kqt.OrderNum) - count(kqt.QCPass) > 0 then 'QC Incomplete'
...
March 31, 2015 at 8:01 am
2Tall (3/31/2015)
I found I had to perform an additional step within the SSIS project. On the FTP Connection Manager I chose Parameterize then...
March 31, 2015 at 7:17 am
2Tall (3/31/2015)
March 31, 2015 at 6:10 am
You've been here long enough to know that you need to post DDL, consumable data and desired results to get a working solution.
See the first link in my signature for...
March 31, 2015 at 6:04 am
Viewing 15 posts - 8,521 through 8,535 (of 13,876 total)