Viewing 15 posts - 8,521 through 8,535 (of 13,882 total)
This is a common requirement and there are numerous online articles available which describe the process. Which part of this process are you having trouble with? Or is it just...
April 7, 2015 at 11:39 pm
John Hick-456673 (4/7/2015)
I use PowerShell scripts to automate the orderly release of scripts - they are easy to modify when the environment changes.
How do these fit within your CI environment?
April 7, 2015 at 10:45 am
JustMarie (4/7/2015)
April 7, 2015 at 8:59 am
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
Viewing 15 posts - 8,521 through 8,535 (of 13,882 total)