Viewing 15 posts - 16 through 30 (of 49 total)
jzieleniuk (5/19/2015)
So I have a list of directories:
D:\Data\Load\customer1\Archive
D:\Data\Load\customer2\Archive
D:\Data\Load\customer3\Archive
D:\Data\Load\customer4\Archive
We receive files with spaces and i want to replace those spaces with dashes, but i want to only...
May 20, 2015 at 8:20 am
Rod at work (5/18/2015)
mister.magoo (5/17/2015)
It would be great if that post had some links for further reading 🙂
Agreed. I know it's possible to search for PowerShell tutorials, etc., but it...
May 18, 2015 at 3:07 pm
I agree with learning PowerShell, VBScript...not so much.
Coming from a *nix background I have done a LOT of scripting and have found that PowerShell is fairly useful. PowerShell is...
May 18, 2015 at 10:37 am
From article:
. I think SSIS will continue to be one of the most valuable tools in SQL Server (along with lots of demand for work), but it still needs improvement...
May 12, 2015 at 7:30 am
It might be.
As part of the Epic install a SQL Server or Oracle database is set up for reporting/querying.
The ETL administrator is responsible for migrating data from Cachè to SQL...
May 11, 2015 at 6:35 am
valeryk2000 (5/8/2015)
Currently we place queries into vb code (or use vb code to call stored proc from the source database) and get the resultsets (using ADO) that are inserted...
May 8, 2015 at 1:07 pm
I have not used Cerner, but I have used Epic so I'll take a stab at this.
I will assume that you are thinking of converting from one EMR to another.
Epic...
May 8, 2015 at 10:32 am
I have been stuck in a MS environment way too long and my thought process has devolved because of it.
I would have never bothered with trying to write dynamic SQL...
May 4, 2015 at 9:05 am
Thanks for the feedback.
I thought of something like this, but was having trouble translating it to dynamic SQL.
I have to make this generic enough to pull from any of the...
May 4, 2015 at 7:44 am
jwiseh (3/3/2015)
To expand on sql-lover's comment, support is a huge...
March 4, 2015 at 1:57 pm
sql-lover (3/4/2015)
podmate (3/4/2015)My bias is showing as I come from the Unix/Linux world and have trouble with the very limited options (mostly pointy/clicky stuff) available in the MS world. ...
March 4, 2015 at 1:35 pm
Having worked with all three databases as a developer/junior DBA/leader/architect, I'll throw in my 2 cents.
I would recommend using SQL Server only when you are stuck on a Microsoft only...
March 4, 2015 at 9:57 am
Phil's suggestion works.
Thanks for the assistance.
Don't know why I couldn't think of this.
January 6, 2015 at 12:52 pm
The reason that the second query returns zero data (as compared to third query) is because you have assigned the variable the value 'q246_pantilla_normal' (used in first and second queries)...
December 12, 2014 at 8:50 am
I am seeing a new behavior in 2012.
Intellisense will pop up, but the drop down list is blank. There are entries in the drop down list that you can choose...
December 5, 2014 at 5:58 am
Viewing 15 posts - 16 through 30 (of 49 total)